Skip to content

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

FKP/NPR over 1Y: show the values
PointFKP/NPR
2025-09-25191.0625
2025-10-02191.3913
2025-10-09190.4877
2025-10-16188.5986
2025-10-23187.5267
2025-10-30186.8100
2025-11-06185.3193
2025-11-13186.1708
2025-11-20184.8491
2025-11-27189.2238
2025-12-04192.6230
2025-12-12193.5092
2025-12-19193.3418
2025-12-26194.6971
2026-01-02194.2040
2026-01-09193.2013
2026-01-16193.4951
2026-01-23197.8694
2026-01-30202.3198
2026-02-06195.9273
2026-02-13197.6146
2026-02-20195.8031
2026-02-27196.3907
2026-03-06196.0470
2026-03-13197.3314
2026-03-20199.5504
2026-03-27201.0944
2026-04-03196.2728
2026-04-10198.8812
2026-04-17202.5761
2026-04-24203.1879
2026-05-01204.7814
2026-05-08205.7083
2026-05-16204.7749
2026-05-24205.8634
2026-05-31204.6171
2026-06-09204.3553
2026-06-16202.8957
2026-06-23200.8190
2026-06-30200.3361
2026-07-07204.3633
2026-07-14204.9265
2026-07-21207.3822
2026-07-28203.8488
2026-08-04205.0813
2026-08-11206.3357
2026-08-18207.4393
2026-08-26208.1066
2026-09-02205.2105
2026-09-09205.9241
2026-09-16206.9276
2026-09-23203.8571

High

208.1066

Low

184.8491

Average

198.5658

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NPR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.