Skip to content

TWD to XAF exchange rate API

New Taiwan Dollar to CFA Franc BEAC · quoted 2026-09-24

18.1167

▲ +1.75% over YTD

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 year to date, TWD/XAF traded between 17.4516 and 18.1167, averaged 17.7866 and rose 1.75%. 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 YTD

TWD/XAF over YTD: show the values
PointTWD/XAF
2025-12-3117.8051
2026-01-0717.8137
2026-01-1417.8075
2026-01-2117.6752
2026-01-2817.4516
2026-02-0417.5609
2026-02-1117.4849
2026-02-1817.6252
2026-02-2517.7743
2026-03-0417.8311
2026-03-1117.7479
2026-03-1817.8271
2026-03-2517.7046
2026-04-0117.7531
2026-04-0817.6972
2026-04-1517.5852
2026-04-2217.7299
2026-04-2917.7564
2026-05-0617.7877
2026-05-1417.7601
2026-05-2117.8762
2026-05-2917.9531
2026-06-0517.9227
2026-06-1417.9235
2026-06-2118.0328
2026-06-2818.0778
2026-07-0517.9492
2026-07-1217.9109
2026-07-1917.6896
2026-07-2617.8336
2026-08-0217.6105
2026-08-0917.6154
2026-08-1617.7182
2026-08-2417.6532
2026-08-3117.8612
2026-09-0717.8875
2026-09-1417.8666
2026-09-2117.9986

High

18.1167

Low

17.4516

Average

17.7866

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=XAF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.