Skip to content

MNT to ERN exchange rate API

Tugrik to Nakfa · quoted 2026-09-27

0.004171

▲ +0.02% over 1Y

1 MNT = 0.004171 ERN · 1 ERN = 239.7507 MNT · Get this rate via the API

1 MNT buys 0.004171 ERN as of 2026-09-27, so 1 ERN buys 239.7507 MNT. Over the last year, MNT/ERN traded between 0.004166 and 24.6542, averaged 1.5736 and rose 0.02%. The API holds daily MNT/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/ERN over 1Y

MNT/ERN over 1Y: show the values
PointMNT/ERN
2025-09-270.004170
2025-10-040.004171
2025-10-110.004170
2025-10-180.004169
2025-10-2524.654208
2025-11-0121.622362
2025-11-0818.984761
2025-11-1517.934468
2025-11-220.004205
2025-11-290.004218
2025-12-060.004232
2025-12-140.004230
2025-12-210.004225
2025-12-280.004217
2026-01-040.004217
2026-01-110.004215
2026-01-180.004210
2026-01-250.004208
2026-02-010.004204
2026-02-080.004204
2026-02-150.004205
2026-02-220.004206
2026-03-010.004206
2026-03-080.004205
2026-03-150.004202
2026-03-220.004204
2026-03-290.004202
2026-04-050.004199
2026-04-120.004190
2026-04-190.004195
2026-04-260.004175
2026-05-030.004190
2026-05-100.004188
2026-05-180.004191
2026-05-260.004191
2026-06-020.004190
2026-06-110.004190
2026-06-180.004191
2026-06-250.004189
2026-07-020.004186
2026-07-090.004183
2026-07-160.004181
2026-07-230.004178
2026-07-300.004178
2026-08-060.004168
2026-08-130.004168
2026-08-210.004167
2026-08-280.004166
2026-09-040.004167
2026-09-110.004168
2026-09-180.004167
2026-09-250.004169

High

24.6542

Low

0.004166

Average

1.5736

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/ERN API questions

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

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

How far back does MNT/ERN historical data go?

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