TOP to XOF exchange rate API
Pa’anga to CFA Franc BCEAO · quoted 2026-09-25
241.6765
▲ +0.38% over 30D
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 30 days, TOP/XOF traded between 238.2740 and 245.9280, averaged 241.6479 and rose 0.38%. 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 30D: show the values
| Point | TOP/XOF |
|---|---|
| 2026-08-26 | 240.7588 |
| 2026-08-27 | 241.0886 |
| 2026-08-28 | 241.7196 |
| 2026-08-29 | 240.1482 |
| 2026-08-30 | 242.3169 |
| 2026-08-31 | 241.9850 |
| 2026-09-01 | 241.7754 |
| 2026-09-02 | 242.3996 |
| 2026-09-03 | 241.7165 |
| 2026-09-04 | 241.3623 |
| 2026-09-05 | 239.2835 |
| 2026-09-06 | 239.6354 |
| 2026-09-07 | 241.0862 |
| 2026-09-08 | 241.5489 |
| 2026-09-09 | 241.4763 |
| 2026-09-10 | 241.1408 |
| 2026-09-11 | 241.2946 |
| 2026-09-12 | 238.9481 |
| 2026-09-13 | 239.9432 |
| 2026-09-14 | 241.9824 |
| 2026-09-15 | 241.2173 |
| 2026-09-16 | 241.4433 |
| 2026-09-17 | 243.0086 |
| 2026-09-18 | 242.0985 |
| 2026-09-19 | 238.2740 |
| 2026-09-20 | 240.6018 |
| 2026-09-21 | 244.7608 |
| 2026-09-22 | 245.5238 |
| 2026-09-23 | 245.9280 |
| 2026-09-24 | 244.2375 |
| 2026-09-25 | 242.3529 |
High
245.9280
Low
238.2740
Average
241.6479
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.