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: show the values
| Point | AZN/XAF |
|---|---|
| 2025-09-26 | 337.9454 |
| 2025-10-03 | 336.3622 |
| 2025-10-10 | 340.8833 |
| 2025-10-17 | 329.7279 |
| 2025-10-24 | 332.3183 |
| 2025-10-31 | 333.2338 |
| 2025-11-07 | 334.4175 |
| 2025-11-14 | 331.6338 |
| 2025-11-21 | 334.4841 |
| 2025-11-28 | 333.0865 |
| 2025-12-05 | 331.0998 |
| 2025-12-13 | 328.7574 |
| 2025-12-20 | 329.4065 |
| 2025-12-27 | 327.6892 |
| 2026-01-03 | 328.9718 |
| 2026-01-10 | 331.4710 |
| 2026-01-17 | 332.7978 |
| 2026-01-24 | 326.1179 |
| 2026-01-31 | 325.3784 |
| 2026-02-07 | 326.7372 |
| 2026-02-14 | 325.2479 |
| 2026-02-21 | 327.4569 |
| 2026-02-28 | 326.6453 |
| 2026-03-07 | 332.1455 |
| 2026-03-14 | 336.9407 |
| 2026-03-21 | 332.8789 |
| 2026-03-28 | 334.5542 |
| 2026-04-04 | 335.1016 |
| 2026-04-11 | 328.5046 |
| 2026-04-18 | 326.3684 |
| 2026-04-25 | 328.3925 |
| 2026-05-02 | 328.6686 |
| 2026-05-09 | 327.2215 |
| 2026-05-17 | 331.5529 |
| 2026-05-25 | 331.5820 |
| 2026-06-01 | 331.2839 |
| 2026-06-10 | 334.1220 |
| 2026-06-17 | 332.2914 |
| 2026-06-24 | 339.5320 |
| 2026-07-01 | 338.3404 |
| 2026-07-08 | 337.9852 |
| 2026-07-15 | 337.2544 |
| 2026-07-22 | 338.2727 |
| 2026-07-29 | 338.5776 |
| 2026-08-05 | 334.4433 |
| 2026-08-12 | 334.4714 |
| 2026-08-20 | 330.3258 |
| 2026-08-27 | 331.2326 |
| 2026-09-03 | 332.6995 |
| 2026-09-10 | 331.5486 |
| 2026-09-17 | 336.6065 |
| 2026-09-24 | 339.1574 |
High
340.8833
Low
325.2479
Average
332.5029
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.