Skip to content

TTD to KGS exchange rate API

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

12.8968

▲ +0.09% over 1Y

1 TTD = 12.8968 KGS · 1 KGS = 0.07754 TTD · Get this rate via the API

1 TTD buys 12.8968 KGS as of 2026-09-26, so 1 KGS buys 0.07754 TTD. Over the last year, TTD/KGS traded between 12.8546 and 12.9657, averaged 12.8980 and rose 0.09%. The API holds daily TTD/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/KGS over 1Y

TTD/KGS over 1Y: show the values
PointTTD/KGS
2025-09-2612.8852
2025-10-0312.9002
2025-10-1012.8644
2025-10-1712.9078
2025-10-2412.8981
2025-10-3112.9657
2025-11-0712.9070
2025-11-1412.9124
2025-11-2112.9108
2025-11-2812.8770
2025-12-0512.9395
2025-12-1312.8965
2025-12-2012.8735
2025-12-2712.8654
2026-01-0312.8667
2026-01-1012.8734
2026-01-1712.8889
2026-01-2412.8699
2026-01-3112.9083
2026-02-0712.9118
2026-02-1412.8978
2026-02-2112.8967
2026-02-2812.9441
2026-03-0712.9074
2026-03-1412.9626
2026-03-2112.8887
2026-03-2812.8694
2026-04-0412.8909
2026-04-1112.8905
2026-04-1812.8758
2026-04-2512.8911
2026-05-0212.8761
2026-05-0912.9004
2026-05-1712.9327
2026-05-2512.8949
2026-06-0112.8801
2026-06-1012.8946
2026-06-1712.8751
2026-06-2412.8938
2026-07-0112.8911
2026-07-0812.8688
2026-07-1512.9051
2026-07-2212.8949
2026-07-2912.8910
2026-08-0512.9527
2026-08-1212.9118
2026-08-2012.9508
2026-08-2712.8903
2026-09-0312.9404
2026-09-1012.8965
2026-09-1712.8627
2026-09-2412.8546

High

12.9657

Low

12.8546

Average

12.8980

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/KGS API questions

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

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

How far back does TTD/KGS historical data go?

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