Skip to content

AZN to KES exchange rate API

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

76.1983

▲ +0.22% over YTD

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 year to date, AZN/KES traded between 75.6838 and 76.5081, averaged 76.0446 and rose 0.22%. 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 YTD

AZN/KES over YTD: show the values
PointAZN/KES
2025-12-3176.0282
2026-01-0775.9472
2026-01-1475.9390
2026-01-2175.9142
2026-01-2875.9259
2026-02-0475.6838
2026-02-1175.8585
2026-02-1875.8219
2026-02-2575.8856
2026-03-0475.9910
2026-03-1176.0476
2026-03-1876.0922
2026-03-2576.1388
2026-04-0176.4621
2026-04-0876.5081
2026-04-1576.0439
2026-04-2276.0935
2026-04-2975.9114
2026-05-0676.0917
2026-05-1475.9892
2026-05-2176.1407
2026-05-2975.9586
2026-06-0576.1165
2026-06-1476.0764
2026-06-2176.0496
2026-06-2876.0874
2026-07-0576.0402
2026-07-1275.9853
2026-07-1975.9908
2026-07-2676.1380
2026-08-0276.0503
2026-08-0976.0576
2026-08-1676.0076
2026-08-2476.1450
2026-08-3175.8805
2026-09-0776.1346
2026-09-1476.1435
2026-09-2176.1638

High

76.5081

Low

75.6838

Average

76.0446

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.