Skip to content

TTD to JPY exchange rate API

Trinidad and Tobago Dollar to Yen · quoted 2026-09-24

23.3371

▲ +6.65% over 1Y

1 TTD = 23.3371 JPY · 1 JPY = 0.04285 TTD · Get this rate via the API

1 TTD buys 23.3371 JPY as of 2026-09-24, so 1 JPY buys 0.04285 TTD. Over the last year, TTD/JPY traded between 21.6614 and 24.1111, averaged 23.1658 and rose 6.65%. The API holds daily TTD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/JPY over 1Y

TTD/JPY over 1Y: show the values
PointTTD/JPY
2025-09-2421.8829
2025-10-0121.6614
2025-10-0822.4910
2025-10-1522.3586
2025-10-2222.3761
2025-10-2922.4112
2025-11-0522.6834
2025-11-1222.8311
2025-11-1923.0412
2025-11-2623.0496
2025-12-0322.9282
2025-12-1122.9830
2025-12-1822.9631
2025-12-2522.9312
2026-01-0123.0559
2026-01-0823.0820
2026-01-1523.3502
2026-01-2223.3846
2026-01-2922.6035
2026-02-0523.1690
2026-02-1222.6151
2026-02-1922.8252
2026-02-2623.0432
2026-03-0523.2664
2026-03-1223.3983
2026-03-1923.3663
2026-03-2623.4352
2026-04-0223.5223
2026-04-0923.4464
2026-04-1623.4811
2026-04-2323.4435
2026-04-3023.0176
2026-05-0723.0710
2026-05-1523.3473
2026-05-2323.5441
2026-05-3023.5255
2026-06-0623.7678
2026-06-1523.6000
2026-06-2223.8586
2026-06-2923.7985
2026-07-0623.9580
2026-07-1323.8222
2026-07-2023.9334
2026-07-2724.1111
2026-08-0323.1308
2026-08-1023.4316
2026-08-1723.5237
2026-08-2523.4520
2026-09-0123.7116
2026-09-0822.7843
2026-09-1522.8448
2026-09-2223.1369

High

24.1111

Low

21.6614

Average

23.1658

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/JPY API questions

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

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

How far back does TTD/JPY historical data go?

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