Skip to content

MDL to CAD exchange rate API

Moldovan Leu to Canadian Dollar · quoted 2026-09-27

0.07989

▼ +4.41% over 1Y

1 MDL = 0.07989 CAD · 1 CAD = 12.5174 MDL · Get this rate via the API

1 MDL buys 0.07989 CAD as of 2026-09-27, so 1 CAD buys 12.5174 MDL. Over the last year, MDL/CAD traded between 0.07848 and 0.08358, averaged 0.08072 and fell 4.41%. The API holds daily MDL/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/CAD over 1Y

MDL/CAD over 1Y: show the values
PointMDL/CAD
2025-09-270.08358
2025-10-040.08342
2025-10-110.08266
2025-10-180.08296
2025-10-250.08254
2025-11-010.08237
2025-11-080.08230
2025-11-150.08272
2025-11-220.08239
2025-11-290.08223
2025-12-060.08128
2025-12-140.08146
2025-12-210.08169
2025-12-280.08152
2026-01-040.08169
2026-01-110.08252
2026-01-180.08148
2026-01-250.08055
2026-02-010.08101
2026-02-080.08048
2026-02-150.08037
2026-02-220.07995
2026-03-010.07986
2026-03-080.07868
2026-03-150.07915
2026-03-220.07848
2026-03-290.07908
2026-04-050.07925
2026-04-120.08051
2026-04-190.07966
2026-04-260.07878
2026-05-030.07888
2026-05-100.08023
2026-05-180.07927
2026-05-260.07967
2026-06-020.08014
2026-06-110.08033
2026-06-180.08108
2026-06-250.08065
2026-07-020.08035
2026-07-090.08069
2026-07-160.08018
2026-07-230.08008
2026-07-300.07984
2026-08-060.08070
2026-08-130.08046
2026-08-210.07993
2026-08-280.08097
2026-09-040.07990
2026-09-110.08014
2026-09-180.07982
2026-09-250.08041

High

0.08358

Low

0.07848

Average

0.08072

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/CAD API questions

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

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

How far back does MDL/CAD historical data go?

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