Skip to content

TOP to XAF exchange rate API

Pa’anga to CFA Franc BEAC · quoted 2026-09-25

242.8594

▲ +0.44% over 6M

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 6 months, TOP/XAF traded between 233.2275 and 246.2949, averaged 241.0745 and rose 0.44%. 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 6M

TOP/XAF over 6M: show the values
PointTOP/XAF
2026-03-29241.8023
2026-04-05242.5794
2026-04-13238.0208
2026-04-20237.1770
2026-04-27238.8104
2026-05-04239.7325
2026-05-11237.7731
2026-05-19241.0755
2026-05-27241.4904
2026-06-03241.5768
2026-06-12241.0814
2026-06-19244.9355
2026-06-26245.1645
2026-07-03242.1807
2026-07-10242.1021
2026-07-17246.0603
2026-07-24246.2949
2026-07-31242.8265
2026-08-07243.5437
2026-08-14240.9691
2026-08-22233.2275
2026-08-29240.1482
2026-09-05239.2835
2026-09-12238.9481
2026-09-19238.2740

High

246.2949

Low

233.2275

Average

241.0745

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.