Skip to content

MNT to THB exchange rate API

Tugrik to Baht · quoted 2026-09-26

0.009285

▲ +3.49% over 1Y

1 MNT = 0.009285 THB · 1 THB = 107.7006 MNT · Get this rate via the API

1 MNT buys 0.009285 THB as of 2026-09-26, so 1 THB buys 107.7006 MNT. Over the last year, MNT/THB traded between 0.008702 and 46.7127, averaged 2.3717 and rose 3.49%. The API holds daily MNT/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/THB over 1Y

MNT/THB over 1Y: show the values
PointMNT/THB
2025-09-260.008972
2025-10-030.009006
2025-10-100.009096
2025-10-170.009110
2025-10-240.009109
2025-10-3146.712659
2025-11-0739.360901
2025-11-1439.172845
2025-11-210.009099
2025-11-280.009030
2025-12-050.008981
2025-12-130.008886
2025-12-200.008857
2025-12-270.008729
2026-01-030.008857
2026-01-100.008817
2026-01-170.008820
2026-01-240.008723
2026-01-310.008843
2026-02-070.008830
2026-02-140.008702
2026-02-210.008702
2026-02-280.008714
2026-03-070.008919
2026-03-140.009078
2026-03-210.009219
2026-03-280.009178
2026-04-040.009147
2026-04-110.008929
2026-04-180.008983
2026-04-250.009031
2026-05-020.009078
2026-05-090.008998
2026-05-170.009123
2026-05-250.009073
2026-06-010.009100
2026-06-100.009206
2026-06-170.009112
2026-06-240.009325
2026-07-010.009318
2026-07-080.009331
2026-07-150.009378
2026-07-220.009418
2026-07-290.009323
2026-08-050.009213
2026-08-120.009189
2026-08-200.009149
2026-08-270.009131
2026-09-030.009172
2026-09-100.009176
2026-09-170.009257
2026-09-240.009299

High

46.7127

Low

0.008702

Average

2.3717

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/THB API questions

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

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

How far back does MNT/THB historical data go?

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