Skip to content

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

TTD/MMK over 6M: show the values
PointTTD/MMK
2026-03-30309.1242
2026-04-06309.5827
2026-04-13309.9609
2026-04-20308.1046
2026-04-27309.7409
2026-05-04309.2688
2026-05-11310.6606
2026-05-19309.5365
2026-05-27309.3089
2026-06-03309.5576
2026-06-12309.4750
2026-06-19309.3991
2026-06-26309.3018
2026-07-03310.6021
2026-07-10309.4215
2026-07-17308.9966
2026-07-24309.1426
2026-07-31309.9375
2026-08-07309.6891
2026-08-14310.4130
2026-08-22309.4566
2026-08-29310.6200
2026-09-05309.7362
2026-09-12309.3739
2026-09-19309.0960
2026-09-26309.5932

High

310.6606

Low

308.1046

Average

309.5812

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.