Skip to content

MNT to TWD exchange rate API

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

0.008819

▲ +0.07% over YTD

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 year to date, MNT/TWD traded between 0.008769 and 0.009045, averaged 0.008862 and rose 0.07%. 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 YTD

MNT/TWD over YTD: show the values
PointMNT/TWD
2025-12-310.008813
2026-01-070.008836
2026-01-140.008881
2026-01-210.008872
2026-01-280.008781
2026-02-040.008852
2026-02-110.008823
2026-02-180.008801
2026-02-250.008769
2026-03-040.008884
2026-03-110.008909
2026-03-180.008937
2026-03-250.008941
2026-04-010.008940
2026-04-080.008886
2026-04-150.008847
2026-04-220.008805
2026-04-290.008782
2026-05-060.008797
2026-05-140.008810
2026-05-210.008824
2026-05-290.008771
2026-06-050.008804
2026-06-140.008840
2026-06-210.008860
2026-06-280.008901
2026-07-050.008916
2026-07-120.008950
2026-07-190.009045
2026-07-260.009005
2026-08-020.008985
2026-08-090.008961
2026-08-160.008898
2026-08-240.008844
2026-08-310.008809
2026-09-070.008776
2026-09-140.008820
2026-09-210.008819

High

0.009045

Low

0.008769

Average

0.008862

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.