Skip to content

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

TWD/XAF over 1Y: show the values
PointTWD/XAF
2025-09-2418.6172
2025-10-0118.6835
2025-10-0818.7627
2025-10-1518.4174
2025-10-2218.3916
2025-10-2918.4178
2025-11-0518.4385
2025-11-1218.2451
2025-11-1918.1660
2025-11-2618.0665
2025-12-0318.0061
2025-12-1117.9679
2025-12-1817.7029
2025-12-2517.7138
2026-01-0117.8262
2026-01-0817.7990
2026-01-1517.8545
2026-01-2217.7377
2026-01-2917.4792
2026-02-0517.5670
2026-02-1217.5901
2026-02-1917.6140
2026-02-2617.7687
2026-03-0517.7808
2026-03-1217.8544
2026-03-1917.8714
2026-03-2617.7572
2026-04-0217.7641
2026-04-0917.6311
2026-04-1617.6075
2026-04-2317.7589
2026-04-3017.7136
2026-05-0717.8006
2026-05-1517.8380
2026-05-2317.9689
2026-05-3017.8908
2026-06-0618.0176
2026-06-1517.9175
2026-06-2218.0921
2026-06-2918.0687
2026-07-0617.8918
2026-07-1317.9393
2026-07-2017.7193
2026-07-2717.7815
2026-08-0317.5580
2026-08-1017.6140
2026-08-1717.7783
2026-08-2517.6410
2026-09-0117.8463
2026-09-0817.9162
2026-09-1517.8753
2026-09-2218.0465

High

18.7627

Low

17.4792

Average

17.9225

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.