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: show the values
| Point | AZN/ISK |
|---|---|
| 2025-09-26 | 73.1342 |
| 2025-10-03 | 72.8502 |
| 2025-10-10 | 73.5838 |
| 2025-10-17 | 71.5088 |
| 2025-10-24 | 72.1364 |
| 2025-10-31 | 73.6682 |
| 2025-11-07 | 74.3877 |
| 2025-11-14 | 74.4388 |
| 2025-11-21 | 75.1634 |
| 2025-11-28 | 75.3730 |
| 2025-12-05 | 75.1648 |
| 2025-12-13 | 74.3409 |
| 2025-12-20 | 73.9061 |
| 2025-12-27 | 73.9335 |
| 2026-01-03 | 73.9739 |
| 2026-01-10 | 74.3993 |
| 2026-01-17 | 74.1441 |
| 2026-01-24 | 72.6089 |
| 2026-01-31 | 71.9398 |
| 2026-02-07 | 72.1835 |
| 2026-02-14 | 71.8658 |
| 2026-02-21 | 72.3466 |
| 2026-02-28 | 71.4024 |
| 2026-03-07 | 73.4638 |
| 2026-03-14 | 74.2030 |
| 2026-03-21 | 73.1177 |
| 2026-03-28 | 73.2175 |
| 2026-04-04 | 73.7520 |
| 2026-04-11 | 71.7092 |
| 2026-04-18 | 71.6388 |
| 2026-04-25 | 71.9792 |
| 2026-05-02 | 71.9968 |
| 2026-05-09 | 71.6036 |
| 2026-05-17 | 72.5881 |
| 2026-05-25 | 72.5505 |
| 2026-06-01 | 72.6326 |
| 2026-06-10 | 73.1025 |
| 2026-06-17 | 73.2820 |
| 2026-06-24 | 74.5928 |
| 2026-07-01 | 74.3107 |
| 2026-07-08 | 73.9679 |
| 2026-07-15 | 73.9549 |
| 2026-07-22 | 73.8388 |
| 2026-07-29 | 73.7103 |
| 2026-08-05 | 72.1930 |
| 2026-08-12 | 72.2493 |
| 2026-08-20 | 71.5105 |
| 2026-08-27 | 70.9229 |
| 2026-09-03 | 71.2052 |
| 2026-09-10 | 70.8961 |
| 2026-09-17 | 71.6273 |
| 2026-09-24 | 71.4132 |
High
75.3730
Low
70.7272
Average
72.9512
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.