Skip to content

ETB to MNT exchange rate API

Ethiopian Birr to Tugrik · quoted 2026-09-27

22.1917

▼ +28.00% over 5Y

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 5 years, ETB/MNT traded between 0.005381 and 30.8204, averaged 24.1325 and fell 28.00%. 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 5Y

ETB/MNT over 5Y: show the values
PointETB/MNT
2024-08-2430.8204
2024-10-0728.2686
2024-11-0628.2600
2024-12-0627.4357
2025-01-0526.7549
2025-02-0427.0732
2025-03-0627.1104
2025-04-0626.7668
2025-05-0626.7060
2025-06-0726.6594
2025-07-0726.4332
2025-08-0626.3710
2025-09-0525.1505
2025-10-0624.8498
2025-11-050.0054
2025-12-0522.7929
2026-01-0522.8605
2026-02-0422.9585
2026-03-0623.0141
2026-04-0522.8311
2026-05-0522.7705
2026-06-0622.5322
2026-07-0822.3752
2026-08-0722.2906
2026-09-0722.1620

High

30.8204

Low

0.005381

Average

24.1325

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.