Skip to content

FKP to NZD exchange rate API

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

2.3313

▲ +0.93% over 6M

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 6 months, FKP/NZD traded between 2.2672 and 2.3378, averaged 2.3084 and rose 0.93%. 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 6M

FKP/NZD over 6M: show the values
PointFKP/NZD
2026-03-292.3099
2026-04-052.3204
2026-04-122.3136
2026-04-192.3083
2026-04-262.3040
2026-05-032.3055
2026-05-102.2881
2026-05-182.2720
2026-05-262.3083
2026-06-022.2672
2026-06-112.3127
2026-06-182.3106
2026-06-252.3378
2026-07-022.3377
2026-07-092.3334
2026-07-162.3114
2026-07-232.3140
2026-07-302.2857
2026-08-062.2889
2026-08-132.3082
2026-08-212.2793
2026-08-282.2860
2026-09-042.2999
2026-09-112.3191
2026-09-182.3370
2026-09-252.3352

High

2.3378

Low

2.2672

Average

2.3084

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.