TTD to MMK exchange rate API
Trinidad and Tobago Dollar to Kyat · quoted 2026-09-26
309.5932
▲ +0.13% over 30D
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 30 days, TTD/MMK traded between 308.0392 and 311.1934, averaged 309.6770 and rose 0.13%. 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 30D: show the values
| Point | TTD/MMK |
|---|---|
| 2026-08-27 | 309.2044 |
| 2026-08-28 | 309.5808 |
| 2026-08-29 | 310.6200 |
| 2026-08-30 | 311.1823 |
| 2026-08-31 | 308.0392 |
| 2026-09-01 | 310.8871 |
| 2026-09-02 | 309.6808 |
| 2026-09-03 | 310.4280 |
| 2026-09-04 | 310.4498 |
| 2026-09-05 | 309.7362 |
| 2026-09-06 | 311.1934 |
| 2026-09-07 | 309.6563 |
| 2026-09-08 | 310.0545 |
| 2026-09-09 | 310.0052 |
| 2026-09-10 | 309.3242 |
| 2026-09-11 | 309.2395 |
| 2026-09-12 | 309.3739 |
| 2026-09-13 | 310.8077 |
| 2026-09-14 | 309.2929 |
| 2026-09-15 | 309.4743 |
| 2026-09-16 | 309.6474 |
| 2026-09-17 | 308.8355 |
| 2026-09-18 | 309.3188 |
| 2026-09-19 | 309.0960 |
| 2026-09-20 | 310.5359 |
| 2026-09-21 | 309.3186 |
| 2026-09-22 | 309.1322 |
| 2026-09-23 | 308.9418 |
| 2026-09-24 | 308.6275 |
| 2026-09-25 | 308.7940 |
| 2026-09-26 | 309.5932 |
High
311.1934
Low
308.0392
Average
309.6770
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.