Skip to content

TTD to SAR exchange rate API

Trinidad and Tobago Dollar to Saudi Riyal · quoted 2026-09-24

0.55116

▼ +0.55% over 1Y

1 TTD = 0.55116 SAR · 1 SAR = 1.8144 TTD · Get this rate via the API

1 TTD buys 0.55116 SAR as of 2026-09-24, so 1 SAR buys 1.8144 TTD. Over the last year, TTD/SAR traded between 0.55096 and 0.55591, averaged 0.55375 and fell 0.55%. The API holds daily TTD/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/SAR over 1Y

TTD/SAR over 1Y: show the values
PointTTD/SAR
2025-09-240.55421
2025-10-010.55359
2025-10-080.55389
2025-10-150.55468
2025-10-220.55410
2025-10-290.55367
2025-11-050.55475
2025-11-120.55454
2025-11-190.55481
2025-11-260.55406
2025-12-030.55521
2025-12-110.55571
2025-12-180.55429
2025-12-250.55249
2026-01-010.55267
2026-01-080.55369
2026-01-150.55363
2026-01-220.55361
2026-01-290.55434
2026-02-050.55514
2026-02-120.55313
2026-02-190.55409
2026-02-260.55516
2026-03-050.55572
2026-03-120.55407
2026-03-190.55378
2026-03-260.55219
2026-04-020.55467
2026-04-090.55502
2026-04-160.55545
2026-04-230.55270
2026-04-300.55277
2026-05-070.55464
2026-05-150.55282
2026-05-230.55455
2026-05-300.55385
2026-06-060.55591
2026-06-150.55248
2026-06-220.55305
2026-06-290.55136
2026-07-060.55342
2026-07-130.55096
2026-07-200.55270
2026-07-270.55253
2026-08-030.55362
2026-08-100.55388
2026-08-170.55402
2026-08-250.55229
2026-09-010.55517
2026-09-080.55375
2026-09-150.55268
2026-09-220.55202

High

0.55591

Low

0.55096

Average

0.55375

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/SAR API questions

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

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

How far back does TTD/SAR historical data go?

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