KWD to AZN exchange rate API
Kuwaiti Dinar to Azerbaijanian Manat · quoted 2026-09-26
5.5084
▲ +1.16% over 1Y
1 KWD = 5.5084 AZN · 1 AZN = 0.18154 KWD · Get this rate via the API
1 KWD buys 5.5084 AZN as of 2026-09-26, so 1 AZN buys 0.18154 KWD. Over the last year, KWD/AZN traded between 5.4226 and 5.5608, averaged 5.5181 and rose 1.16%. The API holds daily KWD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KWD/AZN over 1Y: show the values
| Point | KWD/AZN |
|---|---|
| 2025-09-26 | 5.4453 |
| 2025-10-03 | 5.4427 |
| 2025-10-10 | 5.4226 |
| 2025-10-17 | 5.5608 |
| 2025-10-24 | 5.5440 |
| 2025-10-31 | 5.5469 |
| 2025-11-07 | 5.5380 |
| 2025-11-14 | 5.5431 |
| 2025-11-21 | 5.5315 |
| 2025-11-28 | 5.5374 |
| 2025-12-05 | 5.5375 |
| 2025-12-13 | 5.5412 |
| 2025-12-20 | 5.5357 |
| 2025-12-27 | 5.5346 |
| 2026-01-03 | 5.5301 |
| 2026-01-10 | 5.5286 |
| 2026-01-17 | 5.5199 |
| 2026-01-24 | 5.5507 |
| 2026-01-31 | 5.5461 |
| 2026-02-07 | 5.5338 |
| 2026-02-14 | 5.5465 |
| 2026-02-21 | 5.5454 |
| 2026-02-28 | 5.5491 |
| 2026-03-07 | 5.5426 |
| 2026-03-14 | 5.5394 |
| 2026-03-21 | 5.5461 |
| 2026-03-28 | 5.5340 |
| 2026-04-04 | 5.4957 |
| 2026-04-11 | 5.5200 |
| 2026-04-18 | 5.5259 |
| 2026-04-25 | 5.5367 |
| 2026-05-02 | 5.5477 |
| 2026-05-09 | 5.5385 |
| 2026-05-17 | 5.5354 |
| 2026-05-25 | 5.4995 |
| 2026-06-01 | 5.4944 |
| 2026-06-10 | 5.4978 |
| 2026-06-17 | 5.5165 |
| 2026-06-24 | 5.5036 |
| 2026-07-01 | 5.4920 |
| 2026-07-08 | 5.4879 |
| 2026-07-15 | 5.4908 |
| 2026-07-22 | 5.4862 |
| 2026-07-29 | 5.4738 |
| 2026-08-05 | 5.4943 |
| 2026-08-12 | 5.5040 |
| 2026-08-20 | 5.5150 |
| 2026-08-27 | 5.5064 |
| 2026-09-03 | 5.5013 |
| 2026-09-10 | 5.5079 |
| 2026-09-17 | 5.5055 |
| 2026-09-24 | 5.4983 |
High
5.5608
Low
5.4226
Average
5.5181
Get this rate via the API
One GET request returns the KWD/AZN 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=KWD¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
KWD/AZN API questions
How do I get the KWD/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KWD/AZN rate in rates.AZN.
How far back does KWD/AZN historical data go?
Daily KWD/AZN 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 KWD/AZN 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.