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: show the values
| Point | TTD/XOF |
|---|---|
| 2025-09-25 | 81.3204 |
| 2025-10-02 | 81.1182 |
| 2025-10-09 | 83.3077 |
| 2025-10-16 | 82.8621 |
| 2025-10-23 | 83.2830 |
| 2025-10-30 | 83.6189 |
| 2025-11-06 | 84.0495 |
| 2025-11-13 | 83.4331 |
| 2025-11-20 | 83.9028 |
| 2025-11-27 | 83.3001 |
| 2025-12-04 | 83.0439 |
| 2025-12-12 | 82.4389 |
| 2025-12-19 | 82.5049 |
| 2025-12-26 | 81.9301 |
| 2026-01-02 | 82.3012 |
| 2026-01-09 | 82.9252 |
| 2026-01-16 | 83.2322 |
| 2026-01-23 | 82.2539 |
| 2026-01-30 | 81.0986 |
| 2026-02-06 | 82.0671 |
| 2026-02-13 | 81.4704 |
| 2026-02-20 | 82.4968 |
| 2026-02-27 | 81.8343 |
| 2026-03-06 | 83.5149 |
| 2026-03-13 | 84.1177 |
| 2026-03-20 | 83.6770 |
| 2026-03-27 | 83.9325 |
| 2026-04-03 | 84.0033 |
| 2026-04-10 | 82.6837 |
| 2026-04-17 | 81.9281 |
| 2026-04-24 | 82.6918 |
| 2026-05-01 | 82.3327 |
| 2026-05-08 | 82.1962 |
| 2026-05-16 | 83.1172 |
| 2026-05-24 | 83.6823 |
| 2026-05-31 | 83.1215 |
| 2026-06-09 | 83.8533 |
| 2026-06-16 | 83.2800 |
| 2026-06-23 | 84.6820 |
| 2026-06-30 | 84.7082 |
| 2026-07-07 | 84.6789 |
| 2026-07-14 | 84.6854 |
| 2026-07-21 | 84.6270 |
| 2026-07-28 | 84.7855 |
| 2026-08-04 | 83.8961 |
| 2026-08-11 | 83.8312 |
| 2026-08-18 | 83.5574 |
| 2026-08-26 | 82.8289 |
| 2026-09-02 | 83.5393 |
| 2026-09-09 | 83.2427 |
| 2026-09-16 | 83.8732 |
| 2026-09-23 | 84.6014 |
High
84.7855
Low
81.0986
Average
83.2117
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.