Skip to content

TTD to XOF exchange rate API

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

84.7592

▲ +3.04% over YTD

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 year to date, TTD/XOF traded between 80.6844 and 85.3879, averaged 83.2932 and rose 3.04%. 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 YTD

TTD/XOF over YTD: show the values
PointTTD/XOF
2025-12-3182.2557
2026-01-0782.6774
2026-01-1482.9999
2026-01-2182.6426
2026-01-2880.6844
2026-02-0482.0953
2026-02-1181.3066
2026-02-1881.8372
2026-02-2582.0981
2026-03-0483.3115
2026-03-1183.3159
2026-03-1884.0216
2026-03-2583.5012
2026-04-0183.3939
2026-04-0882.8838
2026-04-1581.8299
2026-04-2282.3293
2026-04-2982.4944
2026-05-0682.5591
2026-05-1482.5996
2026-05-2183.2830
2026-05-2983.0063
2026-06-0583.4588
2026-06-1483.4500
2026-06-2184.8589
2026-06-2885.0333
2026-07-0585.3879
2026-07-1284.9553
2026-07-1984.8595
2026-07-2685.2870
2026-08-0284.2929
2026-08-0983.9361
2026-08-1684.2489
2026-08-2482.7865
2026-08-3182.9422
2026-09-0783.2422
2026-09-1483.6045
2026-09-2184.2068

High

85.3879

Low

80.6844

Average

83.2932

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.