Skip to content

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

TTD/CNY over YTD: show the values
PointTTD/CNY
2025-12-311.03066
2026-01-071.02999
2026-01-141.02767
2026-01-211.02759
2026-01-281.02306
2026-02-041.02645
2026-02-111.02067
2026-02-181.01948
2026-02-251.01388
2026-03-041.01791
2026-03-111.01175
2026-03-181.01639
2026-03-251.01779
2026-04-011.01263
2026-04-081.00798
2026-04-151.00332
2026-04-221.00513
2026-04-291.00520
2026-05-061.00689
2026-05-140.99974
2026-05-211.00317
2026-05-290.99779
2026-06-050.99802
2026-06-140.99864
2026-06-211.00551
2026-06-281.00450
2026-07-051.01066
2026-07-121.00200
2026-07-191.00317
2026-07-261.00356
2026-08-021.00257
2026-08-090.99882
2026-08-161.00285
2026-08-240.99017
2026-08-310.98572
2026-09-070.98960
2026-09-140.98812
2026-09-210.98629

High

1.0307

Low

0.98572

Average

1.0073

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.