Skip to content

AZN to ZAR exchange rate API

Azerbaijanian Manat to Rand · quoted 2026-09-26

9.5944

▼ +8.54% over 1Y

1 AZN = 9.5944 ZAR · 1 ZAR = 0.10423 AZN · Get this rate via the API

1 AZN buys 9.5944 ZAR as of 2026-09-26, so 1 ZAR buys 0.10423 AZN. Over the last year, AZN/ZAR traded between 9.3643 and 10.4901, averaged 9.7737 and fell 8.54%. The API holds daily AZN/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/ZAR over 1Y

AZN/ZAR over 1Y: show the values
PointAZN/ZAR
2025-09-2610.4901
2025-10-0310.3737
2025-10-1010.3476
2025-10-1710.2225
2025-10-2410.1931
2025-10-3110.1982
2025-11-0710.2047
2025-11-1410.0781
2025-11-2110.2109
2025-11-2810.0681
2025-12-059.9598
2025-12-139.9257
2025-12-209.8629
2025-12-279.8040
2026-01-039.7000
2026-01-109.6981
2026-01-179.6525
2026-01-249.4837
2026-01-319.4962
2026-02-079.4300
2026-02-149.3864
2026-02-219.4347
2026-02-289.3643
2026-03-079.7348
2026-03-149.9642
2026-03-2110.0693
2026-03-2810.0471
2026-04-049.9841
2026-04-119.6353
2026-04-189.5754
2026-04-259.7034
2026-05-029.7804
2026-05-099.6133
2026-05-179.8027
2026-05-259.6054
2026-06-019.5609
2026-06-109.7658
2026-06-179.5422
2026-06-249.7727
2026-07-019.6668
2026-07-089.6370
2026-07-159.6368
2026-07-229.6914
2026-07-299.8529
2026-08-059.6157
2026-08-129.4907
2026-08-209.5144
2026-08-279.4036
2026-09-039.4336
2026-09-109.4980
2026-09-179.5603
2026-09-249.6685

High

10.4901

Low

9.3643

Average

9.7737

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/ZAR API questions

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

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

How far back does AZN/ZAR historical data go?

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