Skip to content

TOP to XOF exchange rate API

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

241.6765

▼ +4.14% over 5Y

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 5 years, TOP/XOF traded between 231.2029 and 264.3098, averaged 244.6387 and fell 4.14%. 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 5Y

TOP/XOF over 5Y: show the values
PointTOP/XOF
2024-08-24252.1092
2024-10-01254.3262
2024-10-31259.0878
2024-11-30262.6443
2024-12-30264.3098
2025-01-29260.5870
2025-02-28262.5183
2025-03-30251.6658
2025-04-29242.2442
2025-05-29244.3913
2025-06-28232.4333
2025-07-28239.7233
2025-08-27234.9981
2025-09-26233.3422
2025-10-26239.2181
2025-11-25236.6460
2025-12-25231.2029
2026-01-24233.0483
2026-02-23238.1209
2026-03-25241.1148
2026-04-25232.4031
2026-05-25241.3773
2026-06-24244.5681
2026-07-24246.2973
2026-08-23239.6668
2026-09-22245.5238

High

264.3098

Low

231.2029

Average

244.6387

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.