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: show the values
| Point | TOP/XOF |
|---|---|
| 2024-08-24 | 252.1092 |
| 2024-10-01 | 254.3262 |
| 2024-10-31 | 259.0878 |
| 2024-11-30 | 262.6443 |
| 2024-12-30 | 264.3098 |
| 2025-01-29 | 260.5870 |
| 2025-02-28 | 262.5183 |
| 2025-03-30 | 251.6658 |
| 2025-04-29 | 242.2442 |
| 2025-05-29 | 244.3913 |
| 2025-06-28 | 232.4333 |
| 2025-07-28 | 239.7233 |
| 2025-08-27 | 234.9981 |
| 2025-09-26 | 233.3422 |
| 2025-10-26 | 239.2181 |
| 2025-11-25 | 236.6460 |
| 2025-12-25 | 231.2029 |
| 2026-01-24 | 233.0483 |
| 2026-02-23 | 238.1209 |
| 2026-03-25 | 241.1148 |
| 2026-04-25 | 232.4031 |
| 2026-05-25 | 241.3773 |
| 2026-06-24 | 244.5681 |
| 2026-07-24 | 246.2973 |
| 2026-08-23 | 239.6668 |
| 2026-09-22 | 245.5238 |
High
264.3098
Low
231.2029
Average
244.6387
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.