Skip to content

FKP to NPR exchange rate API

Falkland Islands Pound to Nepalese Rupee · quoted 2026-09-25

203.0544

▲ +4.94% over YTD

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 year to date, FKP/NPR traded between 193.4911 and 209.0012, averaged 202.0440 and rose 4.94%. 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 YTD

FKP/NPR over YTD: show the values
PointFKP/NPR
2025-12-31193.4911
2026-01-07194.9955
2026-01-14193.9927
2026-01-21196.1184
2026-01-28202.1620
2026-02-04198.2998
2026-02-11197.9747
2026-02-18196.6851
2026-02-25196.5815
2026-03-04196.5766
2026-03-11197.6572
2026-03-18197.4782
2026-03-25201.4667
2026-04-01198.3339
2026-04-08198.2785
2026-04-15200.5035
2026-04-22202.7199
2026-04-29204.8274
2026-05-06205.7948
2026-05-14207.2589
2026-05-21207.1619
2026-05-29205.5525
2026-06-05205.6689
2026-06-14204.3197
2026-06-21200.0644
2026-06-28199.6910
2026-07-05203.9070
2026-07-12204.8504
2026-07-19207.5673
2026-07-26205.8949
2026-08-02205.9687
2026-08-09205.6582
2026-08-16206.9729
2026-08-24209.0012
2026-08-31206.9188
2026-09-07204.2670
2026-09-14206.8283
2026-09-21205.1708

High

209.0012

Low

193.4911

Average

202.0440

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.