Skip to content

BBD to MKD exchange rate API

Barbados Dollar to Denar · quoted 2026-09-25

27.0018

▲ +3.12% over 1Y

1 BBD = 27.0018 MKD · 1 MKD = 0.03703 BBD · Get this rate via the API

1 BBD buys 27.0018 MKD as of 2026-09-25, so 1 MKD buys 0.03703 BBD. Over the last year, BBD/MKD traded between 25.8474 and 27.0450, averaged 26.4938 and rose 3.12%. The API holds daily BBD/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/MKD over 1Y

BBD/MKD over 1Y: show the values
PointBBD/MKD
2025-09-2526.1845
2025-10-0226.2580
2025-10-0926.4789
2025-10-1626.4299
2025-10-2326.5512
2025-10-3026.5443
2025-11-0626.7650
2025-11-1326.5626
2025-11-2026.6777
2025-11-2726.5693
2025-12-0426.4537
2025-12-1226.2317
2025-12-1926.2419
2025-12-2626.1139
2026-01-0226.1976
2026-01-0926.4117
2026-01-1626.4938
2026-01-2326.2517
2026-01-3025.8474
2026-02-0626.1523
2026-02-1325.9682
2026-02-2026.1894
2026-02-2726.1215
2026-03-0626.5351
2026-03-1326.7605
2026-03-2026.6594
2026-03-2726.6966
2026-04-0326.7005
2026-04-1026.2182
2026-04-1725.9921
2026-04-2426.2091
2026-05-0126.0773
2026-05-0826.0184
2026-05-1626.5093
2026-05-2426.5482
2026-05-3126.4316
2026-06-0926.7102
2026-06-1626.6048
2026-06-2326.9783
2026-06-3027.0382
2026-07-0726.9445
2026-07-1427.0103
2026-07-2126.9697
2026-07-2827.0450
2026-08-0426.7386
2026-08-1126.6421
2026-08-1826.5573
2026-08-2626.3545
2026-09-0226.5549
2026-09-0926.4447
2026-09-1626.6657
2026-09-2326.8574

High

27.0450

Low

25.8474

Average

26.4938

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/MKD API questions

How do I get the BBD/MKD exchange rate from an API?

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

How far back does BBD/MKD historical data go?

Daily BBD/MKD 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 BBD/MKD 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.