Skip to content

FKP to ERN exchange rate API

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

19.8733

▲ +0.29% over 6M

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 6 months, FKP/ERN traded between 19.7923 and 20.4631, averaged 20.1247 and rose 0.29%. 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 6M

FKP/ERN over 6M: show the values
PointFKP/ERN
2026-03-3119.8166
2026-04-0719.8281
2026-04-1420.1824
2026-04-2120.2802
2026-04-2820.2465
2026-05-0520.3743
2026-05-1220.3780
2026-05-2020.1085
2026-05-2820.0577
2026-06-0420.1448
2026-06-1320.1073
2026-06-2019.8476
2026-06-2719.7923
2026-07-0420.0252
2026-07-1120.0958
2026-07-1820.1784
2026-07-2519.9858
2026-08-0120.2188
2026-08-0820.2268
2026-08-1520.3005
2026-08-2320.4631
2026-08-3020.3037
2026-09-0620.2732
2026-09-1320.2919
2026-09-2020.0930
2026-09-2719.8733

High

20.4631

Low

19.7923

Average

20.1247

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.