Skip to content

CAD to MRO exchange rate API

Canadian Dollar to Ouguiya · quoted 2026-09-26

284.1796

▼ +1.06% over 1Y

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 year, CAD/MRO traded between 280.3539 and 294.3539, averaged 287.4203 and fell 1.06%. 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 1Y

CAD/MRO over 1Y: show the values
PointCAD/MRO
2025-09-26287.2147
2025-10-03285.8992
2025-10-10285.2057
2025-10-17284.4394
2025-10-24285.1012
2025-10-31286.5180
2025-11-07281.9194
2025-11-14285.2245
2025-11-21282.7682
2025-11-28284.1054
2025-12-05286.1894
2025-12-13288.5127
2025-12-20290.1095
2025-12-27289.5701
2026-01-03289.4484
2026-01-10286.6511
2026-01-17285.8723
2026-01-24291.0513
2026-01-31293.1452
2026-02-07290.9131
2026-02-15293.4646
2026-02-22291.3193
2026-03-01292.4656
2026-03-08294.3539
2026-03-15291.4070
2026-03-22290.7080
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

294.3539

Low

280.3539

Average

287.4203

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.