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: show the values
| Point | TTD/JPY |
|---|---|
| 2025-09-24 | 21.8829 |
| 2025-10-01 | 21.6614 |
| 2025-10-08 | 22.4910 |
| 2025-10-15 | 22.3586 |
| 2025-10-22 | 22.3761 |
| 2025-10-29 | 22.4112 |
| 2025-11-05 | 22.6834 |
| 2025-11-12 | 22.8311 |
| 2025-11-19 | 23.0412 |
| 2025-11-26 | 23.0496 |
| 2025-12-03 | 22.9282 |
| 2025-12-11 | 22.9830 |
| 2025-12-18 | 22.9631 |
| 2025-12-25 | 22.9312 |
| 2026-01-01 | 23.0559 |
| 2026-01-08 | 23.0820 |
| 2026-01-15 | 23.3502 |
| 2026-01-22 | 23.3846 |
| 2026-01-29 | 22.6035 |
| 2026-02-05 | 23.1690 |
| 2026-02-12 | 22.6151 |
| 2026-02-19 | 22.8252 |
| 2026-02-26 | 23.0432 |
| 2026-03-05 | 23.2664 |
| 2026-03-12 | 23.3983 |
| 2026-03-19 | 23.3663 |
| 2026-03-26 | 23.4352 |
| 2026-04-02 | 23.5223 |
| 2026-04-09 | 23.4464 |
| 2026-04-16 | 23.4811 |
| 2026-04-23 | 23.4435 |
| 2026-04-30 | 23.0176 |
| 2026-05-07 | 23.0710 |
| 2026-05-15 | 23.3473 |
| 2026-05-23 | 23.5441 |
| 2026-05-30 | 23.5255 |
| 2026-06-06 | 23.7678 |
| 2026-06-15 | 23.6000 |
| 2026-06-22 | 23.8586 |
| 2026-06-29 | 23.7985 |
| 2026-07-06 | 23.9580 |
| 2026-07-13 | 23.8222 |
| 2026-07-20 | 23.9334 |
| 2026-07-27 | 24.1111 |
| 2026-08-03 | 23.1308 |
| 2026-08-10 | 23.4316 |
| 2026-08-17 | 23.5237 |
| 2026-08-25 | 23.4520 |
| 2026-09-01 | 23.7116 |
| 2026-09-08 | 22.7843 |
| 2026-09-15 | 22.8448 |
| 2026-09-22 | 23.1369 |
High
24.1111
Low
21.6614
Average
23.1658
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.