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: show the values
| Point | CAD/MDL |
|---|---|
| 2025-09-27 | 11.9650 |
| 2025-10-04 | 11.9876 |
| 2025-10-11 | 12.0984 |
| 2025-10-18 | 12.0543 |
| 2025-10-25 | 12.1145 |
| 2025-11-01 | 12.1397 |
| 2025-11-08 | 12.1503 |
| 2025-11-15 | 12.0886 |
| 2025-11-22 | 12.1366 |
| 2025-11-29 | 12.1605 |
| 2025-12-06 | 12.3037 |
| 2025-12-14 | 12.2759 |
| 2025-12-21 | 12.2408 |
| 2025-12-28 | 12.2673 |
| 2026-01-04 | 12.2410 |
| 2026-01-11 | 12.1177 |
| 2026-01-18 | 12.2729 |
| 2026-01-25 | 12.4140 |
| 2026-02-01 | 12.3436 |
| 2026-02-08 | 12.4250 |
| 2026-02-15 | 12.4424 |
| 2026-02-22 | 12.5069 |
| 2026-03-01 | 12.5212 |
| 2026-03-08 | 12.7092 |
| 2026-03-15 | 12.6338 |
| 2026-03-22 | 12.7425 |
| 2026-03-29 | 12.6452 |
| 2026-04-05 | 12.6181 |
| 2026-04-12 | 12.4202 |
| 2026-04-19 | 12.5525 |
| 2026-04-26 | 12.6929 |
| 2026-05-03 | 12.6776 |
| 2026-05-10 | 12.4648 |
| 2026-05-18 | 12.6142 |
| 2026-05-26 | 12.5517 |
| 2026-06-02 | 12.4780 |
| 2026-06-11 | 12.4493 |
| 2026-06-18 | 12.3330 |
| 2026-06-25 | 12.3992 |
| 2026-07-02 | 12.4457 |
| 2026-07-09 | 12.3939 |
| 2026-07-16 | 12.4716 |
| 2026-07-23 | 12.4876 |
| 2026-07-30 | 12.5248 |
| 2026-08-06 | 12.3908 |
| 2026-08-13 | 12.4289 |
| 2026-08-21 | 12.5102 |
| 2026-08-28 | 12.3495 |
| 2026-09-04 | 12.5150 |
| 2026-09-11 | 12.4774 |
| 2026-09-18 | 12.5286 |
| 2026-09-25 | 12.4359 |
High
12.7425
Low
11.9650
Average
12.3911
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.