Skip to content

AZN to ISK exchange rate API

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

70.7272

▼ +3.29% over 1Y

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 year, AZN/ISK traded between 70.7272 and 75.3730, averaged 72.9512 and fell 3.29%. 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 1Y

AZN/ISK over 1Y: show the values
PointAZN/ISK
2025-09-2673.1342
2025-10-0372.8502
2025-10-1073.5838
2025-10-1771.5088
2025-10-2472.1364
2025-10-3173.6682
2025-11-0774.3877
2025-11-1474.4388
2025-11-2175.1634
2025-11-2875.3730
2025-12-0575.1648
2025-12-1374.3409
2025-12-2073.9061
2025-12-2773.9335
2026-01-0373.9739
2026-01-1074.3993
2026-01-1774.1441
2026-01-2472.6089
2026-01-3171.9398
2026-02-0772.1835
2026-02-1471.8658
2026-02-2172.3466
2026-02-2871.4024
2026-03-0773.4638
2026-03-1474.2030
2026-03-2173.1177
2026-03-2873.2175
2026-04-0473.7520
2026-04-1171.7092
2026-04-1871.6388
2026-04-2571.9792
2026-05-0271.9968
2026-05-0971.6036
2026-05-1772.5881
2026-05-2572.5505
2026-06-0172.6326
2026-06-1073.1025
2026-06-1773.2820
2026-06-2474.5928
2026-07-0174.3107
2026-07-0873.9679
2026-07-1573.9549
2026-07-2273.8388
2026-07-2973.7103
2026-08-0572.1930
2026-08-1272.2493
2026-08-2071.5105
2026-08-2770.9229
2026-09-0371.2052
2026-09-1070.8961
2026-09-1771.6273
2026-09-2471.4132

High

75.3730

Low

70.7272

Average

72.9512

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.