Skip to content

MDL to CRC exchange rate API

Moldovan Leu to Costa Rican Colon · quoted 2026-09-25

25.7808

▼ +14.96% over 1Y

1 MDL = 25.7808 CRC · 1 CRC = 0.03879 MDL · Get this rate via the API

1 MDL buys 25.7808 CRC as of 2026-09-25, so 1 CRC buys 0.03879 MDL. Over the last year, MDL/CRC traded between 25.6876 and 30.3154, averaged 27.5982 and fell 14.96%. The API holds daily MDL/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/CRC over 1Y

MDL/CRC over 1Y: show the values
PointMDL/CRC
2025-09-2530.3154
2025-10-0230.2311
2025-10-0930.1212
2025-10-1629.7425
2025-10-2329.5380
2025-10-3029.5307
2025-11-0629.4032
2025-11-1329.6347
2025-11-2029.4413
2025-11-2729.1496
2025-12-0429.0239
2025-12-1229.4047
2025-12-1929.6031
2025-12-2629.4519
2026-01-0229.6118
2026-01-0929.6614
2026-01-1628.9451
2026-01-2329.0171
2026-01-3029.4310
2026-02-0629.1683
2026-02-1328.7760
2026-02-2028.1227
2026-02-2727.6604
2026-03-0627.3463
2026-03-1327.1259
2026-03-2026.6873
2026-03-2726.4650
2026-04-0326.4685
2026-04-1026.9196
2026-04-1726.7954
2026-04-2426.2422
2026-05-0126.3867
2026-05-0826.6622
2026-05-1626.2239
2026-05-2426.0838
2026-05-3126.3470
2026-06-0926.4975
2026-06-1626.2196
2026-06-2325.7787
2026-06-3025.7870
2026-07-0725.8723
2026-07-1425.9015
2026-07-2125.7860
2026-07-2825.8653
2026-08-0425.9789
2026-08-1126.0951
2026-08-1826.0895
2026-08-2626.3049
2026-09-0226.2201
2026-09-0926.3336
2026-09-1625.7695
2026-09-2325.6876

High

30.3154

Low

25.6876

Average

27.5982

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/CRC API questions

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

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

How far back does MDL/CRC historical data go?

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