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: show the values
| Point | MDL/YER |
|---|---|
| 2025-12-31 | 14.2014 |
| 2026-01-07 | 14.1215 |
| 2026-01-14 | 14.1094 |
| 2026-01-21 | 13.9921 |
| 2026-01-28 | 14.1579 |
| 2026-02-04 | 14.1271 |
| 2026-02-11 | 14.0750 |
| 2026-02-18 | 14.0262 |
| 2026-02-25 | 13.9550 |
| 2026-03-04 | 13.7540 |
| 2026-03-11 | 13.8697 |
| 2026-03-18 | 13.7130 |
| 2026-03-25 | 13.6758 |
| 2026-04-01 | 13.4854 |
| 2026-04-08 | 13.7387 |
| 2026-04-15 | 13.9213 |
| 2026-04-22 | 13.8557 |
| 2026-04-29 | 13.8015 |
| 2026-05-06 | 13.8527 |
| 2026-05-14 | 13.9149 |
| 2026-05-21 | 13.7274 |
| 2026-05-29 | 13.8000 |
| 2026-06-05 | 13.7713 |
| 2026-06-14 | 13.7005 |
| 2026-06-21 | 13.5774 |
| 2026-06-28 | 13.4741 |
| 2026-07-05 | 13.5038 |
| 2026-07-12 | 13.5380 |
| 2026-07-19 | 13.5565 |
| 2026-07-26 | 13.5485 |
| 2026-08-02 | 13.6196 |
| 2026-08-09 | 13.6710 |
| 2026-08-16 | 13.7113 |
| 2026-08-24 | 13.7520 |
| 2026-08-31 | 13.6220 |
| 2026-09-07 | 13.7570 |
| 2026-09-14 | 13.6801 |
| 2026-09-21 | 13.4798 |
High
14.2014
Low
13.4519
Average
13.7767
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.