TWD to XAF exchange rate API
New Taiwan Dollar to CFA Franc BEAC · quoted 2026-09-24
18.1167
▼ +2.69% over 1Y
1 TWD = 18.1167 XAF · 1 XAF = 0.05520 TWD · Get this rate via the API
1 TWD buys 18.1167 XAF as of 2026-09-24, so 1 XAF buys 0.05520 TWD. Over the last year, TWD/XAF traded between 17.4792 and 18.7627, averaged 17.9225 and fell 2.69%. The API holds daily TWD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/XAF over 1Y: show the values
| Point | TWD/XAF |
|---|---|
| 2025-09-24 | 18.6172 |
| 2025-10-01 | 18.6835 |
| 2025-10-08 | 18.7627 |
| 2025-10-15 | 18.4174 |
| 2025-10-22 | 18.3916 |
| 2025-10-29 | 18.4178 |
| 2025-11-05 | 18.4385 |
| 2025-11-12 | 18.2451 |
| 2025-11-19 | 18.1660 |
| 2025-11-26 | 18.0665 |
| 2025-12-03 | 18.0061 |
| 2025-12-11 | 17.9679 |
| 2025-12-18 | 17.7029 |
| 2025-12-25 | 17.7138 |
| 2026-01-01 | 17.8262 |
| 2026-01-08 | 17.7990 |
| 2026-01-15 | 17.8545 |
| 2026-01-22 | 17.7377 |
| 2026-01-29 | 17.4792 |
| 2026-02-05 | 17.5670 |
| 2026-02-12 | 17.5901 |
| 2026-02-19 | 17.6140 |
| 2026-02-26 | 17.7687 |
| 2026-03-05 | 17.7808 |
| 2026-03-12 | 17.8544 |
| 2026-03-19 | 17.8714 |
| 2026-03-26 | 17.7572 |
| 2026-04-02 | 17.7641 |
| 2026-04-09 | 17.6311 |
| 2026-04-16 | 17.6075 |
| 2026-04-23 | 17.7589 |
| 2026-04-30 | 17.7136 |
| 2026-05-07 | 17.8006 |
| 2026-05-15 | 17.8380 |
| 2026-05-23 | 17.9689 |
| 2026-05-30 | 17.8908 |
| 2026-06-06 | 18.0176 |
| 2026-06-15 | 17.9175 |
| 2026-06-22 | 18.0921 |
| 2026-06-29 | 18.0687 |
| 2026-07-06 | 17.8918 |
| 2026-07-13 | 17.9393 |
| 2026-07-20 | 17.7193 |
| 2026-07-27 | 17.7815 |
| 2026-08-03 | 17.5580 |
| 2026-08-10 | 17.6140 |
| 2026-08-17 | 17.7783 |
| 2026-08-25 | 17.6410 |
| 2026-09-01 | 17.8463 |
| 2026-09-08 | 17.9162 |
| 2026-09-15 | 17.8753 |
| 2026-09-22 | 18.0465 |
High
18.7627
Low
17.4792
Average
17.9225
Get this rate via the API
One GET request returns the TWD/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/XAF API questions
How do I get the TWD/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/XAF rate in rates.XAF.
How far back does TWD/XAF historical data go?
Daily TWD/XAF 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/XAF 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.