Skip to content

USD to MNT exchange rate API

US Dollar to Tugrik · quoted 2026-09-24

3597.69

▼ +0.01% over 1Y

1 USD = 3597.69 MNT · 1 MNT = 0.000278 USD · Get this rate via the API

1 USD buys 3597.69 MNT as of 2026-09-24, so 1 MNT buys 0.000278 USD. Over the last year, USD/MNT traded between 0.62599 and 3599.54, averaged 3376.58 and fell 0.01%. The API holds daily USD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/MNT over 1Y

USD/MNT over 1Y: show the values
PointUSD/MNT
2025-09-243597.92
2025-10-013594.85
2025-10-083596.80
2025-10-153596.19
2025-10-223593.63
2025-10-290.63
2025-11-050.82
2025-11-120.80
2025-11-193571.36
2025-11-263562.51
2025-12-033550.60
2025-12-113548.36
2025-12-183548.25
2025-12-253556.60
2026-01-013560.25
2026-01-083546.33
2026-01-153563.88
2026-01-223565.20
2026-01-293568.82
2026-02-053568.35
2026-02-123568.19
2026-02-193569.64
2026-02-263570.38
2026-03-053584.44
2026-03-123568.21
2026-03-193569.32
2026-03-263584.19
2026-04-023572.74
2026-04-093575.25
2026-04-163576.38
2026-04-233579.10
2026-04-303578.89
2026-05-073579.65
2026-05-153580.13
2026-05-233580.31
2026-05-303577.66
2026-06-063578.10
2026-06-153578.44
2026-06-223577.85
2026-06-293583.52
2026-07-063584.14
2026-07-133586.42
2026-07-203587.49
2026-07-273594.98
2026-08-033597.40
2026-08-103597.36
2026-08-173597.98
2026-08-253599.54
2026-09-013597.80
2026-09-083598.08
2026-09-153596.66
2026-09-223598.50

High

3599.54

Low

0.62599

Average

3376.58

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/MNT API questions

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

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

How far back does USD/MNT historical data go?

Daily USD/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 USD/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.