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: show the values
| Point | FKP/ERN |
|---|---|
| 2026-03-31 | 19.8166 |
| 2026-04-07 | 19.8281 |
| 2026-04-14 | 20.1824 |
| 2026-04-21 | 20.2802 |
| 2026-04-28 | 20.2465 |
| 2026-05-05 | 20.3743 |
| 2026-05-12 | 20.3780 |
| 2026-05-20 | 20.1085 |
| 2026-05-28 | 20.0577 |
| 2026-06-04 | 20.1448 |
| 2026-06-13 | 20.1073 |
| 2026-06-20 | 19.8476 |
| 2026-06-27 | 19.7923 |
| 2026-07-04 | 20.0252 |
| 2026-07-11 | 20.0958 |
| 2026-07-18 | 20.1784 |
| 2026-07-25 | 19.9858 |
| 2026-08-01 | 20.2188 |
| 2026-08-08 | 20.2268 |
| 2026-08-15 | 20.3005 |
| 2026-08-23 | 20.4631 |
| 2026-08-30 | 20.3037 |
| 2026-09-06 | 20.2732 |
| 2026-09-13 | 20.2919 |
| 2026-09-20 | 20.0930 |
| 2026-09-27 | 19.8733 |
High
20.4631
Low
19.7923
Average
20.1247
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.