BZD to FJD exchange rate API
Belize Dollar to Fiji Dollar · quoted 2026-09-24
1.1089
▼ +1.40% over YTD
1 BZD = 1.1089 FJD · 1 FJD = 0.90181 BZD · Get this rate via the API
1 BZD buys 1.1089 FJD as of 2026-09-24, so 1 FJD buys 0.90181 BZD. Over the year to date, BZD/FJD traded between 1.0889 and 1.1286, averaged 1.1057 and fell 1.40%. The API holds daily BZD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BZD/FJD over YTD: show the values
| Point | BZD/FJD |
|---|---|
| 2025-12-31 | 1.1246 |
| 2026-01-07 | 1.1276 |
| 2026-01-14 | 1.1286 |
| 2026-01-21 | 1.1258 |
| 2026-01-28 | 1.1031 |
| 2026-02-04 | 1.1015 |
| 2026-02-11 | 1.0938 |
| 2026-02-18 | 1.0962 |
| 2026-02-25 | 1.0948 |
| 2026-03-04 | 1.0992 |
| 2026-03-11 | 1.0957 |
| 2026-03-18 | 1.0999 |
| 2026-03-25 | 1.1089 |
| 2026-04-01 | 1.1121 |
| 2026-04-08 | 1.1195 |
| 2026-04-15 | 1.0983 |
| 2026-04-22 | 1.0955 |
| 2026-04-29 | 1.0971 |
| 2026-05-06 | 1.0953 |
| 2026-05-14 | 1.0891 |
| 2026-05-21 | 1.0967 |
| 2026-05-29 | 1.0975 |
| 2026-06-05 | 1.0945 |
| 2026-06-14 | 1.1101 |
| 2026-06-21 | 1.1158 |
| 2026-06-28 | 1.1268 |
| 2026-07-05 | 1.1214 |
| 2026-07-12 | 1.1188 |
| 2026-07-19 | 1.1153 |
| 2026-07-26 | 1.1156 |
| 2026-08-02 | 1.1001 |
| 2026-08-09 | 1.1043 |
| 2026-08-16 | 1.1025 |
| 2026-08-24 | 1.0889 |
| 2026-08-31 | 1.0938 |
| 2026-09-07 | 1.0967 |
| 2026-09-14 | 1.1001 |
| 2026-09-21 | 1.1061 |
High
1.1286
Low
1.0889
Average
1.1057
Get this rate via the API
One GET request returns the BZD/FJD 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=BZD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
BZD/FJD API questions
How do I get the BZD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BZD/FJD rate in rates.FJD.
How far back does BZD/FJD historical data go?
Daily BZD/FJD 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 BZD/FJD 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.