FKP to NPR exchange rate API
Falkland Islands Pound to Nepalese Rupee · quoted 2026-09-25
203.0544
▲ +6.28% over 1Y
1 FKP = 203.0544 NPR · 1 NPR = 0.004925 FKP · Get this rate via the API
1 FKP buys 203.0544 NPR as of 2026-09-25, so 1 NPR buys 0.004925 FKP. Over the last year, FKP/NPR traded between 184.8491 and 208.1066, averaged 198.5658 and rose 6.28%. The API holds daily FKP/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/NPR over 1Y: show the values
| Point | FKP/NPR |
|---|---|
| 2025-09-25 | 191.0625 |
| 2025-10-02 | 191.3913 |
| 2025-10-09 | 190.4877 |
| 2025-10-16 | 188.5986 |
| 2025-10-23 | 187.5267 |
| 2025-10-30 | 186.8100 |
| 2025-11-06 | 185.3193 |
| 2025-11-13 | 186.1708 |
| 2025-11-20 | 184.8491 |
| 2025-11-27 | 189.2238 |
| 2025-12-04 | 192.6230 |
| 2025-12-12 | 193.5092 |
| 2025-12-19 | 193.3418 |
| 2025-12-26 | 194.6971 |
| 2026-01-02 | 194.2040 |
| 2026-01-09 | 193.2013 |
| 2026-01-16 | 193.4951 |
| 2026-01-23 | 197.8694 |
| 2026-01-30 | 202.3198 |
| 2026-02-06 | 195.9273 |
| 2026-02-13 | 197.6146 |
| 2026-02-20 | 195.8031 |
| 2026-02-27 | 196.3907 |
| 2026-03-06 | 196.0470 |
| 2026-03-13 | 197.3314 |
| 2026-03-20 | 199.5504 |
| 2026-03-27 | 201.0944 |
| 2026-04-03 | 196.2728 |
| 2026-04-10 | 198.8812 |
| 2026-04-17 | 202.5761 |
| 2026-04-24 | 203.1879 |
| 2026-05-01 | 204.7814 |
| 2026-05-08 | 205.7083 |
| 2026-05-16 | 204.7749 |
| 2026-05-24 | 205.8634 |
| 2026-05-31 | 204.6171 |
| 2026-06-09 | 204.3553 |
| 2026-06-16 | 202.8957 |
| 2026-06-23 | 200.8190 |
| 2026-06-30 | 200.3361 |
| 2026-07-07 | 204.3633 |
| 2026-07-14 | 204.9265 |
| 2026-07-21 | 207.3822 |
| 2026-07-28 | 203.8488 |
| 2026-08-04 | 205.0813 |
| 2026-08-11 | 206.3357 |
| 2026-08-18 | 207.4393 |
| 2026-08-26 | 208.1066 |
| 2026-09-02 | 205.2105 |
| 2026-09-09 | 205.9241 |
| 2026-09-16 | 206.9276 |
| 2026-09-23 | 203.8571 |
High
208.1066
Low
184.8491
Average
198.5658
Get this rate via the API
One GET request returns the FKP/NPR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/NPR API questions
How do I get the FKP/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/NPR rate in rates.NPR.
How far back does FKP/NPR historical data go?
Daily FKP/NPR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free FKP/NPR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.