Skip to content

MNT to TWD exchange rate API

Tugrik to New Taiwan Dollar · quoted 2026-09-26

0.008819

▲ +5.59% over 1Y

1 MNT = 0.008819 TWD · 1 TWD = 113.3915 MNT · Get this rate via the API

1 MNT buys 0.008819 TWD as of 2026-09-26, so 1 TWD buys 113.3915 MNT. Over the last year, MNT/TWD traded between 0.008312 and 44.4262, averaged 2.2640 and rose 5.59%. The API holds daily MNT/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/TWD over 1Y

MNT/TWD over 1Y: show the values
PointMNT/TWD
2025-09-260.008352
2025-10-030.008312
2025-10-100.008361
2025-10-170.008529
2025-10-240.008570
2025-10-3144.426241
2025-11-0737.725109
2025-11-1437.401114
2025-11-210.008798
2025-11-280.008797
2025-12-050.008830
2025-12-130.008838
2025-12-200.008872
2025-12-270.008830
2026-01-030.008816
2026-01-100.008881
2026-01-170.008872
2026-01-240.008805
2026-01-310.008862
2026-02-070.008852
2026-02-140.008790
2026-02-210.008833
2026-02-280.008801
2026-03-070.008910
2026-03-140.009006
2026-03-210.008979
2026-03-280.008950
2026-04-040.008953
2026-04-110.008828
2026-04-180.008804
2026-04-250.008793
2026-05-020.008834
2026-05-090.008750
2026-05-170.008828
2026-05-250.008769
2026-06-010.008758
2026-06-100.008839
2026-06-170.008825
2026-06-240.008855
2026-07-010.008896
2026-07-080.008937
2026-07-150.008977
2026-07-220.009027
2026-07-290.009021
2026-08-050.008978
2026-08-120.008951
2026-08-200.008860
2026-08-270.008815
2026-09-030.008816
2026-09-100.008781
2026-09-170.008861
2026-09-240.008836

High

44.4262

Low

0.008312

Average

2.2640

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/TWD API questions

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

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

How far back does MNT/TWD historical data go?

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