Skip to content

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

MDL/ARS over 1Y: show the values
PointMDL/ARS
2025-09-2580.2840
2025-10-0285.3934
2025-10-0985.5915
2025-10-1680.5404
2025-10-2387.5677
2025-10-3084.6240
2025-11-0684.8350
2025-11-1383.0501
2025-11-2082.7701
2025-11-2784.8642
2025-12-0485.5838
2025-12-1284.5709
2025-12-1986.0241
2025-12-2686.2371
2026-01-0286.2959
2026-01-0987.2006
2026-01-1684.4277
2026-01-2384.0084
2026-01-3085.8166
2026-02-0684.8222
2026-02-1382.6513
2026-02-2081.1775
2026-02-2782.1653
2026-03-0681.4063
2026-03-1380.1004
2026-03-2079.6316
2026-03-2778.0648
2026-04-0379.1449
2026-04-1080.1236
2026-04-1779.3641
2026-04-2480.2675
2026-05-0180.7816
2026-05-0880.8491
2026-05-1680.6018
2026-05-2480.7365
2026-05-3181.3878
2026-06-0983.1099
2026-06-1682.1655
2026-06-2382.9209
2026-06-3083.9173
2026-07-0784.4205
2026-07-1484.3366
2026-07-2184.1681
2026-07-2885.0369
2026-08-0485.4845
2026-08-1186.1587
2026-08-1886.3794
2026-08-2687.5652
2026-09-0287.4067
2026-09-0987.7735
2026-09-1686.6939
2026-09-2386.0989

High

87.7735

Low

78.0648

Average

83.6418

For developers

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