FKP to NAD exchange rate API
Falkland Islands Pound to Namibia Dollar · quoted 2026-09-25
21.7029
▼ +6.87% over 1Y
1 FKP = 21.7029 NAD · 1 NAD = 0.04608 FKP · Get this rate via the API
1 FKP buys 21.7029 NAD as of 2026-09-25, so 1 NAD buys 0.04608 FKP. Over the last year, FKP/NAD traded between 21.4700 and 23.3027, averaged 22.2266 and fell 6.87%. The API holds daily FKP/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/NAD over 1Y: show the values
| Point | FKP/NAD |
|---|---|
| 2025-09-25 | 23.3027 |
| 2025-10-02 | 23.2023 |
| 2025-10-09 | 23.0168 |
| 2025-10-16 | 23.2674 |
| 2025-10-23 | 23.2591 |
| 2025-10-30 | 22.6814 |
| 2025-11-06 | 22.7297 |
| 2025-11-13 | 22.4461 |
| 2025-11-20 | 22.4445 |
| 2025-11-27 | 22.7100 |
| 2025-12-04 | 22.7522 |
| 2025-12-12 | 22.6030 |
| 2025-12-19 | 22.4024 |
| 2025-12-26 | 22.4915 |
| 2026-01-02 | 22.3175 |
| 2026-01-09 | 22.1921 |
| 2026-01-16 | 21.8780 |
| 2026-01-23 | 21.7451 |
| 2026-01-30 | 21.8302 |
| 2026-02-06 | 22.0083 |
| 2026-02-13 | 21.7353 |
| 2026-02-20 | 21.7346 |
| 2026-02-27 | 21.4700 |
| 2026-03-06 | 22.1668 |
| 2026-03-13 | 22.3647 |
| 2026-03-20 | 22.4742 |
| 2026-03-27 | 22.7878 |
| 2026-04-03 | 22.3979 |
| 2026-04-10 | 21.9463 |
| 2026-04-17 | 22.2661 |
| 2026-04-24 | 22.4831 |
| 2026-05-01 | 22.4736 |
| 2026-05-08 | 22.2562 |
| 2026-05-16 | 22.2467 |
| 2026-05-24 | 22.1343 |
| 2026-05-31 | 21.8534 |
| 2026-06-09 | 22.0129 |
| 2026-06-16 | 21.7212 |
| 2026-06-23 | 21.7484 |
| 2026-06-30 | 21.7801 |
| 2026-07-07 | 21.7351 |
| 2026-07-14 | 22.0083 |
| 2026-07-21 | 22.1643 |
| 2026-07-28 | 22.3188 |
| 2026-08-04 | 22.1734 |
| 2026-08-11 | 21.8710 |
| 2026-08-18 | 21.9982 |
| 2026-08-26 | 21.7461 |
| 2026-09-02 | 21.8398 |
| 2026-09-09 | 21.6751 |
| 2026-09-16 | 21.8756 |
| 2026-09-23 | 21.5680 |
High
23.3027
Low
21.4700
Average
22.2266
Get this rate via the API
One GET request returns the FKP/NAD 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=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NAD").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/NAD API questions
How do I get the FKP/NAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=NAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/NAD rate in rates.NAD.
How far back does FKP/NAD historical data go?
Daily FKP/NAD 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/NAD 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.