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: show the values
| Point | ETB/MNT |
|---|---|
| 2025-09-27 | 24.9155 |
| 2025-10-04 | 24.8856 |
| 2025-10-11 | 24.4590 |
| 2025-10-18 | 24.3088 |
| 2025-10-25 | 0.0040 |
| 2025-11-01 | 0.0045 |
| 2025-11-08 | 0.0051 |
| 2025-11-15 | 0.0054 |
| 2025-11-22 | 23.1163 |
| 2025-11-29 | 23.1347 |
| 2025-12-06 | 22.8205 |
| 2025-12-14 | 22.7874 |
| 2025-12-21 | 22.8573 |
| 2025-12-28 | 22.8568 |
| 2026-01-04 | 22.9193 |
| 2026-01-11 | 22.9060 |
| 2026-01-18 | 22.8946 |
| 2026-01-25 | 22.8967 |
| 2026-02-01 | 22.9553 |
| 2026-02-08 | 23.0138 |
| 2026-02-15 | 22.9444 |
| 2026-02-22 | 22.9465 |
| 2026-03-01 | 22.8432 |
| 2026-03-08 | 22.8486 |
| 2026-03-15 | 22.7967 |
| 2026-03-22 | 22.6834 |
| 2026-03-29 | 22.7917 |
| 2026-04-05 | 22.8311 |
| 2026-04-12 | 22.8445 |
| 2026-04-19 | 22.8603 |
| 2026-04-26 | 23.2770 |
| 2026-05-03 | 22.7972 |
| 2026-05-10 | 22.9979 |
| 2026-05-18 | 22.8740 |
| 2026-05-26 | 22.2668 |
| 2026-06-02 | 22.6395 |
| 2026-06-11 | 22.2680 |
| 2026-06-18 | 22.2372 |
| 2026-06-25 | 22.2866 |
| 2026-07-02 | 22.5133 |
| 2026-07-09 | 22.3136 |
| 2026-07-16 | 22.3392 |
| 2026-07-23 | 22.3003 |
| 2026-07-30 | 22.3802 |
| 2026-08-06 | 22.3531 |
| 2026-08-13 | 22.2765 |
| 2026-08-21 | 22.0841 |
| 2026-08-28 | 22.0642 |
| 2026-09-04 | 22.2994 |
| 2026-09-11 | 22.3245 |
| 2026-09-18 | 22.3598 |
| 2026-09-25 | 22.0663 |
High
24.9155
Low
0.004012
Average
21.0877
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=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¤cies=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.