FKP to ERN exchange rate API
Falkland Islands Pound to Nakfa · quoted 2026-09-27
19.8733
▼ +2.51% over 30D
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 30 days, FKP/ERN traded between 19.8172 and 20.3849, averaged 20.1686 and fell 2.51%. 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 30D: show the values
| Point | FKP/ERN |
|---|---|
| 2026-08-28 | 20.3849 |
| 2026-08-29 | 20.2999 |
| 2026-08-30 | 20.3037 |
| 2026-08-31 | 20.3169 |
| 2026-09-01 | 20.3082 |
| 2026-09-02 | 20.2529 |
| 2026-09-03 | 20.2430 |
| 2026-09-04 | 20.2953 |
| 2026-09-05 | 20.2757 |
| 2026-09-06 | 20.2732 |
| 2026-09-07 | 20.2639 |
| 2026-09-08 | 20.3072 |
| 2026-09-09 | 20.3199 |
| 2026-09-10 | 20.3332 |
| 2026-09-11 | 20.2491 |
| 2026-09-12 | 20.2920 |
| 2026-09-13 | 20.2919 |
| 2026-09-14 | 20.2574 |
| 2026-09-15 | 20.2266 |
| 2026-09-16 | 20.2212 |
| 2026-09-17 | 20.0665 |
| 2026-09-18 | 20.0186 |
| 2026-09-19 | 20.0904 |
| 2026-09-20 | 20.0930 |
| 2026-09-21 | 20.0747 |
| 2026-09-22 | 20.0739 |
| 2026-09-23 | 19.9754 |
| 2026-09-24 | 19.8520 |
| 2026-09-25 | 19.8172 |
| 2026-09-26 | 19.8694 |
| 2026-09-27 | 19.8733 |
High
20.3849
Low
19.8172
Average
20.1686
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.