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: show the values
| Point | AZN/KES |
|---|---|
| 2025-09-25 | 77.7167 |
| 2025-10-02 | 77.8771 |
| 2025-10-09 | 77.7479 |
| 2025-10-16 | 75.9980 |
| 2025-10-23 | 75.9157 |
| 2025-10-30 | 75.9489 |
| 2025-11-06 | 76.0225 |
| 2025-11-13 | 76.0075 |
| 2025-11-20 | 76.4672 |
| 2025-11-27 | 76.3141 |
| 2025-12-04 | 76.1193 |
| 2025-12-12 | 75.6855 |
| 2025-12-19 | 75.8577 |
| 2025-12-26 | 75.8530 |
| 2026-01-02 | 75.8963 |
| 2026-01-09 | 76.0338 |
| 2026-01-16 | 75.9569 |
| 2026-01-23 | 75.8816 |
| 2026-01-30 | 75.9561 |
| 2026-02-06 | 75.9209 |
| 2026-02-13 | 75.9862 |
| 2026-02-20 | 75.9649 |
| 2026-02-27 | 75.8891 |
| 2026-03-06 | 76.0127 |
| 2026-03-13 | 76.1206 |
| 2026-03-20 | 75.8363 |
| 2026-03-27 | 76.2958 |
| 2026-04-03 | 76.4377 |
| 2026-04-10 | 75.9558 |
| 2026-04-17 | 76.1601 |
| 2026-04-24 | 75.8687 |
| 2026-05-01 | 76.1812 |
| 2026-05-08 | 76.3490 |
| 2026-05-16 | 76.1060 |
| 2026-05-24 | 76.2294 |
| 2026-05-31 | 76.0489 |
| 2026-06-09 | 76.0891 |
| 2026-06-16 | 76.1359 |
| 2026-06-23 | 76.1143 |
| 2026-06-30 | 76.1642 |
| 2026-07-07 | 76.0632 |
| 2026-07-14 | 75.9591 |
| 2026-07-21 | 76.0110 |
| 2026-07-28 | 76.2039 |
| 2026-08-04 | 76.1072 |
| 2026-08-11 | 76.0999 |
| 2026-08-18 | 76.0924 |
| 2026-08-26 | 76.1297 |
| 2026-09-02 | 76.1411 |
| 2026-09-09 | 76.0848 |
| 2026-09-16 | 76.2645 |
| 2026-09-23 | 76.1530 |
High
77.8771
Low
75.6855
Average
76.1628
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.