TOP to XAF exchange rate API
Pa’anga to CFA Franc BEAC · quoted 2026-09-25
242.8594
▲ +0.94% over 30D
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 30 days, TOP/XAF traded between 238.2740 and 245.5590, averaged 241.6987 and rose 0.94%. 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 30D: show the values
| Point | TOP/XAF |
|---|---|
| 2026-08-26 | 240.5972 |
| 2026-08-27 | 241.1241 |
| 2026-08-28 | 241.3286 |
| 2026-08-29 | 240.1482 |
| 2026-08-30 | 242.2768 |
| 2026-08-31 | 242.1965 |
| 2026-09-01 | 241.6972 |
| 2026-09-02 | 242.4722 |
| 2026-09-03 | 242.0014 |
| 2026-09-04 | 241.3341 |
| 2026-09-05 | 239.2835 |
| 2026-09-06 | 239.5523 |
| 2026-09-07 | 241.2857 |
| 2026-09-08 | 241.5048 |
| 2026-09-09 | 241.5446 |
| 2026-09-10 | 240.9236 |
| 2026-09-11 | 241.3233 |
| 2026-09-12 | 238.9481 |
| 2026-09-13 | 239.9238 |
| 2026-09-14 | 241.7520 |
| 2026-09-15 | 241.3087 |
| 2026-09-16 | 241.2259 |
| 2026-09-17 | 243.2248 |
| 2026-09-18 | 241.8249 |
| 2026-09-19 | 238.2740 |
| 2026-09-20 | 240.5509 |
| 2026-09-21 | 244.7112 |
| 2026-09-22 | 245.2044 |
| 2026-09-23 | 245.5590 |
| 2026-09-24 | 244.2344 |
| 2026-09-25 | 244.1639 |
High
245.5590
Low
238.2740
Average
241.6987
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.