TOP to XAF exchange rate API
Pa’anga to CFA Franc BEAC · quoted 2026-09-25
242.8594
▲ +1.61% over 1Y
1 TOP = 242.8594 XAF · 1 XAF = 0.004118 TOP · Get this rate via the API
1 TOP buys 242.8594 XAF as of 2026-09-25, so 1 XAF buys 0.004118 TOP. Over the last year, TOP/XAF traded between 230.9707 and 245.0827, averaged 239.1396 and rose 1.61%. The API holds daily TOP/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/XAF over 1Y: show the values
| Point | TOP/XAF |
|---|---|
| 2025-09-25 | 239.0084 |
| 2025-10-02 | 236.4172 |
| 2025-10-09 | 238.2173 |
| 2025-10-16 | 238.2114 |
| 2025-10-23 | 239.6726 |
| 2025-10-30 | 237.8513 |
| 2025-11-06 | 241.6653 |
| 2025-11-13 | 240.2452 |
| 2025-11-20 | 237.7023 |
| 2025-11-27 | 235.5536 |
| 2025-12-04 | 235.3977 |
| 2025-12-12 | 233.2787 |
| 2025-12-19 | 234.0214 |
| 2025-12-26 | 235.8719 |
| 2026-01-02 | 233.2101 |
| 2026-01-09 | 235.1883 |
| 2026-01-16 | 239.7324 |
| 2026-01-23 | 236.0716 |
| 2026-01-30 | 235.0811 |
| 2026-02-06 | 236.5960 |
| 2026-02-13 | 236.5323 |
| 2026-02-20 | 238.1063 |
| 2026-02-27 | 237.7128 |
| 2026-03-06 | 240.3328 |
| 2026-03-13 | 242.9351 |
| 2026-03-20 | 241.6425 |
| 2026-03-27 | 243.6408 |
| 2026-04-03 | 240.8350 |
| 2026-04-10 | 239.1930 |
| 2026-04-18 | 230.9707 |
| 2026-04-25 | 232.4031 |
| 2026-05-02 | 232.5985 |
| 2026-05-09 | 231.5744 |
| 2026-05-17 | 239.5654 |
| 2026-05-25 | 241.4988 |
| 2026-06-01 | 241.8926 |
| 2026-06-10 | 241.6295 |
| 2026-06-17 | 242.7499 |
| 2026-06-24 | 244.4279 |
| 2026-07-01 | 242.7013 |
| 2026-07-08 | 245.0827 |
| 2026-07-15 | 242.7991 |
| 2026-07-22 | 243.2000 |
| 2026-07-29 | 244.5648 |
| 2026-08-05 | 241.4200 |
| 2026-08-12 | 241.3703 |
| 2026-08-20 | 239.6563 |
| 2026-08-27 | 241.1241 |
| 2026-09-03 | 242.0014 |
| 2026-09-10 | 240.9236 |
| 2026-09-17 | 243.2248 |
| 2026-09-24 | 244.2344 |
High
245.0827
Low
230.9707
Average
239.1396
Get this rate via the API
One GET request returns the TOP/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/XAF API questions
How do I get the TOP/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/XAF rate in rates.XAF.
How far back does TOP/XAF historical data go?
Daily TOP/XAF 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/XAF 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.