Skip to content

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

TTD/MMK over 30D: show the values
PointTTD/MMK
2026-08-27309.2044
2026-08-28309.5808
2026-08-29310.6200
2026-08-30311.1823
2026-08-31308.0392
2026-09-01310.8871
2026-09-02309.6808
2026-09-03310.4280
2026-09-04310.4498
2026-09-05309.7362
2026-09-06311.1934
2026-09-07309.6563
2026-09-08310.0545
2026-09-09310.0052
2026-09-10309.3242
2026-09-11309.2395
2026-09-12309.3739
2026-09-13310.8077
2026-09-14309.2929
2026-09-15309.4743
2026-09-16309.6474
2026-09-17308.8355
2026-09-18309.3188
2026-09-19309.0960
2026-09-20310.5359
2026-09-21309.3186
2026-09-22309.1322
2026-09-23308.9418
2026-09-24308.6275
2026-09-25308.7940
2026-09-26309.5932

High

311.1934

Low

308.0392

Average

309.6770

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.