Skip to content

AZN to ISK exchange rate API

Azerbaijanian Manat to Iceland Krona · quoted 2026-09-26

70.7272

▼ +0.28% over 30D

1 AZN = 70.7272 ISK · 1 ISK = 0.01414 AZN · Get this rate via the API

1 AZN buys 70.7272 ISK as of 2026-09-26, so 1 ISK buys 0.01414 AZN. Over the last 30 days, AZN/ISK traded between 70.4665 and 72.3305, averaged 71.1587 and fell 0.28%. The API holds daily AZN/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/ISK over 30D

AZN/ISK over 30D: show the values
PointAZN/ISK
2026-08-2770.9229
2026-08-2871.1348
2026-08-2971.3315
2026-08-3071.3298
2026-08-3170.9950
2026-09-0171.4613
2026-09-0271.4336
2026-09-0371.2052
2026-09-0471.2644
2026-09-0571.3026
2026-09-0671.2350
2026-09-0771.2644
2026-09-0871.1112
2026-09-0970.8335
2026-09-1070.8961
2026-09-1170.8399
2026-09-1270.8038
2026-09-1370.7476
2026-09-1471.1933
2026-09-1571.3692
2026-09-1671.2818
2026-09-1771.6273
2026-09-1872.3305
2026-09-1971.3402
2026-09-2071.2687
2026-09-2171.0592
2026-09-2271.0214
2026-09-2371.1390
2026-09-2471.4132
2026-09-2570.4665
2026-09-2670.7272

High

72.3305

Low

70.4665

Average

71.1587

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/ISK API questions

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

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

How far back does AZN/ISK historical data go?

Daily AZN/ISK 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/ISK 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.