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: show the values
| Point | MDL/CRC |
|---|---|
| 2025-09-25 | 30.3154 |
| 2025-10-02 | 30.2311 |
| 2025-10-09 | 30.1212 |
| 2025-10-16 | 29.7425 |
| 2025-10-23 | 29.5380 |
| 2025-10-30 | 29.5307 |
| 2025-11-06 | 29.4032 |
| 2025-11-13 | 29.6347 |
| 2025-11-20 | 29.4413 |
| 2025-11-27 | 29.1496 |
| 2025-12-04 | 29.0239 |
| 2025-12-12 | 29.4047 |
| 2025-12-19 | 29.6031 |
| 2025-12-26 | 29.4519 |
| 2026-01-02 | 29.6118 |
| 2026-01-09 | 29.6614 |
| 2026-01-16 | 28.9451 |
| 2026-01-23 | 29.0171 |
| 2026-01-30 | 29.4310 |
| 2026-02-06 | 29.1683 |
| 2026-02-13 | 28.7760 |
| 2026-02-20 | 28.1227 |
| 2026-02-27 | 27.6604 |
| 2026-03-06 | 27.3463 |
| 2026-03-13 | 27.1259 |
| 2026-03-20 | 26.6873 |
| 2026-03-27 | 26.4650 |
| 2026-04-03 | 26.4685 |
| 2026-04-10 | 26.9196 |
| 2026-04-17 | 26.7954 |
| 2026-04-24 | 26.2422 |
| 2026-05-01 | 26.3867 |
| 2026-05-08 | 26.6622 |
| 2026-05-16 | 26.2239 |
| 2026-05-24 | 26.0838 |
| 2026-05-31 | 26.3470 |
| 2026-06-09 | 26.4975 |
| 2026-06-16 | 26.2196 |
| 2026-06-23 | 25.7787 |
| 2026-06-30 | 25.7870 |
| 2026-07-07 | 25.8723 |
| 2026-07-14 | 25.9015 |
| 2026-07-21 | 25.7860 |
| 2026-07-28 | 25.8653 |
| 2026-08-04 | 25.9789 |
| 2026-08-11 | 26.0951 |
| 2026-08-18 | 26.0895 |
| 2026-08-26 | 26.3049 |
| 2026-09-02 | 26.2201 |
| 2026-09-09 | 26.3336 |
| 2026-09-16 | 25.7695 |
| 2026-09-23 | 25.6876 |
High
30.3154
Low
25.6876
Average
27.5982
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.