TTD to CNY exchange rate API
Trinidad and Tobago Dollar to Yuan Renminbi · quoted 2026-09-24
0.98867
▼ +4.07% over YTD
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 year to date, TTD/CNY traded between 0.98572 and 1.0307, averaged 1.0073 and fell 4.07%. 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 YTD: show the values
| Point | TTD/CNY |
|---|---|
| 2025-12-31 | 1.03066 |
| 2026-01-07 | 1.02999 |
| 2026-01-14 | 1.02767 |
| 2026-01-21 | 1.02759 |
| 2026-01-28 | 1.02306 |
| 2026-02-04 | 1.02645 |
| 2026-02-11 | 1.02067 |
| 2026-02-18 | 1.01948 |
| 2026-02-25 | 1.01388 |
| 2026-03-04 | 1.01791 |
| 2026-03-11 | 1.01175 |
| 2026-03-18 | 1.01639 |
| 2026-03-25 | 1.01779 |
| 2026-04-01 | 1.01263 |
| 2026-04-08 | 1.00798 |
| 2026-04-15 | 1.00332 |
| 2026-04-22 | 1.00513 |
| 2026-04-29 | 1.00520 |
| 2026-05-06 | 1.00689 |
| 2026-05-14 | 0.99974 |
| 2026-05-21 | 1.00317 |
| 2026-05-29 | 0.99779 |
| 2026-06-05 | 0.99802 |
| 2026-06-14 | 0.99864 |
| 2026-06-21 | 1.00551 |
| 2026-06-28 | 1.00450 |
| 2026-07-05 | 1.01066 |
| 2026-07-12 | 1.00200 |
| 2026-07-19 | 1.00317 |
| 2026-07-26 | 1.00356 |
| 2026-08-02 | 1.00257 |
| 2026-08-09 | 0.99882 |
| 2026-08-16 | 1.00285 |
| 2026-08-24 | 0.99017 |
| 2026-08-31 | 0.98572 |
| 2026-09-07 | 0.98960 |
| 2026-09-14 | 0.98812 |
| 2026-09-21 | 0.98629 |
High
1.0307
Low
0.98572
Average
1.0073
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.