TOP to XOF exchange rate API
Pa’anga to CFA Franc BCEAO · quoted 2026-09-25
241.6765
▲ +2.96% over YTD
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 year to date, TOP/XOF traded between 233.5899 and 246.4546, averaged 240.5013 and rose 2.96%. 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: show the values
| Point | TOP/XOF |
|---|---|
| 2025-12-31 | 234.7343 |
| 2026-01-07 | 235.4950 |
| 2026-01-14 | 237.3036 |
| 2026-01-21 | 236.8192 |
| 2026-01-28 | 233.5899 |
| 2026-02-04 | 237.9590 |
| 2026-02-11 | 236.5220 |
| 2026-02-18 | 237.0311 |
| 2026-02-25 | 238.0145 |
| 2026-03-04 | 240.5440 |
| 2026-03-11 | 240.7543 |
| 2026-03-18 | 243.2816 |
| 2026-03-25 | 241.1148 |
| 2026-04-01 | 239.8252 |
| 2026-04-08 | 238.1245 |
| 2026-04-16 | 239.7784 |
| 2026-04-23 | 238.8458 |
| 2026-04-30 | 241.6794 |
| 2026-05-07 | 239.4444 |
| 2026-05-14 | 241.7189 |
| 2026-05-21 | 242.7803 |
| 2026-05-28 | 241.8370 |
| 2026-06-04 | 240.7250 |
| 2026-06-11 | 240.2129 |
| 2026-06-18 | 246.4546 |
| 2026-06-25 | 243.7337 |
| 2026-07-02 | 242.6014 |
| 2026-07-09 | 242.2958 |
| 2026-07-16 | 243.4615 |
| 2026-07-23 | 245.5950 |
| 2026-07-30 | 242.9380 |
| 2026-08-06 | 240.8832 |
| 2026-08-13 | 241.4107 |
| 2026-08-20 | 239.6763 |
| 2026-08-27 | 241.0886 |
| 2026-09-03 | 241.7165 |
| 2026-09-10 | 241.1408 |
| 2026-09-17 | 243.0086 |
| 2026-09-24 | 244.2375 |
High
246.4546
Low
233.5899
Average
240.5013
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.