THB to XOF exchange rate API
Baht to CFA Franc BCEAO · quoted 2026-09-24
17.2432
▼ +2.25% over YTD
1 THB = 17.2432 XOF · 1 XOF = 0.05799 THB · Get this rate via the API
1 THB buys 17.2432 XOF as of 2026-09-24, so 1 XOF buys 0.05799 THB. Over the year to date, THB/XOF traded between 17.0070 and 18.0272, averaged 17.3961 and fell 2.25%. The API holds daily THB/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
THB/XOF over YTD: show the values
| Point | THB/XOF |
|---|---|
| 2025-12-31 | 17.6399 |
| 2026-01-07 | 17.9121 |
| 2026-01-14 | 17.8935 |
| 2026-01-21 | 18.0272 |
| 2026-01-28 | 17.6097 |
| 2026-02-04 | 17.5513 |
| 2026-02-11 | 17.7338 |
| 2026-02-18 | 17.7464 |
| 2026-02-25 | 17.8889 |
| 2026-03-04 | 17.9326 |
| 2026-03-11 | 17.8002 |
| 2026-03-18 | 17.4321 |
| 2026-03-25 | 17.3689 |
| 2026-04-01 | 17.4127 |
| 2026-04-08 | 17.6183 |
| 2026-04-15 | 17.3337 |
| 2026-04-22 | 17.3571 |
| 2026-04-29 | 17.1737 |
| 2026-05-06 | 17.3521 |
| 2026-05-13 | 17.3131 |
| 2026-05-20 | 17.2949 |
| 2026-05-27 | 17.2812 |
| 2026-06-03 | 17.2635 |
| 2026-06-10 | 17.2382 |
| 2026-06-17 | 17.3566 |
| 2026-06-24 | 17.2758 |
| 2026-07-01 | 17.2409 |
| 2026-07-08 | 17.1833 |
| 2026-07-15 | 17.0429 |
| 2026-07-22 | 17.0070 |
| 2026-07-29 | 17.1537 |
| 2026-08-05 | 17.1483 |
| 2026-08-12 | 17.2004 |
| 2026-08-19 | 17.0685 |
| 2026-08-26 | 17.1775 |
| 2026-09-02 | 17.0455 |
| 2026-09-09 | 17.1500 |
| 2026-09-16 | 17.1068 |
| 2026-09-23 | 17.2707 |
High
18.0272
Low
17.0070
Average
17.3961
Get this rate via the API
One GET request returns the THB/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=THB¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
THB/XOF API questions
How do I get the THB/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/XOF rate in rates.XOF.
How far back does THB/XOF historical data go?
Daily THB/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 THB/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.