Skip to content

CAD to MRO exchange rate API

Canadian Dollar to Ouguiya · quoted 2026-09-26

284.1796

▼ +1.43% over 6M

1 CAD = 284.1796 MRO · 1 MRO = 0.003519 CAD · Get this rate via the API

1 CAD buys 284.1796 MRO as of 2026-09-26, so 1 MRO buys 0.003519 CAD. Over the last 6 months, CAD/MRO traded between 280.3539 and 291.1318, averaged 286.4371 and fell 1.43%. The API holds daily CAD/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/MRO over 6M

CAD/MRO over 6M: show the values
PointCAD/MRO
2026-03-30288.3084
2026-04-06285.4875
2026-05-19290.6449
2026-05-27288.7559
2026-06-03288.5777
2026-06-12285.6634
2026-06-19281.8645
2026-06-26280.3539
2026-07-04282.4889
2026-07-11281.2371
2026-07-18284.1709
2026-07-25284.7301
2026-08-01285.7733
2026-08-08287.5466
2026-08-15289.3081
2026-08-23290.2986
2026-08-30288.6682
2026-09-06291.1318
2026-09-13290.0038
2026-09-21285.9856

High

291.1318

Low

280.3539

Average

286.4371

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/MRO API questions

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

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

How far back does CAD/MRO historical data go?

Daily CAD/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 CAD/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.