Skip to content

TWD to XOF exchange rate API

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

18.1223

▼ +1.37% over 1Y

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 last year, TWD/XOF traded between 17.4790 and 18.4470, averaged 17.9005 and fell 1.37%. 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 1Y

TWD/XOF over 1Y: show the values
PointTWD/XOF
2025-09-2418.3748
2025-10-0118.3939
2025-10-0818.4270
2025-10-1518.4028
2025-10-2218.3792
2025-10-2918.4370
2025-11-0518.4470
2025-11-1218.2372
2025-11-1918.1819
2025-11-2618.0611
2025-12-0317.9824
2025-12-1018.0477
2025-12-1717.7475
2025-12-2417.6904
2025-12-3117.8070
2026-01-0717.8325
2026-01-1417.7952
2026-01-2117.6998
2026-01-2817.4790
2026-02-0417.5760
2026-02-1117.5082
2026-02-1817.6512
2026-02-2517.7661
2026-03-0417.7986
2026-03-1117.7773
2026-03-1817.8515
2026-03-2517.7324
2026-04-0117.7213
2026-04-0817.6825
2026-04-1517.5851
2026-04-2217.7467
2026-04-2917.7552
2026-05-0617.7401
2026-05-1317.7517
2026-05-2017.8626
2026-05-2717.9459
2026-06-0317.9825
2026-06-1117.9407
2026-06-1818.0681
2026-06-2518.1290
2026-07-0218.0134
2026-07-0917.8460
2026-07-1617.7802
2026-07-2317.8149
2026-07-3017.6109
2026-08-0617.6396
2026-08-1317.6931
2026-08-2017.6177
2026-08-2717.7491
2026-09-0317.8181
2026-09-1017.8664
2026-09-1717.9328
2026-09-2418.1242

High

18.4470

Low

17.4790

Average

17.9005

For developers

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