BBD to MRO exchange rate API
Barbados Dollar to Ouguiya · quoted 2026-09-26
200.1424
▲ +0.66% over 5Y
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 last 5 years, BBD/MRO traded between 197.2602 and 201.0763, averaged 199.2604 and rose 0.66%. 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 5Y: show the values
| Point | BBD/MRO |
|---|---|
| 2024-08-24 | 198.8349 |
| 2024-10-07 | 198.5948 |
| 2024-11-06 | 198.9920 |
| 2024-12-06 | 199.2349 |
| 2025-01-05 | 200.4005 |
| 2025-02-04 | 201.0763 |
| 2025-03-07 | 197.3107 |
| 2025-04-11 | 198.5043 |
| 2025-05-12 | 198.6723 |
| 2025-06-12 | 197.2602 |
| 2025-07-12 | 198.5021 |
| 2025-08-11 | 199.2691 |
| 2025-09-10 | 199.7623 |
| 2025-10-11 | 199.7298 |
| 2025-11-10 | 198.2209 |
| 2025-12-11 | 198.3233 |
| 2026-01-10 | 199.4226 |
| 2026-02-09 | 198.9376 |
| 2026-03-12 | 200.3965 |
| 2026-05-17 | 200.3007 |
| 2026-06-20 | 199.7245 |
| 2026-07-21 | 200.0038 |
| 2026-08-21 | 199.6423 |
| 2026-09-21 | 200.2521 |
High
201.0763
Low
197.2602
Average
199.2604
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.