Skip to content

JOD to TTD exchange rate API

Jordanian Dinar to Trinidad and Tobago Dollar · quoted 2026-09-25

9.5905

▲ +0.32% over 1Y

1 JOD = 9.5905 TTD · 1 TTD = 0.10427 JOD · Get this rate via the API

1 JOD buys 9.5905 TTD as of 2026-09-25, so 1 TTD buys 0.10427 JOD. Over the last year, JOD/TTD traded between 9.5090 and 9.5938, averaged 9.5668 and rose 0.32%. The API holds daily JOD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/TTD over 1Y

JOD/TTD over 1Y: show the values
PointJOD/TTD
2025-09-259.5601
2025-10-029.5750
2025-10-099.5711
2025-10-169.5696
2025-10-239.5676
2025-10-309.5445
2025-11-069.5534
2025-11-139.5490
2025-11-209.5671
2025-11-279.5775
2025-12-049.5539
2025-12-129.5616
2025-12-199.5696
2025-12-269.5868
2026-01-029.5766
2026-01-099.5809
2026-01-169.5760
2026-01-239.5656
2026-01-309.5769
2026-02-069.5525
2026-02-139.5711
2026-02-209.5294
2026-02-279.5758
2026-03-069.5481
2026-03-139.5859
2026-03-209.5639
2026-03-279.5633
2026-04-039.5588
2026-04-109.5554
2026-04-179.5805
2026-04-249.5632
2026-05-019.5757
2026-05-089.5720
2026-05-169.5753
2026-05-249.5090
2026-05-319.5480
2026-06-099.5548
2026-06-169.5795
2026-06-239.5783
2026-06-309.5739
2026-07-079.5584
2026-07-149.5767
2026-07-219.5794
2026-07-289.5938
2026-08-049.5746
2026-08-119.5627
2026-08-189.5637
2026-08-269.5780
2026-09-029.5618
2026-09-099.5529
2026-09-169.5652
2026-09-239.5851

High

9.5938

Low

9.5090

Average

9.5668

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TTD").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/TTD API questions

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

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

How far back does JOD/TTD historical data go?

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