Skip to content

BBD to MGA exchange rate API

Barbados Dollar to Malagasy Ariary · quoted 2026-09-24

2204.30

▲ +3.80% over 1Y

1 BBD = 2204.30 MGA · 1 MGA = 0.000454 BBD · Get this rate via the API

1 BBD buys 2204.30 MGA as of 2026-09-24, so 1 MGA buys 0.000454 BBD. Over the last year, BBD/MGA traded between 1954.80 and 2318.90, averaged 2159.60 and rose 3.80%. The API holds daily BBD/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/MGA over 1Y

BBD/MGA over 1Y: show the values
PointBBD/MGA
2025-09-242123.70
2025-10-012048.08
2025-10-081954.80
2025-10-152238.77
2025-10-222239.13
2025-10-292235.92
2025-11-052254.43
2025-11-122243.94
2025-11-192244.11
2025-11-262243.91
2025-12-032235.27
2025-12-112225.68
2025-12-182252.93
2025-12-252286.58
2026-01-012295.48
2026-01-082311.71
2026-01-152318.90
2026-01-222301.26
2026-01-292231.52
2026-02-052215.33
2026-02-122198.01
2026-02-192183.34
2026-02-262106.86
2026-03-052080.75
2026-03-122080.66
2026-03-192094.70
2026-03-262091.17
2026-04-022088.15
2026-04-092055.57
2026-04-162059.93
2026-04-232059.22
2026-04-302059.80
2026-05-072068.73
2026-05-152079.46
2026-05-232100.57
2026-05-302096.08
2026-06-062100.52
2026-06-152090.36
2026-06-222104.83
2026-06-292118.48
2026-07-062121.76
2026-07-132151.00
2026-07-202136.66
2026-07-272179.45
2026-08-032131.08
2026-08-102155.11
2026-08-172148.69
2026-08-252152.81
2026-09-012159.96
2026-09-082142.45
2026-09-152166.29
2026-09-222190.37

High

2318.90

Low

1954.80

Average

2159.60

For developers

Get this rate via the API

One GET request returns the BBD/MGA 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=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MGA");
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=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/MGA API questions

How do I get the BBD/MGA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/MGA rate in rates.MGA.

How far back does BBD/MGA historical data go?

Daily BBD/MGA 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/MGA 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.