Skip to content

TOP to XOF exchange rate API

Pa’anga to CFA Franc BCEAO · quoted 2026-09-25

241.6765

▲ +2.48% over 1Y

1 TOP = 241.6765 XOF · 1 XOF = 0.004138 TOP · Get this rate via the API

1 TOP buys 241.6765 XOF as of 2026-09-25, so 1 XOF buys 0.004138 TOP. Over the last year, TOP/XOF traded between 231.2029 and 246.2973, averaged 239.6301 and rose 2.48%. The API holds daily TOP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/XOF over 1Y

TOP/XOF over 1Y: show the values
PointTOP/XOF
2025-09-25235.8305
2025-10-02232.9663
2025-10-09238.9601
2025-10-16238.3393
2025-10-23239.4912
2025-10-30238.3044
2025-11-06241.3744
2025-11-13239.7604
2025-11-20237.6813
2025-11-27235.8540
2025-12-04235.4404
2025-12-11234.5265
2025-12-18232.9017
2025-12-25231.2029
2026-01-01233.4810
2026-01-08234.8541
2026-01-15237.5656
2026-01-22236.6752
2026-01-29233.1332
2026-02-05237.1622
2026-02-12236.5395
2026-02-19237.8351
2026-02-26237.5978
2026-03-05240.8387
2026-03-12243.3721
2026-03-19242.8243
2026-03-26243.2220
2026-04-02241.6634
2026-04-09238.6044
2026-04-17236.9270
2026-04-24238.5678
2026-05-01242.2865
2026-05-08237.9213
2026-05-15244.9784
2026-05-22241.9787
2026-05-29243.3017
2026-06-05242.2528
2026-06-12241.0979
2026-06-19244.3229
2026-06-26244.7919
2026-07-03242.1402
2026-07-10242.5229
2026-07-17246.0497
2026-07-24246.2973
2026-07-31242.6934
2026-08-07243.2458
2026-08-14240.5529
2026-08-21239.5922
2026-08-28241.7196
2026-09-04241.3623
2026-09-11241.2946
2026-09-18242.0985
2026-09-25242.3529

High

246.2973

Low

231.2029

Average

239.6301

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/XOF API questions

How do I get the TOP/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/XOF rate in rates.XOF.

How far back does TOP/XOF historical data go?

Daily TOP/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 TOP/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.