TOP to XAF exchange rate API
Pa’anga to CFA Franc BEAC · quoted 2026-09-25
242.8594
▲ +3.47% over YTD
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 year to date, TOP/XAF traded between 233.2240 and 245.2044, averaged 240.1878 and rose 3.47%. 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 YTD: show the values
| Point | TOP/XAF |
|---|---|
| 2025-12-31 | 234.7094 |
| 2026-01-07 | 235.2465 |
| 2026-01-14 | 237.4678 |
| 2026-01-21 | 236.4905 |
| 2026-01-28 | 233.2240 |
| 2026-02-04 | 237.7545 |
| 2026-02-11 | 236.2061 |
| 2026-02-18 | 236.6825 |
| 2026-02-25 | 238.1238 |
| 2026-03-04 | 240.9826 |
| 2026-03-11 | 240.3565 |
| 2026-03-18 | 242.9493 |
| 2026-03-25 | 240.7377 |
| 2026-04-01 | 240.2565 |
| 2026-04-08 | 238.3213 |
| 2026-04-16 | 239.4596 |
| 2026-04-23 | 238.5523 |
| 2026-04-30 | 241.5865 |
| 2026-05-07 | 239.5889 |
| 2026-05-15 | 244.5670 |
| 2026-05-23 | 239.6355 |
| 2026-05-30 | 236.1905 |
| 2026-06-06 | 239.1900 |
| 2026-06-15 | 239.8979 |
| 2026-06-22 | 243.2342 |
| 2026-06-29 | 243.2483 |
| 2026-07-06 | 242.4781 |
| 2026-07-13 | 243.4756 |
| 2026-07-20 | 243.7112 |
| 2026-07-27 | 244.6097 |
| 2026-08-03 | 241.4075 |
| 2026-08-10 | 241.7531 |
| 2026-08-17 | 241.5642 |
| 2026-08-25 | 241.0889 |
| 2026-09-01 | 241.6972 |
| 2026-09-08 | 241.5048 |
| 2026-09-15 | 241.3087 |
| 2026-09-22 | 245.2044 |
High
245.2044
Low
233.2240
Average
240.1878
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.