Skip to content

BZD to MDL exchange rate API

Belize Dollar to Moldovan Leu · quoted 2026-09-27

8.7823

▲ +5.95% over 1Y

1 BZD = 8.7823 MDL · 1 MDL = 0.11386 BZD · Get this rate via the API

1 BZD buys 8.7823 MDL as of 2026-09-27, so 1 MDL buys 0.11386 BZD. Over the last year, BZD/MDL traded between 8.2889 and 8.7934, averaged 8.5459 and rose 5.95%. The API holds daily BZD/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BZD/MDL over 1Y

BZD/MDL over 1Y: show the values
PointBZD/MDL
2025-09-278.2889
2025-10-048.3036
2025-10-118.4120
2025-10-188.3860
2025-10-258.4150
2025-11-018.4537
2025-11-088.4677
2025-11-158.4137
2025-11-228.4962
2025-11-298.4375
2025-12-068.4376
2025-12-148.4018
2025-12-218.3925
2025-12-288.3305
2026-01-048.3591
2026-01-118.3789
2026-01-188.4901
2026-01-258.4563
2026-02-018.3446
2026-02-088.4327
2026-02-158.4196
2026-02-228.5008
2026-03-018.4960
2026-03-088.5807
2026-03-158.6076
2026-03-228.6915
2026-03-298.7210
2026-04-058.7355
2026-04-128.5669
2026-04-198.5473
2026-04-268.6464
2026-05-038.5669
2026-05-108.5025
2026-05-188.6017
2026-05-268.6182
2026-06-028.5726
2026-06-118.6423
2026-06-188.6510
2026-06-258.7721
2026-07-028.7934
2026-07-098.7322
2026-07-168.7284
2026-07-238.7296
2026-07-308.7611
2026-08-068.6149
2026-08-138.6081
2026-08-218.5343
2026-08-288.5063
2026-09-048.5876
2026-09-118.5543
2026-09-188.7287
2026-09-258.7349

High

8.7934

Low

8.2889

Average

8.5459

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BZD&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BZD/MDL API questions

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

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

How far back does BZD/MDL historical data go?

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