Skip to content

FKP to NZD exchange rate API

Falkland Islands Pound to New Zealand Dollar · quoted 2026-09-25

2.3313

▲ +0.73% over 1Y

1 FKP = 2.3313 NZD · 1 NZD = 0.42894 FKP · Get this rate via the API

1 FKP buys 2.3313 NZD as of 2026-09-25, so 1 NZD buys 0.42894 FKP. Over the last year, FKP/NZD traded between 2.2497 and 2.3527, averaged 2.3050 and rose 0.73%. The API holds daily FKP/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/NZD over 1Y

FKP/NZD over 1Y: show the values
PointFKP/NZD
2025-09-252.3145
2025-10-022.3128
2025-10-092.3210
2025-10-162.3433
2025-10-232.3232
2025-10-302.3057
2025-11-062.3056
2025-11-132.3161
2025-11-202.3240
2025-11-272.3202
2025-12-042.3140
2025-12-122.3047
2025-12-192.3325
2025-12-262.3179
2026-01-022.3383
2026-01-092.3459
2026-01-162.3247
2026-01-232.2821
2026-01-302.2678
2026-02-062.2600
2026-02-132.2615
2026-02-202.2570
2026-02-272.2540
2026-03-062.2766
2026-03-132.2920
2026-03-202.2895
2026-03-272.3192
2026-04-032.3225
2026-04-102.2991
2026-04-172.3041
2026-04-242.2989
2026-05-012.2862
2026-05-082.2815
2026-05-162.2811
2026-05-242.2898
2026-05-312.2497
2026-06-092.2849
2026-06-162.3005
2026-06-232.3336
2026-06-302.3389
2026-07-072.3527
2026-07-142.3029
2026-07-212.2980
2026-07-282.3041
2026-08-042.2820
2026-08-112.2976
2026-08-182.3018
2026-08-262.2898
2026-09-022.3169
2026-09-092.3139
2026-09-162.3394
2026-09-232.3398

High

2.3527

Low

2.2497

Average

2.3050

For developers

Get this rate via the API

One GET request returns the FKP/NZD 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=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NZD");
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=NZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/NZD API questions

How do I get the FKP/NZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/NZD rate in rates.NZD.

How far back does FKP/NZD historical data go?

Daily FKP/NZD 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/NZD 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.