MDL to ARS exchange rate API
Moldovan Leu to Argentine Peso · quoted 2026-09-25
86.4152
▲ +7.64% over 1Y
1 MDL = 86.4152 ARS · 1 ARS = 0.01157 MDL · Get this rate via the API
1 MDL buys 86.4152 ARS as of 2026-09-25, so 1 ARS buys 0.01157 MDL. Over the last year, MDL/ARS traded between 78.0648 and 87.7735, averaged 83.6418 and rose 7.64%. The API holds daily MDL/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/ARS over 1Y: show the values
| Point | MDL/ARS |
|---|---|
| 2025-09-25 | 80.2840 |
| 2025-10-02 | 85.3934 |
| 2025-10-09 | 85.5915 |
| 2025-10-16 | 80.5404 |
| 2025-10-23 | 87.5677 |
| 2025-10-30 | 84.6240 |
| 2025-11-06 | 84.8350 |
| 2025-11-13 | 83.0501 |
| 2025-11-20 | 82.7701 |
| 2025-11-27 | 84.8642 |
| 2025-12-04 | 85.5838 |
| 2025-12-12 | 84.5709 |
| 2025-12-19 | 86.0241 |
| 2025-12-26 | 86.2371 |
| 2026-01-02 | 86.2959 |
| 2026-01-09 | 87.2006 |
| 2026-01-16 | 84.4277 |
| 2026-01-23 | 84.0084 |
| 2026-01-30 | 85.8166 |
| 2026-02-06 | 84.8222 |
| 2026-02-13 | 82.6513 |
| 2026-02-20 | 81.1775 |
| 2026-02-27 | 82.1653 |
| 2026-03-06 | 81.4063 |
| 2026-03-13 | 80.1004 |
| 2026-03-20 | 79.6316 |
| 2026-03-27 | 78.0648 |
| 2026-04-03 | 79.1449 |
| 2026-04-10 | 80.1236 |
| 2026-04-17 | 79.3641 |
| 2026-04-24 | 80.2675 |
| 2026-05-01 | 80.7816 |
| 2026-05-08 | 80.8491 |
| 2026-05-16 | 80.6018 |
| 2026-05-24 | 80.7365 |
| 2026-05-31 | 81.3878 |
| 2026-06-09 | 83.1099 |
| 2026-06-16 | 82.1655 |
| 2026-06-23 | 82.9209 |
| 2026-06-30 | 83.9173 |
| 2026-07-07 | 84.4205 |
| 2026-07-14 | 84.3366 |
| 2026-07-21 | 84.1681 |
| 2026-07-28 | 85.0369 |
| 2026-08-04 | 85.4845 |
| 2026-08-11 | 86.1587 |
| 2026-08-18 | 86.3794 |
| 2026-08-26 | 87.5652 |
| 2026-09-02 | 87.4067 |
| 2026-09-09 | 87.7735 |
| 2026-09-16 | 86.6939 |
| 2026-09-23 | 86.0989 |
High
87.7735
Low
78.0648
Average
83.6418
Get this rate via the API
One GET request returns the MDL/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/ARS API questions
How do I get the MDL/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/ARS rate in rates.ARS.
How far back does MDL/ARS historical data go?
Daily MDL/ARS 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/ARS 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.