Skip to content

ETB to MNT exchange rate API

Ethiopian Birr to Tugrik · quoted 2026-09-27

22.1917

▼ +10.93% over 1Y

1 ETB = 22.1917 MNT · 1 MNT = 0.04506 ETB · Get this rate via the API

1 ETB buys 22.1917 MNT as of 2026-09-27, so 1 MNT buys 0.04506 ETB. Over the last year, ETB/MNT traded between 0.004012 and 24.9155, averaged 21.0877 and fell 10.93%. The API holds daily ETB/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/MNT over 1Y

ETB/MNT over 1Y: show the values
PointETB/MNT
2025-09-2724.9155
2025-10-0424.8856
2025-10-1124.4590
2025-10-1824.3088
2025-10-250.0040
2025-11-010.0045
2025-11-080.0051
2025-11-150.0054
2025-11-2223.1163
2025-11-2923.1347
2025-12-0622.8205
2025-12-1422.7874
2025-12-2122.8573
2025-12-2822.8568
2026-01-0422.9193
2026-01-1122.9060
2026-01-1822.8946
2026-01-2522.8967
2026-02-0122.9553
2026-02-0823.0138
2026-02-1522.9444
2026-02-2222.9465
2026-03-0122.8432
2026-03-0822.8486
2026-03-1522.7967
2026-03-2222.6834
2026-03-2922.7917
2026-04-0522.8311
2026-04-1222.8445
2026-04-1922.8603
2026-04-2623.2770
2026-05-0322.7972
2026-05-1022.9979
2026-05-1822.8740
2026-05-2622.2668
2026-06-0222.6395
2026-06-1122.2680
2026-06-1822.2372
2026-06-2522.2866
2026-07-0222.5133
2026-07-0922.3136
2026-07-1622.3392
2026-07-2322.3003
2026-07-3022.3802
2026-08-0622.3531
2026-08-1322.2765
2026-08-2122.0841
2026-08-2822.0642
2026-09-0422.2994
2026-09-1122.3245
2026-09-1822.3598
2026-09-2522.0663

High

24.9155

Low

0.004012

Average

21.0877

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/MNT API questions

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

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

How far back does ETB/MNT historical data go?

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