Skip to content

TWD to MMK exchange rate API

New Taiwan Dollar to Kyat · quoted 2026-09-24

65.9752

▼ +2.19% over 5Y

1 TWD = 65.9752 MMK · 1 MMK = 0.01516 TWD · Get this rate via the API

1 TWD buys 65.9752 MMK as of 2026-09-24, so 1 MMK buys 0.01516 TWD. Over the last 5 years, TWD/MMK traded between 61.7651 and 72.2292, averaged 66.4461 and fell 2.19%. The API holds daily TWD/MMK rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.

TWD/MMK over 5Y

TWD/MMK over 5Y: show the values
PointTWD/MMK
2021-09-2767.4549
2021-11-0865.1862
2021-12-2063.7266
2022-02-0163.9602
2022-03-1562.2385
2022-04-2962.8697
2022-06-1562.3522
2022-07-2761.7651
2022-09-0767.9048
2022-10-1965.3619
2022-11-3068.0917
2023-01-1269.0316
2023-02-2369.1494
2023-04-1168.8316
2023-05-2668.3193
2023-07-1066.9081
2023-08-2165.8362
2023-10-0265.0918
2023-11-1364.9198
2023-12-2768.0145
2024-02-0866.8976
2024-03-2165.8770
2024-05-0864.8225
2024-06-2464.8581
2024-08-0564.3601
2024-09-1566.3366
2024-10-2266.6016
2024-11-2165.5542
2024-12-2164.3145
2025-01-2065.1359
2025-02-1965.1537
2025-03-2164.6518
2025-04-2065.1653
2025-05-2070.8404
2025-06-1972.2292
2025-07-1971.3444
2025-08-1871.1888
2025-09-1771.0317
2025-10-1768.4483
2025-11-1668.4244
2025-12-1666.7980
2026-01-1566.5240
2026-02-1466.8962
2026-03-1665.5510
2026-04-1566.3781
2026-05-1566.5603
2026-06-1566.6022
2026-07-1565.1965
2026-08-1465.6668
2026-09-1366.3514

High

72.2292

Low

61.7651

Average

66.4461

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/MMK API questions

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

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

How far back does TWD/MMK historical data go?

Daily TWD/MMK rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/MMK 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.