Skip to content

KYD to AZN exchange rate API

Cayman Islands Dollar to Azerbaijanian Manat · quoted 2026-09-26

2.0435

▲ +1.96% over 1Y

1 KYD = 2.0435 AZN · 1 AZN = 0.48935 KYD · Get this rate via the API

1 KYD buys 2.0435 AZN as of 2026-09-26, so 1 AZN buys 0.48935 KYD. Over the last year, KYD/AZN traded between 1.9980 and 2.0737, averaged 2.0436 and rose 1.96%. The API holds daily KYD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/AZN over 1Y

KYD/AZN over 1Y: show the values
PointKYD/AZN
2025-09-262.0043
2025-10-032.0007
2025-10-101.9980
2025-10-172.0507
2025-10-242.0452
2025-10-312.0492
2025-11-072.0502
2025-11-142.0446
2025-11-212.0456
2025-11-282.0442
2025-12-052.0516
2025-12-132.0469
2025-12-202.0423
2025-12-272.0423
2026-01-032.0432
2026-01-102.0423
2026-01-172.0429
2026-01-242.0440
2026-01-312.0497
2026-02-072.0425
2026-02-142.0425
2026-02-212.0425
2026-02-282.0465
2026-03-072.0425
2026-03-142.0543
2026-03-212.0428
2026-03-282.0445
2026-04-042.0447
2026-04-112.0457
2026-04-182.0448
2026-04-252.0481
2026-05-022.0442
2026-05-092.0447
2026-05-172.0737
2026-05-252.0515
2026-06-012.0442
2026-06-102.0440
2026-06-172.0435
2026-06-242.0434
2026-07-012.0440
2026-07-082.0442
2026-07-152.0455
2026-07-222.0498
2026-07-292.0454
2026-08-052.0446
2026-08-122.0450
2026-08-202.0464
2026-08-272.0500
2026-09-032.0455
2026-09-102.0502
2026-09-172.0476
2026-09-242.0428

High

2.0737

Low

1.9980

Average

2.0436

For developers

Get this rate via the API

One GET request returns the KYD/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=KYD&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&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=KYD&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

KYD/AZN API questions

How do I get the KYD/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/AZN rate in rates.AZN.

How far back does KYD/AZN historical data go?

Daily KYD/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 KYD/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.