Skip to content

BBD to MKD exchange rate API

Barbados Dollar to Denar · quoted 2026-09-25

27.0018

▼ +1.78% over 5Y

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 5 years, BBD/MKD traded between 26.0623 and 29.7953, averaged 27.2073 and fell 1.78%. 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 5Y

BBD/MKD over 5Y: show the values
PointBBD/MKD
2024-08-2427.4904
2024-10-0728.0516
2024-11-0628.1535
2024-12-0629.0701
2025-01-0529.7400
2025-02-0429.7953
2025-03-0628.4959
2025-04-0628.0397
2025-05-0627.2374
2025-06-0726.9869
2025-07-0726.1193
2025-08-0626.5846
2025-09-0526.3922
2025-10-0626.2971
2025-11-0526.7707
2025-12-0526.4564
2026-01-0526.3025
2026-02-0426.0623
2026-03-0626.5351
2026-04-0526.7105
2026-05-0526.1781
2026-06-0626.7407
2026-07-0826.9980
2026-08-0726.7027
2026-09-0726.4777

High

29.7953

Low

26.0623

Average

27.2073

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.