Skip to content

BBD to MRO exchange rate API

Barbados Dollar to Ouguiya · quoted 2026-09-26

200.1424

▲ +0.75% over YTD

1 BBD = 200.1424 MRO · 1 MRO = 0.004996 BBD · Get this rate via the API

1 BBD buys 200.1424 MRO as of 2026-09-26, so 1 MRO buys 0.004996 BBD. Over the year to date, BBD/MRO traded between 198.0237 and 201.0677, averaged 199.9001 and rose 0.75%. The API holds daily BBD/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/MRO over YTD

BBD/MRO over YTD: show the values
PointBBD/MRO
2025-12-31198.6452
2026-01-07198.0237
2026-01-14199.2686
2026-01-21199.6920
2026-01-28199.4782
2026-02-04199.0701
2026-02-11199.5217
2026-02-19199.8842
2026-02-26199.8872
2026-03-05200.2757
2026-03-12200.3965
2026-03-19200.1728
2026-03-26199.8093
2026-04-03199.2768
2026-05-14199.9932
2026-05-24199.7325
2026-05-31199.7845
2026-06-09201.0013
2026-06-16200.1040
2026-06-23200.3213
2026-06-30199.3324
2026-07-08200.7396
2026-07-15199.5439
2026-07-22200.2988
2026-07-29200.4968
2026-08-05200.5119
2026-08-12200.0595
2026-08-20199.1409
2026-08-27201.0677
2026-09-03199.8471
2026-09-10200.0662
2026-09-17200.8762
2026-09-25200.1424

High

201.0677

Low

198.0237

Average

199.9001

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/MRO API questions

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

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

How far back does BBD/MRO historical data go?

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