Skip to content

MDL to ETB exchange rate API

Moldovan Leu to Ethiopian Birr · quoted 2026-09-26

9.1588

▲ +5.68% over 1Y

1 MDL = 9.1588 ETB · 1 ETB = 0.10918 MDL · Get this rate via the API

1 MDL buys 9.1588 ETB as of 2026-09-26, so 1 ETB buys 0.10918 MDL. Over the last year, MDL/ETB traded between 8.6381 and 9.4806, averaged 9.1120 and rose 5.68%. The API holds daily MDL/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/ETB over 1Y

MDL/ETB over 1Y: show the values
PointMDL/ETB
2025-09-268.6662
2025-10-038.7032
2025-10-108.6381
2025-10-178.7437
2025-10-248.8956
2025-10-318.9837
2025-11-078.9893
2025-11-149.0580
2025-11-219.1223
2025-11-288.9957
2025-12-059.1598
2025-12-139.1789
2025-12-209.1940
2025-12-279.2584
2026-01-039.2324
2026-01-109.2630
2026-01-179.0946
2026-01-249.1471
2026-01-319.2474
2026-02-079.1198
2026-02-149.1408
2026-02-219.0479
2026-02-289.1323
2026-03-079.0267
2026-03-149.0161
2026-03-219.0266
2026-03-288.9160
2026-04-048.9338
2026-04-119.0877
2026-04-189.1335
2026-04-258.8897
2026-05-029.1102
2026-05-099.1992
2026-05-179.1600
2026-05-259.3011
2026-06-019.2262
2026-06-109.2649
2026-06-179.1030
2026-06-249.1302
2026-07-019.0435
2026-07-089.0838
2026-07-159.1381
2026-07-229.1541
2026-07-299.0703
2026-08-059.1649
2026-08-129.3066
2026-08-209.4806
2026-08-279.4122
2026-09-039.4000
2026-09-109.4370
2026-09-179.2507
2026-09-249.3007

High

9.4806

Low

8.6381

Average

9.1120

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/ETB API questions

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

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

How far back does MDL/ETB historical data go?

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