Skip to content

TTD to XOF exchange rate API

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

84.7592

▲ +4.23% over 1Y

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 year, TTD/XOF traded between 81.0986 and 84.7855, averaged 83.2117 and rose 4.23%. 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 1Y

TTD/XOF over 1Y: show the values
PointTTD/XOF
2025-09-2581.3204
2025-10-0281.1182
2025-10-0983.3077
2025-10-1682.8621
2025-10-2383.2830
2025-10-3083.6189
2025-11-0684.0495
2025-11-1383.4331
2025-11-2083.9028
2025-11-2783.3001
2025-12-0483.0439
2025-12-1282.4389
2025-12-1982.5049
2025-12-2681.9301
2026-01-0282.3012
2026-01-0982.9252
2026-01-1683.2322
2026-01-2382.2539
2026-01-3081.0986
2026-02-0682.0671
2026-02-1381.4704
2026-02-2082.4968
2026-02-2781.8343
2026-03-0683.5149
2026-03-1384.1177
2026-03-2083.6770
2026-03-2783.9325
2026-04-0384.0033
2026-04-1082.6837
2026-04-1781.9281
2026-04-2482.6918
2026-05-0182.3327
2026-05-0882.1962
2026-05-1683.1172
2026-05-2483.6823
2026-05-3183.1215
2026-06-0983.8533
2026-06-1683.2800
2026-06-2384.6820
2026-06-3084.7082
2026-07-0784.6789
2026-07-1484.6854
2026-07-2184.6270
2026-07-2884.7855
2026-08-0483.8961
2026-08-1183.8312
2026-08-1883.5574
2026-08-2682.8289
2026-09-0283.5393
2026-09-0983.2427
2026-09-1683.8732
2026-09-2384.6014

High

84.7855

Low

81.0986

Average

83.2117

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.