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: show the values
| Point | TWD/MMK |
|---|---|
| 2021-09-27 | 67.4549 |
| 2021-11-08 | 65.1862 |
| 2021-12-20 | 63.7266 |
| 2022-02-01 | 63.9602 |
| 2022-03-15 | 62.2385 |
| 2022-04-29 | 62.8697 |
| 2022-06-15 | 62.3522 |
| 2022-07-27 | 61.7651 |
| 2022-09-07 | 67.9048 |
| 2022-10-19 | 65.3619 |
| 2022-11-30 | 68.0917 |
| 2023-01-12 | 69.0316 |
| 2023-02-23 | 69.1494 |
| 2023-04-11 | 68.8316 |
| 2023-05-26 | 68.3193 |
| 2023-07-10 | 66.9081 |
| 2023-08-21 | 65.8362 |
| 2023-10-02 | 65.0918 |
| 2023-11-13 | 64.9198 |
| 2023-12-27 | 68.0145 |
| 2024-02-08 | 66.8976 |
| 2024-03-21 | 65.8770 |
| 2024-05-08 | 64.8225 |
| 2024-06-24 | 64.8581 |
| 2024-08-05 | 64.3601 |
| 2024-09-15 | 66.3366 |
| 2024-10-22 | 66.6016 |
| 2024-11-21 | 65.5542 |
| 2024-12-21 | 64.3145 |
| 2025-01-20 | 65.1359 |
| 2025-02-19 | 65.1537 |
| 2025-03-21 | 64.6518 |
| 2025-04-20 | 65.1653 |
| 2025-05-20 | 70.8404 |
| 2025-06-19 | 72.2292 |
| 2025-07-19 | 71.3444 |
| 2025-08-18 | 71.1888 |
| 2025-09-17 | 71.0317 |
| 2025-10-17 | 68.4483 |
| 2025-11-16 | 68.4244 |
| 2025-12-16 | 66.7980 |
| 2026-01-15 | 66.5240 |
| 2026-02-14 | 66.8962 |
| 2026-03-16 | 65.5510 |
| 2026-04-15 | 66.3781 |
| 2026-05-15 | 66.5603 |
| 2026-06-15 | 66.6022 |
| 2026-07-15 | 65.1965 |
| 2026-08-14 | 65.6668 |
| 2026-09-13 | 66.3514 |
High
72.2292
Low
61.7651
Average
66.4461
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.