Skip to content

TOP to XOF exchange rate API

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

241.6765

▼ +0.31% over 6M

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 6 months, TOP/XOF traded between 236.9026 and 244.8529, averaged 241.6573 and fell 0.31%. 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 6M

TOP/XOF over 6M: show the values
PointTOP/XOF
2026-03-29242.4229
2026-04-05242.5973
2026-04-13238.4848
2026-04-20236.9026
2026-04-27238.6670
2026-05-04239.7387
2026-05-11238.2474
2026-05-18241.1547
2026-05-25241.3773
2026-06-01241.9862
2026-06-08243.7454
2026-06-15240.1160
2026-06-22243.3998
2026-06-29242.8085
2026-07-06242.5448
2026-07-13243.3359
2026-07-20244.0119
2026-07-27244.8529
2026-08-03241.5216
2026-08-10241.8212
2026-08-17241.4339
2026-08-24242.0859
2026-08-31241.9850
2026-09-07241.0862
2026-09-14241.9824
2026-09-21244.7608

High

244.8529

Low

236.9026

Average

241.6573

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.