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: show the values
| Point | CAD/MRO |
|---|---|
| 2025-09-26 | 287.2147 |
| 2025-10-03 | 285.8992 |
| 2025-10-10 | 285.2057 |
| 2025-10-17 | 284.4394 |
| 2025-10-24 | 285.1012 |
| 2025-10-31 | 286.5180 |
| 2025-11-07 | 281.9194 |
| 2025-11-14 | 285.2245 |
| 2025-11-21 | 282.7682 |
| 2025-11-28 | 284.1054 |
| 2025-12-05 | 286.1894 |
| 2025-12-13 | 288.5127 |
| 2025-12-20 | 290.1095 |
| 2025-12-27 | 289.5701 |
| 2026-01-03 | 289.4484 |
| 2026-01-10 | 286.6511 |
| 2026-01-17 | 285.8723 |
| 2026-01-24 | 291.0513 |
| 2026-01-31 | 293.1452 |
| 2026-02-07 | 290.9131 |
| 2026-02-15 | 293.4646 |
| 2026-02-22 | 291.3193 |
| 2026-03-01 | 292.4656 |
| 2026-03-08 | 294.3539 |
| 2026-03-15 | 291.4070 |
| 2026-03-22 | 290.7080 |
| 2026-03-30 | 288.3084 |
| 2026-04-06 | 285.4875 |
| 2026-05-19 | 290.6449 |
| 2026-05-27 | 288.7559 |
| 2026-06-03 | 288.5777 |
| 2026-06-12 | 285.6634 |
| 2026-06-19 | 281.8645 |
| 2026-06-26 | 280.3539 |
| 2026-07-04 | 282.4889 |
| 2026-07-11 | 281.2371 |
| 2026-07-18 | 284.1709 |
| 2026-07-25 | 284.7301 |
| 2026-08-01 | 285.7733 |
| 2026-08-08 | 287.5466 |
| 2026-08-15 | 289.3081 |
| 2026-08-23 | 290.2986 |
| 2026-08-30 | 288.6682 |
| 2026-09-06 | 291.1318 |
| 2026-09-13 | 290.0038 |
| 2026-09-21 | 285.9856 |
High
294.3539
Low
280.3539
Average
287.4203
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.