Skip to content

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

TTD/SDG over 1Y: show the values
PointTTD/SDG
2025-09-2788.6985
2025-10-0488.5560
2025-10-1188.6525
2025-10-1888.3837
2025-10-2588.2807
2025-11-0188.9504
2025-11-0888.4828
2025-11-1588.4833
2025-11-2288.3305
2025-11-2988.7887
2025-12-0688.5834
2025-12-1488.7075
2025-12-2188.6961
2025-12-2888.4880
2026-01-0488.5849
2026-01-1188.7506
2026-01-1888.6798
2026-01-2588.6010
2026-02-0188.8698
2026-02-0889.2001
2026-02-1588.9530
2026-02-2288.8539
2026-03-0189.0498
2026-03-0889.1776
2026-03-1589.0328
2026-03-2288.8313
2026-03-2988.5696
2026-04-0577.6302
2026-04-1288.6908
2026-04-1988.3345
2026-04-2688.5682
2026-05-0388.4474
2026-05-1088.8404
2026-05-1888.2979
2026-05-2688.4783
2026-06-0288.3985
2026-06-1188.3930
2026-06-1888.3735
2026-06-2588.4667
2026-07-0288.4286
2026-07-0988.4678
2026-07-1688.5847
2026-07-2388.4593
2026-07-3088.7121
2026-08-0688.6959
2026-08-1388.4965
2026-08-2188.4713
2026-08-2888.4723
2026-09-0488.7371
2026-09-1188.3987
2026-09-1888.6082
2026-09-2588.2676

High

89.2001

Low

77.6302

Average

88.4051

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=SDG");
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=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&currencies=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.