Skip to content

TOP to BZD exchange rate API

Pa’anga to Belize Dollar · quoted 2026-09-25

0.85066

▼ +1.30% over 1Y

1 TOP = 0.85066 BZD · 1 BZD = 1.1756 TOP · Get this rate via the API

1 TOP buys 0.85066 BZD as of 2026-09-25, so 1 BZD buys 1.1756 TOP. Over the last year, TOP/BZD traded between 0.83394 and 0.86526, averaged 0.85274 and fell 1.30%. The API holds daily TOP/BZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/BZD over 1Y

TOP/BZD over 1Y: show the values
PointTOP/BZD
2025-09-250.86184
2025-10-020.85177
2025-10-090.85110
2025-10-160.85303
2025-10-230.85342
2025-10-300.84750
2025-11-060.85418
2025-11-130.85471
2025-11-200.84090
2025-11-270.83940
2025-12-040.84289
2025-12-120.83971
2025-12-190.84221
2025-12-260.85306
2026-01-020.84233
2026-01-090.84136
2026-01-160.85502
2026-01-230.84788
2026-01-300.86115
2026-02-060.85641
2026-02-130.86233
2026-02-200.86002
2026-02-270.86121
2026-03-060.85721
2026-03-130.85991
2026-03-200.85526
2026-03-270.86271
2026-04-030.85181
2026-04-100.85595
2026-04-180.83526
2026-04-250.83394
2026-05-020.83548
2026-05-090.83520
2026-05-170.85439
2026-05-250.86143
2026-06-010.86448
2026-06-100.85676
2026-06-170.86526
2026-06-240.85316
2026-07-010.84918
2026-07-080.85954
2026-07-150.85053
2026-07-220.85219
2026-07-290.85500
2026-08-050.85465
2026-08-120.85454
2026-08-200.85726
2026-08-270.86264
2026-09-030.86135
2026-09-100.86041
2026-09-170.86025
2026-09-240.85555

High

0.86526

Low

0.83394

Average

0.85274

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/BZD API questions

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

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

How far back does TOP/BZD historical data go?

Daily TOP/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 TOP/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.