Skip to content

TOP to XOF exchange rate API

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

241.8029

▲ +3.01% over YTD

1 TOP = 241.8029 XOF · 1 XOF = 0.004136 TOP · Get this rate via the API

1 TOP buys 241.8029 XOF as of 2026-09-25, so 1 XOF buys 0.004136 TOP. Over the year to date, TOP/XOF traded between 233.5899 and 246.4546, averaged 240.5045 and rose 3.01%. 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 YTD

TOP/XOF over YTD: show the values
PointTOP/XOF
2025-12-31234.7343
2026-01-07235.4950
2026-01-14237.3036
2026-01-21236.8192
2026-01-28233.5899
2026-02-04237.9590
2026-02-11236.5220
2026-02-18237.0311
2026-02-25238.0145
2026-03-04240.5440
2026-03-11240.7543
2026-03-18243.2816
2026-03-25241.1148
2026-04-01239.8252
2026-04-08238.1245
2026-04-16239.7784
2026-04-23238.8458
2026-04-30241.6794
2026-05-07239.4444
2026-05-14241.7189
2026-05-21242.7803
2026-05-28241.8370
2026-06-04240.7250
2026-06-11240.2129
2026-06-18246.4546
2026-06-25243.7337
2026-07-02242.6014
2026-07-09242.2958
2026-07-16243.4615
2026-07-23245.5950
2026-07-30242.9380
2026-08-06240.8832
2026-08-13241.4107
2026-08-20239.6763
2026-08-27241.0886
2026-09-03241.7165
2026-09-10241.1408
2026-09-17243.0086
2026-09-24244.2375

High

246.4546

Low

233.5899

Average

240.5045

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.