Skip to content

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

KWD/AZN over 1Y: show the values
PointKWD/AZN
2025-09-265.4453
2025-10-035.4427
2025-10-105.4226
2025-10-175.5608
2025-10-245.5440
2025-10-315.5469
2025-11-075.5380
2025-11-145.5431
2025-11-215.5315
2025-11-285.5374
2025-12-055.5375
2025-12-135.5412
2025-12-205.5357
2025-12-275.5346
2026-01-035.5301
2026-01-105.5286
2026-01-175.5199
2026-01-245.5507
2026-01-315.5461
2026-02-075.5338
2026-02-145.5465
2026-02-215.5454
2026-02-285.5491
2026-03-075.5426
2026-03-145.5394
2026-03-215.5461
2026-03-285.5340
2026-04-045.4957
2026-04-115.5200
2026-04-185.5259
2026-04-255.5367
2026-05-025.5477
2026-05-095.5385
2026-05-175.5354
2026-05-255.4995
2026-06-015.4944
2026-06-105.4978
2026-06-175.5165
2026-06-245.5036
2026-07-015.4920
2026-07-085.4879
2026-07-155.4908
2026-07-225.4862
2026-07-295.4738
2026-08-055.4943
2026-08-125.5040
2026-08-205.5150
2026-08-275.5064
2026-09-035.5013
2026-09-105.5079
2026-09-175.5055
2026-09-245.4983

High

5.5608

Low

5.4226

Average

5.5181

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=AZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=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&currencies=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.