Skip to content

BBD to MKD exchange rate API

Barbados Dollar to Denar · quoted 2026-09-25

27.0018

▲ +2.46% over 30D

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 30 days, BBD/MKD traded between 26.3545 and 27.0018, averaged 26.5952 and rose 2.46%. 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 30D

BBD/MKD over 30D: show the values
PointBBD/MKD
2026-08-2626.3545
2026-08-2726.3899
2026-08-2826.3979
2026-08-2926.4027
2026-08-3026.3960
2026-08-3126.4468
2026-09-0126.5004
2026-09-0226.5549
2026-09-0326.5393
2026-09-0426.4551
2026-09-0526.4594
2026-09-0626.4634
2026-09-0726.4777
2026-09-0826.4570
2026-09-0926.4447
2026-09-1026.4483
2026-09-1126.4832
2026-09-1226.5241
2026-09-1326.4957
2026-09-1426.5306
2026-09-1526.6493
2026-09-1626.6657
2026-09-1726.8307
2026-09-1826.6124
2026-09-1926.8244
2026-09-2026.8295
2026-09-2126.7761
2026-09-2226.8037
2026-09-2326.8574
2026-09-2426.9716
2026-09-2527.0018

High

27.0018

Low

26.3545

Average

26.5952

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.