Skip to content

TTD to XOF exchange rate API

Trinidad and Tobago Dollar to CFA Franc BCEAO · quoted 2026-09-25

84.7592

▲ +2.33% over 30D

1 TTD = 84.7592 XOF · 1 XOF = 0.01180 TTD · Get this rate via the API

1 TTD buys 84.7592 XOF as of 2026-09-25, so 1 XOF buys 0.01180 TTD. Over the last 30 days, TTD/XOF traded between 82.8289 and 84.7592, averaged 83.6995 and rose 2.33%. The API holds daily TTD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/XOF over 30D

TTD/XOF over 30D: show the values
PointTTD/XOF
2026-08-2682.8289
2026-08-2782.9013
2026-08-2883.1698
2026-08-2983.7947
2026-08-3083.9255
2026-08-3182.9422
2026-09-0183.7199
2026-09-0283.5393
2026-09-0383.5065
2026-09-0483.4533
2026-09-0583.2962
2026-09-0683.7143
2026-09-0783.2422
2026-09-0883.3390
2026-09-0983.2427
2026-09-1083.1067
2026-09-1183.2643
2026-09-1283.3374
2026-09-1383.7169
2026-09-1483.6045
2026-09-1583.7740
2026-09-1683.8732
2026-09-1784.0839
2026-09-1884.1829
2026-09-1984.0717
2026-09-2084.4826
2026-09-2184.2068
2026-09-2284.2603
2026-09-2384.6014
2026-09-2484.7437

High

84.7592

Low

82.8289

Average

83.6995

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/XOF API questions

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

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

How far back does TTD/XOF historical data go?

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