TWD to XOF exchange rate API
New Taiwan Dollar to CFA Franc BCEAO · quoted 2026-09-24
18.1223
▲ +1.77% over YTD
1 TWD = 18.1223 XOF · 1 XOF = 0.05518 TWD · Get this rate via the API
1 TWD buys 18.1223 XOF as of 2026-09-24, so 1 XOF buys 0.05518 TWD. Over the year to date, TWD/XOF traded between 17.4790 and 18.1290, averaged 17.7954 and rose 1.77%. The API holds daily TWD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/XOF over YTD: show the values
| Point | TWD/XOF |
|---|---|
| 2025-12-31 | 17.8070 |
| 2026-01-07 | 17.8325 |
| 2026-01-14 | 17.7952 |
| 2026-01-21 | 17.6998 |
| 2026-01-28 | 17.4790 |
| 2026-02-04 | 17.5760 |
| 2026-02-11 | 17.5082 |
| 2026-02-18 | 17.6512 |
| 2026-02-25 | 17.7661 |
| 2026-03-04 | 17.7986 |
| 2026-03-11 | 17.7773 |
| 2026-03-18 | 17.8515 |
| 2026-03-25 | 17.7324 |
| 2026-04-01 | 17.7213 |
| 2026-04-08 | 17.6825 |
| 2026-04-15 | 17.5851 |
| 2026-04-22 | 17.7467 |
| 2026-04-29 | 17.7552 |
| 2026-05-06 | 17.7401 |
| 2026-05-13 | 17.7517 |
| 2026-05-20 | 17.8626 |
| 2026-05-27 | 17.9459 |
| 2026-06-03 | 17.9825 |
| 2026-06-11 | 17.9407 |
| 2026-06-18 | 18.0681 |
| 2026-06-25 | 18.1290 |
| 2026-07-02 | 18.0134 |
| 2026-07-09 | 17.8460 |
| 2026-07-16 | 17.7802 |
| 2026-07-23 | 17.8149 |
| 2026-07-30 | 17.6109 |
| 2026-08-06 | 17.6396 |
| 2026-08-13 | 17.6931 |
| 2026-08-20 | 17.6177 |
| 2026-08-27 | 17.7491 |
| 2026-09-03 | 17.8181 |
| 2026-09-10 | 17.8664 |
| 2026-09-17 | 17.9328 |
| 2026-09-24 | 18.1242 |
High
18.1290
Low
17.4790
Average
17.7954
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/XOF API questions
How do I get the TWD/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/XOF rate in rates.XOF.
How far back does TWD/XOF historical data go?
Daily TWD/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 TWD/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.