TOP to XAF exchange rate API
Pa’anga to CFA Franc BEAC · quoted 2026-09-25
242.8594
▼ +3.67% over 5Y
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 5 years, TOP/XAF traded between 234.8549 and 269.2707, averaged 247.1677 and fell 3.67%. 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 5Y: show the values
| Point | TOP/XAF |
|---|---|
| 2024-08-24 | 252.1092 |
| 2024-10-07 | 260.1338 |
| 2024-11-06 | 265.2972 |
| 2024-12-06 | 265.4659 |
| 2025-01-05 | 269.2707 |
| 2025-02-04 | 265.0975 |
| 2025-03-06 | 258.2790 |
| 2025-04-06 | 252.2076 |
| 2025-05-06 | 247.9520 |
| 2025-06-07 | 244.6811 |
| 2025-07-07 | 240.8615 |
| 2025-08-06 | 243.7580 |
| 2025-09-05 | 242.8775 |
| 2025-10-06 | 236.5330 |
| 2025-11-05 | 242.8918 |
| 2025-12-05 | 234.8549 |
| 2026-01-05 | 235.6073 |
| 2026-02-04 | 237.7545 |
| 2026-03-06 | 240.3328 |
| 2026-04-05 | 242.5794 |
| 2026-05-06 | 240.5393 |
| 2026-06-09 | 243.5377 |
| 2026-07-09 | 242.3493 |
| 2026-08-08 | 237.0243 |
| 2026-09-08 | 241.5048 |
High
269.2707
Low
234.8549
Average
247.1677
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.