Skip to content

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

TTD/MMK over YTD: show the values
PointTTD/MMK
2025-12-31309.1631
2026-01-07309.3661
2026-01-14309.4764
2026-01-21309.8982
2026-01-28309.2604
2026-02-04310.5414
2026-02-11309.5711
2026-02-18309.8611
2026-02-25309.9041
2026-03-04309.9224
2026-03-11309.4415
2026-03-18309.8701
2026-03-25309.7679
2026-04-01309.3285
2026-04-08309.9806
2026-04-15308.8823
2026-04-22309.2817
2026-04-29308.8960
2026-05-06310.4220
2026-05-14309.3315
2026-05-21309.6812
2026-05-29309.6388
2026-06-05309.7216
2026-06-14309.6667
2026-06-21311.5256
2026-06-28309.9024
2026-07-05312.6552
2026-07-12310.1499
2026-07-19310.4999
2026-07-26310.8094
2026-08-02311.4972
2026-08-09310.5528
2026-08-16311.9753
2026-08-24309.2337
2026-08-31308.0392
2026-09-07309.6563
2026-09-14309.2929
2026-09-21309.3186

High

312.6552

Low

308.0392

Average

309.8866

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.