Skip to content

TWD to XOF exchange rate API

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

18.0997

▼ +1.64% over 5Y

1 TWD = 18.0997 XOF · 1 XOF = 0.05525 TWD · Get this rate via the API

1 TWD buys 18.0997 XOF as of 2026-09-25, so 1 XOF buys 0.05525 TWD. Over the last 5 years, TWD/XOF traded between 17.6376 and 19.3274, averaged 18.3756 and fell 1.64%. 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 5Y

TWD/XOF over 5Y: show the values
PointTWD/XOF
2024-08-2418.4013
2024-10-0118.7190
2024-10-3118.9207
2024-11-3019.1056
2024-12-3019.2473
2025-01-2919.3016
2025-02-2819.1751
2025-03-3018.1931
2025-04-2917.8178
2025-05-2919.3274
2025-06-2819.2601
2025-07-2819.1112
2025-08-2718.5056
2025-09-2618.3790
2025-10-2618.2797
2025-11-2518.0814
2025-12-2517.7097
2026-01-2417.6767
2026-02-2317.6514
2026-03-2517.7324
2026-04-2417.7994
2026-05-2417.9274
2026-06-2418.1944
2026-07-2417.8159
2026-08-2317.6376
2026-09-2218.0700

High

19.3274

Low

17.6376

Average

18.3756

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.