MVR to CAD exchange rate API
Rufiyaa to Canadian Dollar · quoted 2026-09-25
0.09151
▲ +1.57% over 1Y
1 MVR = 0.09151 CAD · 1 CAD = 10.9272 MVR · Get this rate via the API
1 MVR buys 0.09151 CAD as of 2026-09-25, so 1 CAD buys 10.9272 MVR. Over the last year, MVR/CAD traded between 0.08748 and 0.09209, averaged 0.08987 and rose 1.57%. The API holds daily MVR/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/CAD over 1Y: show the values
| Point | MVR/CAD |
|---|---|
| 2025-09-25 | 0.09010 |
| 2025-10-02 | 0.09051 |
| 2025-10-09 | 0.09059 |
| 2025-10-16 | 0.09115 |
| 2025-10-23 | 0.09078 |
| 2025-10-30 | 0.09087 |
| 2025-11-06 | 0.09126 |
| 2025-11-13 | 0.09069 |
| 2025-11-20 | 0.09106 |
| 2025-11-27 | 0.09093 |
| 2025-12-04 | 0.09050 |
| 2025-12-12 | 0.08909 |
| 2025-12-19 | 0.08928 |
| 2025-12-26 | 0.08844 |
| 2026-01-02 | 0.08884 |
| 2026-01-09 | 0.08983 |
| 2026-01-16 | 0.08984 |
| 2026-01-23 | 0.08905 |
| 2026-01-30 | 0.08748 |
| 2026-02-06 | 0.08843 |
| 2026-02-13 | 0.08813 |
| 2026-02-20 | 0.08867 |
| 2026-02-27 | 0.08844 |
| 2026-03-06 | 0.08830 |
| 2026-03-13 | 0.08864 |
| 2026-03-20 | 0.08872 |
| 2026-03-27 | 0.08972 |
| 2026-04-03 | 0.09020 |
| 2026-04-10 | 0.08946 |
| 2026-04-17 | 0.08849 |
| 2026-04-24 | 0.08849 |
| 2026-05-01 | 0.08786 |
| 2026-05-08 | 0.08837 |
| 2026-05-16 | 0.08923 |
| 2026-05-24 | 0.08951 |
| 2026-05-31 | 0.08952 |
| 2026-06-09 | 0.09007 |
| 2026-06-16 | 0.09065 |
| 2026-06-23 | 0.09177 |
| 2026-06-30 | 0.09209 |
| 2026-07-07 | 0.09197 |
| 2026-07-14 | 0.09128 |
| 2026-07-21 | 0.09103 |
| 2026-07-28 | 0.09125 |
| 2026-08-04 | 0.09095 |
| 2026-08-11 | 0.09018 |
| 2026-08-18 | 0.08974 |
| 2026-08-26 | 0.08967 |
| 2026-09-02 | 0.09007 |
| 2026-09-09 | 0.08908 |
| 2026-09-16 | 0.09026 |
| 2026-09-23 | 0.09113 |
High
0.09209
Low
0.08748
Average
0.08987
Get this rate via the API
One GET request returns the MVR/CAD 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=MVR¤cies=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CAD").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/CAD API questions
How do I get the MVR/CAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/CAD rate in rates.CAD.
How far back does MVR/CAD historical data go?
Daily MVR/CAD 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 MVR/CAD 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.