Skip to content

TTD to MMK exchange rate API

Trinidad and Tobago Dollar to Kyat · quoted 2026-09-26

309.5932

▲ +0.09% over 1Y

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 year, TTD/MMK traded between 308.6275 and 311.2486, averaged 309.6200 and rose 0.09%. 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 1Y

TTD/MMK over 1Y: show the values
PointTTD/MMK
2025-09-26309.3291
2025-10-03309.8114
2025-10-10308.8710
2025-10-17309.8863
2025-10-24309.6307
2025-10-31311.2486
2025-11-07309.8591
2025-11-14309.9706
2025-11-21309.2521
2025-11-28309.0951
2025-12-05310.5716
2025-12-13309.6426
2025-12-20309.0476
2025-12-27308.8957
2026-01-03308.9123
2026-01-10309.1341
2026-01-17309.5504
2026-01-24308.9426
2026-01-31309.9611
2026-02-07310.0642
2026-02-14309.6211
2026-02-21309.5937
2026-02-28310.8732
2026-03-07310.0597
2026-03-14311.2099
2026-03-21309.5374
2026-03-28309.4152
2026-04-04309.4752
2026-04-11309.6209
2026-04-18309.2268
2026-04-25309.7087
2026-05-02309.3062
2026-05-09309.8322
2026-05-17310.3967
2026-05-25309.5455
2026-06-01309.2505
2026-06-10309.5721
2026-06-17309.1207
2026-06-24309.3613
2026-07-01309.4746
2026-07-08308.9388
2026-07-15309.7938
2026-07-22309.6694
2026-07-29309.3407
2026-08-05309.6382
2026-08-12309.9853
2026-08-20310.6045
2026-08-27309.2044
2026-09-03310.4280
2026-09-10309.3242
2026-09-17308.8355
2026-09-24308.6275

High

311.2486

Low

308.6275

Average

309.6200

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&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=TTD&currencies=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&currencies=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.