TTD to MMK exchange rate API
Trinidad and Tobago Dollar to Kyat · quoted 2026-09-26
309.5932
▲ +0.15% over 6M
1 TTD = 309.5932 MMK · 1 MMK = 0.003230 TTD · Get this rate via the API
1 TTD buys 309.5932 MMK as of 2026-09-26, so 1 MMK buys 0.003230 TTD. Over the last 6 months, TTD/MMK traded between 308.1046 and 310.6606, averaged 309.5812 and rose 0.15%. The API holds daily TTD/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/MMK over 6M: show the values
| Point | TTD/MMK |
|---|---|
| 2026-03-30 | 309.1242 |
| 2026-04-06 | 309.5827 |
| 2026-04-13 | 309.9609 |
| 2026-04-20 | 308.1046 |
| 2026-04-27 | 309.7409 |
| 2026-05-04 | 309.2688 |
| 2026-05-11 | 310.6606 |
| 2026-05-19 | 309.5365 |
| 2026-05-27 | 309.3089 |
| 2026-06-03 | 309.5576 |
| 2026-06-12 | 309.4750 |
| 2026-06-19 | 309.3991 |
| 2026-06-26 | 309.3018 |
| 2026-07-03 | 310.6021 |
| 2026-07-10 | 309.4215 |
| 2026-07-17 | 308.9966 |
| 2026-07-24 | 309.1426 |
| 2026-07-31 | 309.9375 |
| 2026-08-07 | 309.6891 |
| 2026-08-14 | 310.4130 |
| 2026-08-22 | 309.4566 |
| 2026-08-29 | 310.6200 |
| 2026-09-05 | 309.7362 |
| 2026-09-12 | 309.3739 |
| 2026-09-19 | 309.0960 |
| 2026-09-26 | 309.5932 |
High
310.6606
Low
308.1046
Average
309.5812
Get this rate via the API
One GET request returns the TTD/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=TTD¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/MMK API questions
How do I get the TTD/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/MMK rate in rates.MMK.
How far back does TTD/MMK historical data go?
Daily TTD/MMK 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 TTD/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.