Skip to content

FKP to BZD exchange rate API

Falkland Islands Pound to Belize Dollar · quoted 2026-09-25

2.6601

▼ +1.82% over 1Y

1 FKP = 2.6601 BZD · 1 BZD = 0.37592 FKP · Get this rate via the API

1 FKP buys 2.6601 BZD as of 2026-09-25, so 1 BZD buys 0.37592 FKP. Over the last year, FKP/BZD traded between 2.6272 and 2.7745, averaged 2.6994 and fell 1.82%. The API holds daily FKP/BZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/BZD over 1Y

FKP/BZD over 1Y: show the values
PointFKP/BZD
2025-09-252.7094
2025-10-022.7146
2025-10-092.7000
2025-10-162.7045
2025-10-232.6863
2025-10-302.6577
2025-11-062.6321
2025-11-132.6425
2025-11-202.6272
2025-11-272.6688
2025-12-042.6865
2025-12-122.6950
2025-12-192.6944
2025-12-262.7196
2026-01-022.7170
2026-01-092.7049
2026-01-162.6971
2026-01-232.7067
2026-01-302.7745
2026-02-062.7285
2026-02-132.7445
2026-02-202.7082
2026-02-272.7165
2026-03-062.6919
2026-03-132.6926
2026-03-202.6925
2026-03-272.6856
2026-04-032.6600
2026-04-102.6996
2026-04-172.7290
2026-04-242.7162
2026-05-012.7137
2026-05-082.7435
2026-05-162.6848
2026-05-242.7059
2026-05-312.7065
2026-06-092.6871
2026-06-162.7001
2026-06-232.6778
2026-06-302.6652
2026-07-072.6940
2026-07-142.6976
2026-07-212.7060
2026-07-282.6797
2026-08-042.7059
2026-08-112.7204
2026-08-182.7272
2026-08-262.7463
2026-09-022.7198
2026-09-092.7247
2026-09-162.7147
2026-09-232.6834

High

2.7745

Low

2.6272

Average

2.6994

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/BZD API questions

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

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

How far back does FKP/BZD historical data go?

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