Skip to content

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

MVR/CAD over 1Y: show the values
PointMVR/CAD
2025-09-250.09010
2025-10-020.09051
2025-10-090.09059
2025-10-160.09115
2025-10-230.09078
2025-10-300.09087
2025-11-060.09126
2025-11-130.09069
2025-11-200.09106
2025-11-270.09093
2025-12-040.09050
2025-12-120.08909
2025-12-190.08928
2025-12-260.08844
2026-01-020.08884
2026-01-090.08983
2026-01-160.08984
2026-01-230.08905
2026-01-300.08748
2026-02-060.08843
2026-02-130.08813
2026-02-200.08867
2026-02-270.08844
2026-03-060.08830
2026-03-130.08864
2026-03-200.08872
2026-03-270.08972
2026-04-030.09020
2026-04-100.08946
2026-04-170.08849
2026-04-240.08849
2026-05-010.08786
2026-05-080.08837
2026-05-160.08923
2026-05-240.08951
2026-05-310.08952
2026-06-090.09007
2026-06-160.09065
2026-06-230.09177
2026-06-300.09209
2026-07-070.09197
2026-07-140.09128
2026-07-210.09103
2026-07-280.09125
2026-08-040.09095
2026-08-110.09018
2026-08-180.08974
2026-08-260.08967
2026-09-020.09007
2026-09-090.08908
2026-09-160.09026
2026-09-230.09113

High

0.09209

Low

0.08748

Average

0.08987

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CAD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=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&currencies=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.