Skip to content

TTD to CNY exchange rate API

Trinidad and Tobago Dollar to Yuan Renminbi · quoted 2026-09-24

0.98867

▼ +5.81% over 5Y

1 TTD = 0.98867 CNY · 1 CNY = 1.0115 TTD · Get this rate via the API

1 TTD buys 0.98867 CNY as of 2026-09-24, so 1 CNY buys 1.0115 TTD. Over the last 5 years, TTD/CNY traded between 0.98867 and 1.0721, averaged 1.0393 and fell 5.81%. The API holds daily TTD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/CNY over 5Y

TTD/CNY over 5Y: show the values
PointTTD/CNY
2024-08-241.04968
2024-10-071.03269
2024-11-061.05936
2024-12-061.07204
2025-01-051.07207
2025-02-041.06852
2025-03-061.06845
2025-04-061.07092
2025-05-061.06433
2025-06-071.06340
2025-07-071.05823
2025-08-061.06641
2025-09-051.05200
2025-10-061.04952
2025-11-051.05161
2025-12-051.04568
2026-01-051.02679
2026-02-041.02645
2026-03-061.01996
2026-04-051.02140
2026-05-051.00530
2026-06-061.00347
2026-07-081.00055
2026-08-070.99525
2026-09-070.98960

High

1.0721

Low

0.98867

Average

1.0393

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/CNY API questions

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

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

How far back does TTD/CNY historical data go?

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