Skip to content

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

CHF/MDL over 1Y: show the values
PointCHF/MDL
2025-09-2420.9673
2025-10-0120.9113
2025-10-0820.8676
2025-10-1521.1486
2025-10-2221.2986
2025-10-2921.3503
2025-11-0521.0609
2025-11-1221.2387
2025-11-1921.1339
2025-11-2621.2287
2025-12-0321.2260
2025-12-1121.2690
2025-12-1821.2092
2025-12-2521.3316
2026-01-0121.2113
2026-01-0821.1637
2026-01-1521.2951
2026-01-2221.4383
2026-01-2921.8766
2026-02-0521.7994
2026-02-1221.9925
2026-02-1922.0534
2026-02-2622.0416
2026-03-0522.1934
2026-03-1222.1379
2026-03-1922.0963
2026-03-2622.1230
2026-04-0222.0342
2026-04-0921.7623
2026-04-1621.7728
2026-04-2321.9033
2026-04-3021.9279
2026-05-0722.1013
2026-05-1521.9594
2026-05-2322.1072
2026-05-3022.1617
2026-06-0621.7270
2026-06-1521.9543
2026-06-2221.7276
2026-06-2921.9575
2026-07-0621.8364
2026-07-1321.7566
2026-07-2021.7241
2026-07-2721.6421
2026-08-0321.5552
2026-08-1021.4530
2026-08-1721.3630
2026-08-2521.5142
2026-09-0121.1377
2026-09-0821.2556
2026-09-1521.2555
2026-09-2221.4276

High

22.1934

Low

20.8676

Average

21.5837

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.