TTD to MMK exchange rate API
Trinidad and Tobago Dollar to Kyat · quoted 2026-09-26
309.5932
▲ +0.14% over YTD
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 year to date, TTD/MMK traded between 308.0392 and 312.6552, averaged 309.8866 and rose 0.14%. 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 YTD: show the values
| Point | TTD/MMK |
|---|---|
| 2025-12-31 | 309.1631 |
| 2026-01-07 | 309.3661 |
| 2026-01-14 | 309.4764 |
| 2026-01-21 | 309.8982 |
| 2026-01-28 | 309.2604 |
| 2026-02-04 | 310.5414 |
| 2026-02-11 | 309.5711 |
| 2026-02-18 | 309.8611 |
| 2026-02-25 | 309.9041 |
| 2026-03-04 | 309.9224 |
| 2026-03-11 | 309.4415 |
| 2026-03-18 | 309.8701 |
| 2026-03-25 | 309.7679 |
| 2026-04-01 | 309.3285 |
| 2026-04-08 | 309.9806 |
| 2026-04-15 | 308.8823 |
| 2026-04-22 | 309.2817 |
| 2026-04-29 | 308.8960 |
| 2026-05-06 | 310.4220 |
| 2026-05-14 | 309.3315 |
| 2026-05-21 | 309.6812 |
| 2026-05-29 | 309.6388 |
| 2026-06-05 | 309.7216 |
| 2026-06-14 | 309.6667 |
| 2026-06-21 | 311.5256 |
| 2026-06-28 | 309.9024 |
| 2026-07-05 | 312.6552 |
| 2026-07-12 | 310.1499 |
| 2026-07-19 | 310.4999 |
| 2026-07-26 | 310.8094 |
| 2026-08-02 | 311.4972 |
| 2026-08-09 | 310.5528 |
| 2026-08-16 | 311.9753 |
| 2026-08-24 | 309.2337 |
| 2026-08-31 | 308.0392 |
| 2026-09-07 | 309.6563 |
| 2026-09-14 | 309.2929 |
| 2026-09-21 | 309.3186 |
High
312.6552
Low
308.0392
Average
309.8866
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.