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: show the values
| Point | AZN/ISK |
|---|---|
| 2026-08-27 | 70.9229 |
| 2026-08-28 | 71.1348 |
| 2026-08-29 | 71.3315 |
| 2026-08-30 | 71.3298 |
| 2026-08-31 | 70.9950 |
| 2026-09-01 | 71.4613 |
| 2026-09-02 | 71.4336 |
| 2026-09-03 | 71.2052 |
| 2026-09-04 | 71.2644 |
| 2026-09-05 | 71.3026 |
| 2026-09-06 | 71.2350 |
| 2026-09-07 | 71.2644 |
| 2026-09-08 | 71.1112 |
| 2026-09-09 | 70.8335 |
| 2026-09-10 | 70.8961 |
| 2026-09-11 | 70.8399 |
| 2026-09-12 | 70.8038 |
| 2026-09-13 | 70.7476 |
| 2026-09-14 | 71.1933 |
| 2026-09-15 | 71.3692 |
| 2026-09-16 | 71.2818 |
| 2026-09-17 | 71.6273 |
| 2026-09-18 | 72.3305 |
| 2026-09-19 | 71.3402 |
| 2026-09-20 | 71.2687 |
| 2026-09-21 | 71.0592 |
| 2026-09-22 | 71.0214 |
| 2026-09-23 | 71.1390 |
| 2026-09-24 | 71.4132 |
| 2026-09-25 | 70.4665 |
| 2026-09-26 | 70.7272 |
High
72.3305
Low
70.4665
Average
71.1587
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.