Skip to content

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

TOP/XAF over 1Y: show the values
PointTOP/XAF
2025-09-25239.0084
2025-10-02236.4172
2025-10-09238.2173
2025-10-16238.2114
2025-10-23239.6726
2025-10-30237.8513
2025-11-06241.6653
2025-11-13240.2452
2025-11-20237.7023
2025-11-27235.5536
2025-12-04235.3977
2025-12-12233.2787
2025-12-19234.0214
2025-12-26235.8719
2026-01-02233.2101
2026-01-09235.1883
2026-01-16239.7324
2026-01-23236.0716
2026-01-30235.0811
2026-02-06236.5960
2026-02-13236.5323
2026-02-20238.1063
2026-02-27237.7128
2026-03-06240.3328
2026-03-13242.9351
2026-03-20241.6425
2026-03-27243.6408
2026-04-03240.8350
2026-04-10239.1930
2026-04-18230.9707
2026-04-25232.4031
2026-05-02232.5985
2026-05-09231.5744
2026-05-17239.5654
2026-05-25241.4988
2026-06-01241.8926
2026-06-10241.6295
2026-06-17242.7499
2026-06-24244.4279
2026-07-01242.7013
2026-07-08245.0827
2026-07-15242.7991
2026-07-22243.2000
2026-07-29244.5648
2026-08-05241.4200
2026-08-12241.3703
2026-08-20239.6563
2026-08-27241.1241
2026-09-03242.0014
2026-09-10240.9236
2026-09-17243.2248
2026-09-24244.2344

High

245.0827

Low

230.9707

Average

239.1396

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=XAF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.