Skip to content

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

FKP/NAD over 1Y: show the values
PointFKP/NAD
2025-09-2523.3027
2025-10-0223.2023
2025-10-0923.0168
2025-10-1623.2674
2025-10-2323.2591
2025-10-3022.6814
2025-11-0622.7297
2025-11-1322.4461
2025-11-2022.4445
2025-11-2722.7100
2025-12-0422.7522
2025-12-1222.6030
2025-12-1922.4024
2025-12-2622.4915
2026-01-0222.3175
2026-01-0922.1921
2026-01-1621.8780
2026-01-2321.7451
2026-01-3021.8302
2026-02-0622.0083
2026-02-1321.7353
2026-02-2021.7346
2026-02-2721.4700
2026-03-0622.1668
2026-03-1322.3647
2026-03-2022.4742
2026-03-2722.7878
2026-04-0322.3979
2026-04-1021.9463
2026-04-1722.2661
2026-04-2422.4831
2026-05-0122.4736
2026-05-0822.2562
2026-05-1622.2467
2026-05-2422.1343
2026-05-3121.8534
2026-06-0922.0129
2026-06-1621.7212
2026-06-2321.7484
2026-06-3021.7801
2026-07-0721.7351
2026-07-1422.0083
2026-07-2122.1643
2026-07-2822.3188
2026-08-0422.1734
2026-08-1121.8710
2026-08-1821.9982
2026-08-2621.7461
2026-09-0221.8398
2026-09-0921.6751
2026-09-1621.8756
2026-09-2321.5680

High

23.3027

Low

21.4700

Average

22.2266

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NAD");
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=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&currencies=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.