Skip to content

TTD to XOF exchange rate API

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

84.7592

▲ +0.77% over 6M

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 6 months, TTD/XOF traded between 82.0244 and 85.0772, averaged 83.6574 and rose 0.77%. 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 6M

TTD/XOF over 6M: show the values
PointTTD/XOF
2026-03-2984.1144
2026-04-0584.4291
2026-04-1282.7800
2026-04-1982.0244
2026-04-2682.6000
2026-05-0382.3666
2026-05-1082.4181
2026-05-1882.8880
2026-05-2683.1323
2026-06-0283.0266
2026-06-1183.6681
2026-06-1884.0563
2026-06-2585.0772
2026-07-0284.6538
2026-07-0984.6010
2026-07-1684.5030
2026-07-2384.8218
2026-07-3084.4627
2026-08-0684.0142
2026-08-1383.8948
2026-08-2182.7300
2026-08-2883.1698
2026-09-0483.4533
2026-09-1183.2643
2026-09-1884.1829

High

85.0772

Low

82.0244

Average

83.6574

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.