Skip to content

TTD to CNY exchange rate API

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

0.98867

▼ +0.10% over 30D

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 30 days, TTD/CNY traded between 0.98572 and 0.99797, averaged 0.98993 and fell 0.10%. 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 30D

TTD/CNY over 30D: show the values
PointTTD/CNY
2026-08-250.98968
2026-08-260.98965
2026-08-270.98956
2026-08-280.99080
2026-08-290.99551
2026-08-300.99797
2026-08-310.98572
2026-09-010.99520
2026-09-020.99148
2026-09-030.99319
2026-09-040.99228
2026-09-050.99001
2026-09-060.99547
2026-09-070.98960
2026-09-080.99091
2026-09-090.99036
2026-09-100.98794
2026-09-110.98800
2026-09-120.98824
2026-09-130.99389
2026-09-140.98812
2026-09-150.98915
2026-09-160.98899
2026-09-170.98648
2026-09-180.98664
2026-09-190.98653
2026-09-200.99167
2026-09-210.98629
2026-09-220.98628
2026-09-230.98698
2026-09-240.98659

High

0.99797

Low

0.98572

Average

0.98993

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.