Skip to content

TTD to CNY exchange rate API

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

0.98867

▼ +5.90% over 1Y

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 year, TTD/CNY traded between 0.98628 and 1.0516, averaged 1.0166 and fell 5.90%. 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 1Y

TTD/CNY over 1Y: show the values
PointTTD/CNY
2025-09-241.05064
2025-10-011.04834
2025-10-081.04872
2025-10-151.05139
2025-10-221.05032
2025-10-291.04555
2025-11-051.05161
2025-11-121.04964
2025-11-191.04929
2025-11-261.04319
2025-12-031.04245
2025-12-111.04263
2025-12-181.03799
2025-12-251.03146
2026-01-011.02907
2026-01-081.02830
2026-01-151.02604
2026-01-221.02730
2026-01-291.02413
2026-02-051.02470
2026-02-121.01533
2026-02-191.01804
2026-02-261.01015
2026-03-051.01919
2026-03-121.01175
2026-03-191.01527
2026-03-261.01452
2026-04-021.01659
2026-04-091.00835
2026-04-161.00749
2026-04-231.00471
2026-04-301.00395
2026-05-071.00343
2026-05-151.00291
2026-05-231.00496
2026-05-300.99938
2026-06-061.00347
2026-06-150.99550
2026-06-220.99914
2026-06-290.99891
2026-07-061.00291
2026-07-130.99578
2026-07-200.99736
2026-07-270.99693
2026-08-030.99689
2026-08-100.99615
2026-08-170.99567
2026-08-250.98968
2026-09-010.99520
2026-09-080.99091
2026-09-150.98915
2026-09-220.98628

High

1.0516

Low

0.98628

Average

1.0166

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.