Skip to content

FKP to ERN exchange rate API

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

19.8733

▲ +0.24% over 5Y

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 5 years, FKP/ERN traded between 18.6171 and 20.5567, averaged 19.8390 and rose 0.24%. 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 5Y

FKP/ERN over 5Y: show the values
PointFKP/ERN
2024-08-2419.8260
2024-10-0719.6951
2024-11-0619.4435
2024-12-0619.1158
2025-01-0518.6315
2025-02-0418.6171
2025-03-0619.3570
2025-04-0619.3451
2025-05-0619.9086
2025-06-0720.2892
2025-07-0720.4523
2025-08-0619.9498
2025-09-0520.1741
2025-10-0620.1736
2025-11-0519.5343
2025-12-0519.9998
2026-01-0520.1500
2026-02-0420.5567
2026-03-0620.0535
2026-04-0519.8002
2026-05-0520.3743
2026-06-0620.0109
2026-07-0820.0380
2026-08-0720.1806
2026-09-0720.2639

High

20.5567

Low

18.6171

Average

19.8390

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.