BBD to MKD exchange rate API
Barbados Dollar to Denar · quoted 2026-09-25
27.0018
▲ +3.07% over YTD
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 year to date, BBD/MKD traded between 25.6965 and 27.0476, averaged 26.4700 and rose 3.07%. 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 YTD: show the values
| Point | BBD/MKD |
|---|---|
| 2025-12-31 | 26.1982 |
| 2026-01-07 | 26.3214 |
| 2026-01-14 | 26.4244 |
| 2026-01-21 | 26.2700 |
| 2026-01-28 | 25.6965 |
| 2026-02-04 | 26.0623 |
| 2026-02-11 | 25.8826 |
| 2026-02-18 | 26.0277 |
| 2026-02-25 | 26.1557 |
| 2026-03-04 | 26.5837 |
| 2026-03-11 | 26.4959 |
| 2026-03-18 | 26.7181 |
| 2026-03-25 | 26.5519 |
| 2026-04-01 | 26.6461 |
| 2026-04-08 | 26.4205 |
| 2026-04-15 | 25.9657 |
| 2026-04-22 | 26.0201 |
| 2026-04-29 | 26.1417 |
| 2026-05-06 | 26.1764 |
| 2026-05-14 | 26.3071 |
| 2026-05-21 | 26.5224 |
| 2026-05-29 | 26.4709 |
| 2026-06-05 | 26.5334 |
| 2026-06-14 | 26.6212 |
| 2026-06-21 | 26.8647 |
| 2026-06-28 | 27.0476 |
| 2026-07-05 | 26.9241 |
| 2026-07-12 | 26.9487 |
| 2026-07-19 | 26.9224 |
| 2026-07-26 | 26.9440 |
| 2026-08-02 | 26.7417 |
| 2026-08-09 | 26.6110 |
| 2026-08-16 | 26.5550 |
| 2026-08-24 | 26.3242 |
| 2026-08-31 | 26.4468 |
| 2026-09-07 | 26.4777 |
| 2026-09-14 | 26.5306 |
| 2026-09-21 | 26.7761 |
High
27.0476
Low
25.6965
Average
26.4700
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.