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: show the values
| Point | TTD/XOF |
|---|---|
| 2025-12-31 | 82.2557 |
| 2026-01-07 | 82.6774 |
| 2026-01-14 | 82.9999 |
| 2026-01-21 | 82.6426 |
| 2026-01-28 | 80.6844 |
| 2026-02-04 | 82.0953 |
| 2026-02-11 | 81.3066 |
| 2026-02-18 | 81.8372 |
| 2026-02-25 | 82.0981 |
| 2026-03-04 | 83.3115 |
| 2026-03-11 | 83.3159 |
| 2026-03-18 | 84.0216 |
| 2026-03-25 | 83.5012 |
| 2026-04-01 | 83.3939 |
| 2026-04-08 | 82.8838 |
| 2026-04-15 | 81.8299 |
| 2026-04-22 | 82.3293 |
| 2026-04-29 | 82.4944 |
| 2026-05-06 | 82.5591 |
| 2026-05-14 | 82.5996 |
| 2026-05-21 | 83.2830 |
| 2026-05-29 | 83.0063 |
| 2026-06-05 | 83.4588 |
| 2026-06-14 | 83.4500 |
| 2026-06-21 | 84.8589 |
| 2026-06-28 | 85.0333 |
| 2026-07-05 | 85.3879 |
| 2026-07-12 | 84.9553 |
| 2026-07-19 | 84.8595 |
| 2026-07-26 | 85.2870 |
| 2026-08-02 | 84.2929 |
| 2026-08-09 | 83.9361 |
| 2026-08-16 | 84.2489 |
| 2026-08-24 | 82.7865 |
| 2026-08-31 | 82.9422 |
| 2026-09-07 | 83.2422 |
| 2026-09-14 | 83.6045 |
| 2026-09-21 | 84.2068 |
High
85.3879
Low
80.6844
Average
83.2932
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.