Skip to content

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

BBD/MXN over 1Y: show the values
PointBBD/MXN
2025-09-259.2219
2025-10-029.1853
2025-10-099.1587
2025-10-169.2175
2025-10-239.2099
2025-10-309.2997
2025-11-069.2864
2025-11-139.1338
2025-11-209.1856
2025-11-279.1733
2025-12-049.1355
2025-12-129.0188
2025-12-199.0075
2025-12-268.9629
2026-01-028.9700
2026-01-099.0139
2026-01-168.8376
2026-01-238.7215
2026-01-308.6408
2026-02-068.6818
2026-02-138.6102
2026-02-208.6004
2026-02-278.6061
2026-03-068.8930
2026-03-138.9106
2026-03-208.9085
2026-03-279.0289
2026-04-038.9344
2026-04-108.6250
2026-04-178.5497
2026-04-248.6323
2026-05-018.6648
2026-05-088.5301
2026-05-168.6714
2026-05-248.6528
2026-05-318.6748
2026-06-098.6908
2026-06-168.6013
2026-06-238.7430
2026-06-308.7340
2026-07-078.7119
2026-07-148.7500
2026-07-218.6971
2026-07-288.7371
2026-08-048.6440
2026-08-118.5611
2026-08-188.5267
2026-08-268.4655
2026-09-028.5004
2026-09-098.4513
2026-09-168.5691
2026-09-238.7196

High

9.2997

Low

8.4513

Average

8.8211

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MXN");
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=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&currencies=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.