Skip to content

TTD to CUC exchange rate API

Trinidad and Tobago Dollar to Peso Convertible · quoted 2026-09-26

0.14745

▲ +0.08% over 1Y

1 TTD = 0.14745 CUC · 1 CUC = 6.7820 TTD · Get this rate via the API

1 TTD buys 0.14745 CUC as of 2026-09-26, so 1 CUC buys 6.7820 TTD. Over the last year, TTD/CUC traded between 0.14703 and 0.14824, averaged 0.14744 and rose 0.08%. The API holds daily TTD/CUC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/CUC over 1Y

TTD/CUC over 1Y: show the values
PointTTD/CUC
2025-09-260.14733
2025-10-030.14755
2025-10-100.14710
2025-10-170.14759
2025-10-240.14747
2025-10-310.14824
2025-11-070.14757
2025-11-140.14762
2025-11-210.14726
2025-11-280.14719
2025-12-050.14790
2025-12-130.14745
2025-12-200.14719
2025-12-270.14709
2026-01-030.14713
2026-01-100.14724
2026-01-170.14739
2026-01-240.14716
2026-01-310.14758
2026-02-070.14762
2026-02-140.14747
2026-02-210.14746
2026-02-280.14802
2026-03-070.14759
2026-03-140.14822
2026-03-210.14739
2026-03-280.14716
2026-04-040.14739
2026-04-110.14740
2026-04-180.14724
2026-04-250.14749
2026-05-020.14729
2026-05-090.14757
2026-05-170.14784
2026-05-250.14745
2026-06-010.14729
2026-06-100.14748
2026-06-170.14721
2026-06-240.14736
2026-07-010.14738
2026-07-080.14707
2026-07-150.14747
2026-07-220.14745
2026-07-290.14728
2026-08-050.14738
2026-08-120.14766
2026-08-200.14791
2026-08-270.14728
2026-09-030.14781
2026-09-100.14731
2026-09-170.14703
2026-09-240.14704

High

0.14824

Low

0.14703

Average

0.14744

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/CUC API questions

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

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

How far back does TTD/CUC historical data go?

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