Convert FKP to INR
Falkland Islands Pound → Indian Rupee
1 FKP = 126.98065 INR(1 INR = 0.00787522 FKP)
Currency converter
1 FKP =
126.9807 INR
FKP to INR: last 30 days
Over the last 30 days, 1 FKP traded between 126.855 and 129.6346 INR, averaging 128.3724 INR. The FKP/INR rate is down 2.05% since 2026-08-28.
- 30-day high
- 129.6346
- 2026-08-28
- 30-day low
- 126.855
- 2026-09-24
- 30-day average
- 128.3724
- Days with data: 30
- 30-day change
- -2.05%
- since 2026-08-28
129.6346
126.8552026-08-28 → 2026-09-26
| Date | 1 FKP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 126.9807 | 0.00% |
| 2026-09-25 | 126.9807 | +0.10% |
| 2026-09-24 | 126.855 | -0.20% |
| 2026-09-23 | 127.1088 | -0.64% |
| 2026-09-22 | 127.9241 | -0.24% |
| 2026-09-21 | 128.2374 | -0.15% |
| 2026-09-20 | 128.4342 | +0.01% |
| 2026-09-19 | 128.4175 | +0.36% |
| 2026-09-18 | 127.9588 | -0.30% |
| 2026-09-17 | 128.345 | -0.79% |
| 2026-09-16 | 129.3618 | -0.03% |
| 2026-09-15 | 129.3965 | +0.27% |
| 2026-09-14 | 129.0534 | -0.17% |
| 2026-09-13 | 129.273 | -0.00% |
| 2026-09-12 | 129.2736 | +0.21% |
| Date | 1 FKP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 129.0006 | -0.29% |
| 2026-09-10 | 129.3736 | +0.41% |
| 2026-09-09 | 128.8416 | +0.36% |
| 2026-09-08 | 128.382 | +0.57% |
| 2026-09-07 | 127.6492 | -0.05% |
| 2026-09-06 | 127.7078 | -0.01% |
| 2026-09-05 | 127.7232 | -0.10% |
| 2026-09-04 | 127.847 | +0.26% |
| 2026-09-03 | 127.5175 | -0.55% |
| 2026-09-02 | 128.2276 | -0.25% |
| 2026-09-01 | 128.5509 | -0.27% |
| 2026-08-31 | 128.9038 | -0.17% |
| 2026-08-30 | 129.1179 | +0.02% |
| 2026-08-29 | 129.0939 | -0.42% |
| 2026-08-28 | 129.6346 | — |
FKP to INR conversion table
1 FKP126.9807 INR
5 FKP634.9033 INR
10 FKP1,269.8065 INR
25 FKP3,174.5162 INR
50 FKP6,349.0325 INR
100 FKP12,698.065 INR
500 FKP63,490.325 INR
1,000 FKP126,980.65 INR
5,000 FKP634,903.25 INR
10,000 FKP1,269,806.5 INR
Get the FKP/INR rate in your app
One GET request returns the latest FKP → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/FKP/INR"fetch('https://rate-api.com/api/v1/pair/FKP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 FKP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/FKP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 FKP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/FKP/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 FKP = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "FKP",
"to": "INR"
},
"rate": 126.9806,
"timestamp": 1790435279,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to FKPIndian Rupee → Falkland Islands Pound0.0078752Convert FKP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.