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: show the values
| Point | FKP/ERN |
|---|---|
| 2025-09-27 | 20.0823 |
| 2025-10-04 | 20.2217 |
| 2025-10-11 | 20.0254 |
| 2025-10-18 | 20.1373 |
| 2025-10-25 | 19.9692 |
| 2025-11-01 | 19.7323 |
| 2025-11-08 | 19.7459 |
| 2025-11-15 | 19.7650 |
| 2025-11-22 | 19.6276 |
| 2025-11-29 | 19.8586 |
| 2025-12-06 | 19.9951 |
| 2025-12-14 | 20.0838 |
| 2025-12-21 | 20.0737 |
| 2025-12-28 | 20.2432 |
| 2026-01-04 | 20.1953 |
| 2026-01-11 | 20.1084 |
| 2026-01-18 | 20.0705 |
| 2026-01-25 | 20.4617 |
| 2026-02-01 | 20.5352 |
| 2026-02-08 | 20.4198 |
| 2026-02-15 | 20.4765 |
| 2026-02-22 | 20.2297 |
| 2026-03-01 | 20.2269 |
| 2026-03-08 | 20.1182 |
| 2026-03-15 | 19.8585 |
| 2026-03-22 | 20.0104 |
| 2026-03-29 | 19.8970 |
| 2026-04-05 | 19.8002 |
| 2026-04-12 | 20.1876 |
| 2026-04-19 | 20.3321 |
| 2026-04-26 | 20.2720 |
| 2026-05-03 | 20.4289 |
| 2026-05-10 | 20.4372 |
| 2026-05-18 | 19.9906 |
| 2026-05-26 | 20.2295 |
| 2026-06-02 | 20.1936 |
| 2026-06-11 | 20.0719 |
| 2026-06-18 | 19.9726 |
| 2026-06-25 | 19.7727 |
| 2026-07-02 | 19.8856 |
| 2026-07-09 | 20.0963 |
| 2026-07-16 | 20.3016 |
| 2026-07-23 | 20.0835 |
| 2026-07-30 | 20.0273 |
| 2026-08-06 | 20.1985 |
| 2026-08-13 | 20.2351 |
| 2026-08-21 | 20.4690 |
| 2026-08-28 | 20.3849 |
| 2026-09-04 | 20.2953 |
| 2026-09-11 | 20.2491 |
| 2026-09-18 | 20.0186 |
| 2026-09-25 | 19.8172 |
High
20.5352
Low
19.6276
Average
20.1093
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.