Skip to content

AZN to KES exchange rate API

Azerbaijanian Manat to Kenyan Shilling · quoted 2026-09-25

76.1983

▼ +1.95% over 1Y

1 AZN = 76.1983 KES · 1 KES = 0.01312 AZN · Get this rate via the API

1 AZN buys 76.1983 KES as of 2026-09-25, so 1 KES buys 0.01312 AZN. Over the last year, AZN/KES traded between 75.6855 and 77.8771, averaged 76.1628 and fell 1.95%. The API holds daily AZN/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/KES over 1Y

AZN/KES over 1Y: show the values
PointAZN/KES
2025-09-2577.7167
2025-10-0277.8771
2025-10-0977.7479
2025-10-1675.9980
2025-10-2375.9157
2025-10-3075.9489
2025-11-0676.0225
2025-11-1376.0075
2025-11-2076.4672
2025-11-2776.3141
2025-12-0476.1193
2025-12-1275.6855
2025-12-1975.8577
2025-12-2675.8530
2026-01-0275.8963
2026-01-0976.0338
2026-01-1675.9569
2026-01-2375.8816
2026-01-3075.9561
2026-02-0675.9209
2026-02-1375.9862
2026-02-2075.9649
2026-02-2775.8891
2026-03-0676.0127
2026-03-1376.1206
2026-03-2075.8363
2026-03-2776.2958
2026-04-0376.4377
2026-04-1075.9558
2026-04-1776.1601
2026-04-2475.8687
2026-05-0176.1812
2026-05-0876.3490
2026-05-1676.1060
2026-05-2476.2294
2026-05-3176.0489
2026-06-0976.0891
2026-06-1676.1359
2026-06-2376.1143
2026-06-3076.1642
2026-07-0776.0632
2026-07-1475.9591
2026-07-2176.0110
2026-07-2876.2039
2026-08-0476.1072
2026-08-1176.0999
2026-08-1876.0924
2026-08-2676.1297
2026-09-0276.1411
2026-09-0976.0848
2026-09-1676.2645
2026-09-2376.1530

High

77.8771

Low

75.6855

Average

76.1628

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/KES API questions

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

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

How far back does AZN/KES historical data go?

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