TOP to XOF exchange rate API
Pa’anga to CFA Franc BCEAO · quoted 2026-09-25
241.6765
▲ +2.48% over 1Y
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 year, TOP/XOF traded between 231.2029 and 246.2973, averaged 239.6301 and rose 2.48%. 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 1Y: show the values
| Point | TOP/XOF |
|---|---|
| 2025-09-25 | 235.8305 |
| 2025-10-02 | 232.9663 |
| 2025-10-09 | 238.9601 |
| 2025-10-16 | 238.3393 |
| 2025-10-23 | 239.4912 |
| 2025-10-30 | 238.3044 |
| 2025-11-06 | 241.3744 |
| 2025-11-13 | 239.7604 |
| 2025-11-20 | 237.6813 |
| 2025-11-27 | 235.8540 |
| 2025-12-04 | 235.4404 |
| 2025-12-11 | 234.5265 |
| 2025-12-18 | 232.9017 |
| 2025-12-25 | 231.2029 |
| 2026-01-01 | 233.4810 |
| 2026-01-08 | 234.8541 |
| 2026-01-15 | 237.5656 |
| 2026-01-22 | 236.6752 |
| 2026-01-29 | 233.1332 |
| 2026-02-05 | 237.1622 |
| 2026-02-12 | 236.5395 |
| 2026-02-19 | 237.8351 |
| 2026-02-26 | 237.5978 |
| 2026-03-05 | 240.8387 |
| 2026-03-12 | 243.3721 |
| 2026-03-19 | 242.8243 |
| 2026-03-26 | 243.2220 |
| 2026-04-02 | 241.6634 |
| 2026-04-09 | 238.6044 |
| 2026-04-17 | 236.9270 |
| 2026-04-24 | 238.5678 |
| 2026-05-01 | 242.2865 |
| 2026-05-08 | 237.9213 |
| 2026-05-15 | 244.9784 |
| 2026-05-22 | 241.9787 |
| 2026-05-29 | 243.3017 |
| 2026-06-05 | 242.2528 |
| 2026-06-12 | 241.0979 |
| 2026-06-19 | 244.3229 |
| 2026-06-26 | 244.7919 |
| 2026-07-03 | 242.1402 |
| 2026-07-10 | 242.5229 |
| 2026-07-17 | 246.0497 |
| 2026-07-24 | 246.2973 |
| 2026-07-31 | 242.6934 |
| 2026-08-07 | 243.2458 |
| 2026-08-14 | 240.5529 |
| 2026-08-21 | 239.5922 |
| 2026-08-28 | 241.7196 |
| 2026-09-04 | 241.3623 |
| 2026-09-11 | 241.2946 |
| 2026-09-18 | 242.0985 |
| 2026-09-25 | 242.3529 |
High
246.2973
Low
231.2029
Average
239.6301
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.