Skip to content

AZN to XAF exchange rate API

Azerbaijanian Manat to CFA Franc BEAC · quoted 2026-09-26

338.7305

▲ +0.23% over 1Y

1 AZN = 338.7305 XAF · 1 XAF = 0.002952 AZN · Get this rate via the API

1 AZN buys 338.7305 XAF as of 2026-09-26, so 1 XAF buys 0.002952 AZN. Over the last year, AZN/XAF traded between 325.2479 and 340.8833, averaged 332.5029 and rose 0.23%. The API holds daily AZN/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/XAF over 1Y

AZN/XAF over 1Y: show the values
PointAZN/XAF
2025-09-26337.9454
2025-10-03336.3622
2025-10-10340.8833
2025-10-17329.7279
2025-10-24332.3183
2025-10-31333.2338
2025-11-07334.4175
2025-11-14331.6338
2025-11-21334.4841
2025-11-28333.0865
2025-12-05331.0998
2025-12-13328.7574
2025-12-20329.4065
2025-12-27327.6892
2026-01-03328.9718
2026-01-10331.4710
2026-01-17332.7978
2026-01-24326.1179
2026-01-31325.3784
2026-02-07326.7372
2026-02-14325.2479
2026-02-21327.4569
2026-02-28326.6453
2026-03-07332.1455
2026-03-14336.9407
2026-03-21332.8789
2026-03-28334.5542
2026-04-04335.1016
2026-04-11328.5046
2026-04-18326.3684
2026-04-25328.3925
2026-05-02328.6686
2026-05-09327.2215
2026-05-17331.5529
2026-05-25331.5820
2026-06-01331.2839
2026-06-10334.1220
2026-06-17332.2914
2026-06-24339.5320
2026-07-01338.3404
2026-07-08337.9852
2026-07-15337.2544
2026-07-22338.2727
2026-07-29338.5776
2026-08-05334.4433
2026-08-12334.4714
2026-08-20330.3258
2026-08-27331.2326
2026-09-03332.6995
2026-09-10331.5486
2026-09-17336.6065
2026-09-24339.1574

High

340.8833

Low

325.2479

Average

332.5029

For developers

Get this rate via the API

One GET request returns the AZN/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=AZN&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=XAF").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/XAF API questions

How do I get the AZN/XAF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/XAF rate in rates.XAF.

How far back does AZN/XAF historical data go?

Daily AZN/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 AZN/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.