Skip to content

FKP to ERN exchange rate API

Falkland Islands Pound to Nakfa · quoted 2026-09-27

19.8733

▼ +1.04% over 1Y

1 FKP = 19.8733 ERN · 1 ERN = 0.05032 FKP · Get this rate via the API

1 FKP buys 19.8733 ERN as of 2026-09-27, so 1 ERN buys 0.05032 FKP. Over the last year, FKP/ERN traded between 19.6276 and 20.5352, averaged 20.1093 and fell 1.04%. The API holds daily FKP/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/ERN over 1Y

FKP/ERN over 1Y: show the values
PointFKP/ERN
2025-09-2720.0823
2025-10-0420.2217
2025-10-1120.0254
2025-10-1820.1373
2025-10-2519.9692
2025-11-0119.7323
2025-11-0819.7459
2025-11-1519.7650
2025-11-2219.6276
2025-11-2919.8586
2025-12-0619.9951
2025-12-1420.0838
2025-12-2120.0737
2025-12-2820.2432
2026-01-0420.1953
2026-01-1120.1084
2026-01-1820.0705
2026-01-2520.4617
2026-02-0120.5352
2026-02-0820.4198
2026-02-1520.4765
2026-02-2220.2297
2026-03-0120.2269
2026-03-0820.1182
2026-03-1519.8585
2026-03-2220.0104
2026-03-2919.8970
2026-04-0519.8002
2026-04-1220.1876
2026-04-1920.3321
2026-04-2620.2720
2026-05-0320.4289
2026-05-1020.4372
2026-05-1819.9906
2026-05-2620.2295
2026-06-0220.1936
2026-06-1120.0719
2026-06-1819.9726
2026-06-2519.7727
2026-07-0219.8856
2026-07-0920.0963
2026-07-1620.3016
2026-07-2320.0835
2026-07-3020.0273
2026-08-0620.1985
2026-08-1320.2351
2026-08-2120.4690
2026-08-2820.3849
2026-09-0420.2953
2026-09-1120.2491
2026-09-1820.0186
2026-09-2519.8172

High

20.5352

Low

19.6276

Average

20.1093

For developers

Get this rate via the API

One GET request returns the FKP/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/ERN API questions

How do I get the FKP/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/ERN rate in rates.ERN.

How far back does FKP/ERN historical data go?

Daily FKP/ERN 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/ERN 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.