TTD to SDG exchange rate API
Trinidad and Tobago Dollar to Sudanese Pound · quoted 2026-09-27
88.5128
▼ +0.21% over 1Y
1 TTD = 88.5128 SDG · 1 SDG = 0.01130 TTD · Get this rate via the API
1 TTD buys 88.5128 SDG as of 2026-09-27, so 1 SDG buys 0.01130 TTD. Over the last year, TTD/SDG traded between 77.6302 and 89.2001, averaged 88.4051 and fell 0.21%. The API holds daily TTD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/SDG over 1Y: show the values
| Point | TTD/SDG |
|---|---|
| 2025-09-27 | 88.6985 |
| 2025-10-04 | 88.5560 |
| 2025-10-11 | 88.6525 |
| 2025-10-18 | 88.3837 |
| 2025-10-25 | 88.2807 |
| 2025-11-01 | 88.9504 |
| 2025-11-08 | 88.4828 |
| 2025-11-15 | 88.4833 |
| 2025-11-22 | 88.3305 |
| 2025-11-29 | 88.7887 |
| 2025-12-06 | 88.5834 |
| 2025-12-14 | 88.7075 |
| 2025-12-21 | 88.6961 |
| 2025-12-28 | 88.4880 |
| 2026-01-04 | 88.5849 |
| 2026-01-11 | 88.7506 |
| 2026-01-18 | 88.6798 |
| 2026-01-25 | 88.6010 |
| 2026-02-01 | 88.8698 |
| 2026-02-08 | 89.2001 |
| 2026-02-15 | 88.9530 |
| 2026-02-22 | 88.8539 |
| 2026-03-01 | 89.0498 |
| 2026-03-08 | 89.1776 |
| 2026-03-15 | 89.0328 |
| 2026-03-22 | 88.8313 |
| 2026-03-29 | 88.5696 |
| 2026-04-05 | 77.6302 |
| 2026-04-12 | 88.6908 |
| 2026-04-19 | 88.3345 |
| 2026-04-26 | 88.5682 |
| 2026-05-03 | 88.4474 |
| 2026-05-10 | 88.8404 |
| 2026-05-18 | 88.2979 |
| 2026-05-26 | 88.4783 |
| 2026-06-02 | 88.3985 |
| 2026-06-11 | 88.3930 |
| 2026-06-18 | 88.3735 |
| 2026-06-25 | 88.4667 |
| 2026-07-02 | 88.4286 |
| 2026-07-09 | 88.4678 |
| 2026-07-16 | 88.5847 |
| 2026-07-23 | 88.4593 |
| 2026-07-30 | 88.7121 |
| 2026-08-06 | 88.6959 |
| 2026-08-13 | 88.4965 |
| 2026-08-21 | 88.4713 |
| 2026-08-28 | 88.4723 |
| 2026-09-04 | 88.7371 |
| 2026-09-11 | 88.3987 |
| 2026-09-18 | 88.6082 |
| 2026-09-25 | 88.2676 |
High
89.2001
Low
77.6302
Average
88.4051
Get this rate via the API
One GET request returns the TTD/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/SDG API questions
How do I get the TTD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/SDG rate in rates.SDG.
How far back does TTD/SDG historical data go?
Daily TTD/SDG 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/SDG 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.