Skip to content

BBD to MRO exchange rate API

Barbados Dollar to Ouguiya · quoted 2026-09-26

200.1424

▼ +0.08% over 1Y

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 year, BBD/MRO traded between 197.9805 and 201.3841, averaged 199.7575 and fell 0.08%. 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 1Y

BBD/MRO over 1Y: show the values
PointBBD/MRO
2025-09-26200.3021
2025-10-03199.6347
2025-10-10199.9249
2025-10-17199.5897
2025-10-24199.9292
2025-10-31200.9518
2025-11-07198.8750
2025-11-14199.9485
2025-11-21199.1404
2025-11-28199.0898
2025-12-05199.4355
2025-12-13198.7052
2025-12-20200.1167
2025-12-27197.9805
2026-01-03198.7270
2026-01-10199.4226
2026-01-17198.9065
2026-01-24199.4021
2026-01-31199.6107
2026-02-07198.9839
2026-02-15199.7694
2026-02-22199.2261
2026-03-01199.6140
2026-03-08200.0258
2026-03-15199.9124
2026-03-22199.4714
2026-03-30200.6785
2026-04-06198.7717
2026-05-19199.9121
2026-05-27199.7371
2026-06-03199.9470
2026-06-12199.7938
2026-06-19199.4460
2026-06-26198.8001
2026-07-04200.6134
2026-07-11199.1299
2026-07-18199.2157
2026-07-25200.6522
2026-08-01200.3394
2026-08-08200.4365
2026-08-15200.6816
2026-08-23200.1178
2026-08-30200.7297
2026-09-06201.3841
2026-09-13201.1234
2026-09-21200.2521

High

201.3841

Low

197.9805

Average

199.7575

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.