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: show the values
| Point | TTD/KGS |
|---|---|
| 2025-09-26 | 12.8852 |
| 2025-10-03 | 12.9002 |
| 2025-10-10 | 12.8644 |
| 2025-10-17 | 12.9078 |
| 2025-10-24 | 12.8981 |
| 2025-10-31 | 12.9657 |
| 2025-11-07 | 12.9070 |
| 2025-11-14 | 12.9124 |
| 2025-11-21 | 12.9108 |
| 2025-11-28 | 12.8770 |
| 2025-12-05 | 12.9395 |
| 2025-12-13 | 12.8965 |
| 2025-12-20 | 12.8735 |
| 2025-12-27 | 12.8654 |
| 2026-01-03 | 12.8667 |
| 2026-01-10 | 12.8734 |
| 2026-01-17 | 12.8889 |
| 2026-01-24 | 12.8699 |
| 2026-01-31 | 12.9083 |
| 2026-02-07 | 12.9118 |
| 2026-02-14 | 12.8978 |
| 2026-02-21 | 12.8967 |
| 2026-02-28 | 12.9441 |
| 2026-03-07 | 12.9074 |
| 2026-03-14 | 12.9626 |
| 2026-03-21 | 12.8887 |
| 2026-03-28 | 12.8694 |
| 2026-04-04 | 12.8909 |
| 2026-04-11 | 12.8905 |
| 2026-04-18 | 12.8758 |
| 2026-04-25 | 12.8911 |
| 2026-05-02 | 12.8761 |
| 2026-05-09 | 12.9004 |
| 2026-05-17 | 12.9327 |
| 2026-05-25 | 12.8949 |
| 2026-06-01 | 12.8801 |
| 2026-06-10 | 12.8946 |
| 2026-06-17 | 12.8751 |
| 2026-06-24 | 12.8938 |
| 2026-07-01 | 12.8911 |
| 2026-07-08 | 12.8688 |
| 2026-07-15 | 12.9051 |
| 2026-07-22 | 12.8949 |
| 2026-07-29 | 12.8910 |
| 2026-08-05 | 12.9527 |
| 2026-08-12 | 12.9118 |
| 2026-08-20 | 12.9508 |
| 2026-08-27 | 12.8903 |
| 2026-09-03 | 12.9404 |
| 2026-09-10 | 12.8965 |
| 2026-09-17 | 12.8627 |
| 2026-09-24 | 12.8546 |
High
12.9657
Low
12.8546
Average
12.8980
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.