Skip to content

TTD to KHR exchange rate API

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

598.5732

▲ +1.41% over 6M

1 TTD = 598.5732 KHR · 1 KHR = 0.001671 TTD · Get this rate via the API

1 TTD buys 598.5732 KHR as of 2026-09-26, so 1 KHR buys 0.001671 TTD. Over the last 6 months, TTD/KHR traded between 588.9552 and 599.0111, averaged 593.8377 and rose 1.41%. The API holds daily TTD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/KHR over 6M

TTD/KHR over 6M: show the values
PointTTD/KHR
2026-03-30590.2691
2026-04-06589.1041
2026-04-13589.8856
2026-04-20588.9552
2026-04-27589.9597
2026-05-04590.9981
2026-05-11591.9980
2026-05-19591.2824
2026-05-27591.8387
2026-06-03591.5440
2026-06-12592.0391
2026-06-19591.1888
2026-06-26591.4223
2026-07-03593.7753
2026-07-10594.1939
2026-07-17594.5516
2026-07-24594.5684
2026-07-31596.5510
2026-08-07599.0111
2026-08-14598.1109
2026-08-22596.3039
2026-08-29598.3340
2026-09-05596.4235
2026-09-12597.6791
2026-09-19596.4827
2026-09-26598.5732

High

599.0111

Low

588.9552

Average

593.8377

For developers

Get this rate via the API

One GET request returns the TTD/KHR 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=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=KHR");
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=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/KHR API questions

How do I get the TTD/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/KHR rate in rates.KHR.

How far back does TTD/KHR historical data go?

Daily TTD/KHR 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/KHR 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.