BBD to MXN exchange rate API
Barbados Dollar to Mexican Peso · quoted 2026-09-25
8.8595
▼ +3.93% over 1Y
1 BBD = 8.8595 MXN · 1 MXN = 0.11287 BBD · Get this rate via the API
1 BBD buys 8.8595 MXN as of 2026-09-25, so 1 MXN buys 0.11287 BBD. Over the last year, BBD/MXN traded between 8.4513 and 9.2997, averaged 8.8211 and fell 3.93%. The API holds daily BBD/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/MXN over 1Y: show the values
| Point | BBD/MXN |
|---|---|
| 2025-09-25 | 9.2219 |
| 2025-10-02 | 9.1853 |
| 2025-10-09 | 9.1587 |
| 2025-10-16 | 9.2175 |
| 2025-10-23 | 9.2099 |
| 2025-10-30 | 9.2997 |
| 2025-11-06 | 9.2864 |
| 2025-11-13 | 9.1338 |
| 2025-11-20 | 9.1856 |
| 2025-11-27 | 9.1733 |
| 2025-12-04 | 9.1355 |
| 2025-12-12 | 9.0188 |
| 2025-12-19 | 9.0075 |
| 2025-12-26 | 8.9629 |
| 2026-01-02 | 8.9700 |
| 2026-01-09 | 9.0139 |
| 2026-01-16 | 8.8376 |
| 2026-01-23 | 8.7215 |
| 2026-01-30 | 8.6408 |
| 2026-02-06 | 8.6818 |
| 2026-02-13 | 8.6102 |
| 2026-02-20 | 8.6004 |
| 2026-02-27 | 8.6061 |
| 2026-03-06 | 8.8930 |
| 2026-03-13 | 8.9106 |
| 2026-03-20 | 8.9085 |
| 2026-03-27 | 9.0289 |
| 2026-04-03 | 8.9344 |
| 2026-04-10 | 8.6250 |
| 2026-04-17 | 8.5497 |
| 2026-04-24 | 8.6323 |
| 2026-05-01 | 8.6648 |
| 2026-05-08 | 8.5301 |
| 2026-05-16 | 8.6714 |
| 2026-05-24 | 8.6528 |
| 2026-05-31 | 8.6748 |
| 2026-06-09 | 8.6908 |
| 2026-06-16 | 8.6013 |
| 2026-06-23 | 8.7430 |
| 2026-06-30 | 8.7340 |
| 2026-07-07 | 8.7119 |
| 2026-07-14 | 8.7500 |
| 2026-07-21 | 8.6971 |
| 2026-07-28 | 8.7371 |
| 2026-08-04 | 8.6440 |
| 2026-08-11 | 8.5611 |
| 2026-08-18 | 8.5267 |
| 2026-08-26 | 8.4655 |
| 2026-09-02 | 8.5004 |
| 2026-09-09 | 8.4513 |
| 2026-09-16 | 8.5691 |
| 2026-09-23 | 8.7196 |
High
9.2997
Low
8.4513
Average
8.8211
Get this rate via the API
One GET request returns the BBD/MXN 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=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/MXN API questions
How do I get the BBD/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/MXN rate in rates.MXN.
How far back does BBD/MXN historical data go?
Daily BBD/MXN 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/MXN 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.