Skip to content

MDL to YER exchange rate API

Moldovan Leu to Yemeni Rial · quoted 2026-09-25

13.4519

▼ +5.28% over YTD

1 MDL = 13.4519 YER · 1 YER = 0.07434 MDL · Get this rate via the API

1 MDL buys 13.4519 YER as of 2026-09-25, so 1 YER buys 0.07434 MDL. Over the year to date, MDL/YER traded between 13.4519 and 14.2014, averaged 13.7767 and fell 5.28%. The API holds daily MDL/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/YER over YTD

MDL/YER over YTD: show the values
PointMDL/YER
2025-12-3114.2014
2026-01-0714.1215
2026-01-1414.1094
2026-01-2113.9921
2026-01-2814.1579
2026-02-0414.1271
2026-02-1114.0750
2026-02-1814.0262
2026-02-2513.9550
2026-03-0413.7540
2026-03-1113.8697
2026-03-1813.7130
2026-03-2513.6758
2026-04-0113.4854
2026-04-0813.7387
2026-04-1513.9213
2026-04-2213.8557
2026-04-2913.8015
2026-05-0613.8527
2026-05-1413.9149
2026-05-2113.7274
2026-05-2913.8000
2026-06-0513.7713
2026-06-1413.7005
2026-06-2113.5774
2026-06-2813.4741
2026-07-0513.5038
2026-07-1213.5380
2026-07-1913.5565
2026-07-2613.5485
2026-08-0213.6196
2026-08-0913.6710
2026-08-1613.7113
2026-08-2413.7520
2026-08-3113.6220
2026-09-0713.7570
2026-09-1413.6801
2026-09-2113.4798

High

14.2014

Low

13.4519

Average

13.7767

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/YER API questions

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

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

How far back does MDL/YER historical data go?

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