CHF to MDL exchange rate API
Swiss Franc to Moldovan Leu · quoted 2026-09-24
21.2519
▲ +1.36% over 1Y
1 CHF = 21.2519 MDL · 1 MDL = 0.04705 CHF · Get this rate via the API
1 CHF buys 21.2519 MDL as of 2026-09-24, so 1 MDL buys 0.04705 CHF. Over the last year, CHF/MDL traded between 20.8676 and 22.1934, averaged 21.5837 and rose 1.36%. The API holds daily CHF/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MDL over 1Y: show the values
| Point | CHF/MDL |
|---|---|
| 2025-09-24 | 20.9673 |
| 2025-10-01 | 20.9113 |
| 2025-10-08 | 20.8676 |
| 2025-10-15 | 21.1486 |
| 2025-10-22 | 21.2986 |
| 2025-10-29 | 21.3503 |
| 2025-11-05 | 21.0609 |
| 2025-11-12 | 21.2387 |
| 2025-11-19 | 21.1339 |
| 2025-11-26 | 21.2287 |
| 2025-12-03 | 21.2260 |
| 2025-12-11 | 21.2690 |
| 2025-12-18 | 21.2092 |
| 2025-12-25 | 21.3316 |
| 2026-01-01 | 21.2113 |
| 2026-01-08 | 21.1637 |
| 2026-01-15 | 21.2951 |
| 2026-01-22 | 21.4383 |
| 2026-01-29 | 21.8766 |
| 2026-02-05 | 21.7994 |
| 2026-02-12 | 21.9925 |
| 2026-02-19 | 22.0534 |
| 2026-02-26 | 22.0416 |
| 2026-03-05 | 22.1934 |
| 2026-03-12 | 22.1379 |
| 2026-03-19 | 22.0963 |
| 2026-03-26 | 22.1230 |
| 2026-04-02 | 22.0342 |
| 2026-04-09 | 21.7623 |
| 2026-04-16 | 21.7728 |
| 2026-04-23 | 21.9033 |
| 2026-04-30 | 21.9279 |
| 2026-05-07 | 22.1013 |
| 2026-05-15 | 21.9594 |
| 2026-05-23 | 22.1072 |
| 2026-05-30 | 22.1617 |
| 2026-06-06 | 21.7270 |
| 2026-06-15 | 21.9543 |
| 2026-06-22 | 21.7276 |
| 2026-06-29 | 21.9575 |
| 2026-07-06 | 21.8364 |
| 2026-07-13 | 21.7566 |
| 2026-07-20 | 21.7241 |
| 2026-07-27 | 21.6421 |
| 2026-08-03 | 21.5552 |
| 2026-08-10 | 21.4530 |
| 2026-08-17 | 21.3630 |
| 2026-08-25 | 21.5142 |
| 2026-09-01 | 21.1377 |
| 2026-09-08 | 21.2556 |
| 2026-09-15 | 21.2555 |
| 2026-09-22 | 21.4276 |
High
22.1934
Low
20.8676
Average
21.5837
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MDL").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MDL API questions
How do I get the CHF/MDL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MDL rate in rates.MDL.
How far back does CHF/MDL historical data go?
Daily CHF/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 CHF/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.