Skip to content

CAD to MDL exchange rate API

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

12.5173

▲ +4.62% over 1Y

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

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

CAD/MDL over 1Y

CAD/MDL over 1Y: show the values
PointCAD/MDL
2025-09-2711.9650
2025-10-0411.9876
2025-10-1112.0984
2025-10-1812.0543
2025-10-2512.1145
2025-11-0112.1397
2025-11-0812.1503
2025-11-1512.0886
2025-11-2212.1366
2025-11-2912.1605
2025-12-0612.3037
2025-12-1412.2759
2025-12-2112.2408
2025-12-2812.2673
2026-01-0412.2410
2026-01-1112.1177
2026-01-1812.2729
2026-01-2512.4140
2026-02-0112.3436
2026-02-0812.4250
2026-02-1512.4424
2026-02-2212.5069
2026-03-0112.5212
2026-03-0812.7092
2026-03-1512.6338
2026-03-2212.7425
2026-03-2912.6452
2026-04-0512.6181
2026-04-1212.4202
2026-04-1912.5525
2026-04-2612.6929
2026-05-0312.6776
2026-05-1012.4648
2026-05-1812.6142
2026-05-2612.5517
2026-06-0212.4780
2026-06-1112.4493
2026-06-1812.3330
2026-06-2512.3992
2026-07-0212.4457
2026-07-0912.3939
2026-07-1612.4716
2026-07-2312.4876
2026-07-3012.5248
2026-08-0612.3908
2026-08-1312.4289
2026-08-2112.5102
2026-08-2812.3495
2026-09-0412.5150
2026-09-1112.4774
2026-09-1812.5286
2026-09-2512.4359

High

12.7425

Low

11.9650

Average

12.3911

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/MDL API questions

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

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

How far back does CAD/MDL historical data go?

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