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: show the values
| Point | TOP/XOF |
|---|---|
| 2026-03-29 | 242.4229 |
| 2026-04-05 | 242.5973 |
| 2026-04-13 | 238.4848 |
| 2026-04-20 | 236.9026 |
| 2026-04-27 | 238.6670 |
| 2026-05-04 | 239.7387 |
| 2026-05-11 | 238.2474 |
| 2026-05-18 | 241.1547 |
| 2026-05-25 | 241.3773 |
| 2026-06-01 | 241.9862 |
| 2026-06-08 | 243.7454 |
| 2026-06-15 | 240.1160 |
| 2026-06-22 | 243.3998 |
| 2026-06-29 | 242.8085 |
| 2026-07-06 | 242.5448 |
| 2026-07-13 | 243.3359 |
| 2026-07-20 | 244.0119 |
| 2026-07-27 | 244.8529 |
| 2026-08-03 | 241.5216 |
| 2026-08-10 | 241.8212 |
| 2026-08-17 | 241.4339 |
| 2026-08-24 | 242.0859 |
| 2026-08-31 | 241.9850 |
| 2026-09-07 | 241.0862 |
| 2026-09-14 | 241.9824 |
| 2026-09-21 | 244.7608 |
High
244.8529
Low
236.9026
Average
241.6573
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.