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: show the values
| Point | AZN/KES |
|---|---|
| 2025-12-31 | 76.0282 |
| 2026-01-07 | 75.9472 |
| 2026-01-14 | 75.9390 |
| 2026-01-21 | 75.9142 |
| 2026-01-28 | 75.9259 |
| 2026-02-04 | 75.6838 |
| 2026-02-11 | 75.8585 |
| 2026-02-18 | 75.8219 |
| 2026-02-25 | 75.8856 |
| 2026-03-04 | 75.9910 |
| 2026-03-11 | 76.0476 |
| 2026-03-18 | 76.0922 |
| 2026-03-25 | 76.1388 |
| 2026-04-01 | 76.4621 |
| 2026-04-08 | 76.5081 |
| 2026-04-15 | 76.0439 |
| 2026-04-22 | 76.0935 |
| 2026-04-29 | 75.9114 |
| 2026-05-06 | 76.0917 |
| 2026-05-14 | 75.9892 |
| 2026-05-21 | 76.1407 |
| 2026-05-29 | 75.9586 |
| 2026-06-05 | 76.1165 |
| 2026-06-14 | 76.0764 |
| 2026-06-21 | 76.0496 |
| 2026-06-28 | 76.0874 |
| 2026-07-05 | 76.0402 |
| 2026-07-12 | 75.9853 |
| 2026-07-19 | 75.9908 |
| 2026-07-26 | 76.1380 |
| 2026-08-02 | 76.0503 |
| 2026-08-09 | 76.0576 |
| 2026-08-16 | 76.0076 |
| 2026-08-24 | 76.1450 |
| 2026-08-31 | 75.8805 |
| 2026-09-07 | 76.1346 |
| 2026-09-14 | 76.1435 |
| 2026-09-21 | 76.1638 |
High
76.5081
Low
75.6838
Average
76.0446
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.