AZN to NOK exchange rate API
Azerbaijanian Manat to Norwegian Krone · quoted 2026-09-26
5.5929
▼ +5.67% over YTD
1 AZN = 5.5929 NOK · 1 NOK = 0.17880 AZN · Get this rate via the API
1 AZN buys 5.5929 NOK as of 2026-09-26, so 1 NOK buys 0.17880 AZN. Over the year to date, AZN/NOK traded between 5.4279 and 5.9289, averaged 5.6195 and fell 5.67%. The API holds daily AZN/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/NOK over YTD: show the values
| Point | AZN/NOK |
|---|---|
| 2025-12-31 | 5.9289 |
| 2026-01-07 | 5.9198 |
| 2026-01-14 | 5.9238 |
| 2026-01-21 | 5.8311 |
| 2026-01-28 | 5.6608 |
| 2026-02-04 | 5.6731 |
| 2026-02-11 | 5.5770 |
| 2026-02-18 | 5.5762 |
| 2026-02-25 | 5.6383 |
| 2026-03-04 | 5.6751 |
| 2026-03-11 | 5.6736 |
| 2026-03-18 | 5.6353 |
| 2026-03-25 | 5.7268 |
| 2026-04-01 | 5.6811 |
| 2026-04-08 | 5.6047 |
| 2026-04-15 | 5.5466 |
| 2026-04-22 | 5.4749 |
| 2026-04-29 | 5.4563 |
| 2026-05-06 | 5.4704 |
| 2026-05-14 | 5.4279 |
| 2026-05-21 | 5.4302 |
| 2026-05-29 | 5.4426 |
| 2026-06-05 | 5.4803 |
| 2026-06-14 | 5.5835 |
| 2026-06-21 | 5.6977 |
| 2026-06-28 | 5.8397 |
| 2026-07-05 | 5.7832 |
| 2026-07-12 | 5.7496 |
| 2026-07-19 | 5.6974 |
| 2026-07-26 | 5.6333 |
| 2026-08-02 | 5.5724 |
| 2026-08-09 | 5.5856 |
| 2026-08-16 | 5.5565 |
| 2026-08-24 | 5.4791 |
| 2026-08-31 | 5.4618 |
| 2026-09-07 | 5.4531 |
| 2026-09-14 | 5.4831 |
| 2026-09-21 | 5.5358 |
High
5.9289
Low
5.4279
Average
5.6195
Get this rate via the API
One GET request returns the AZN/NOK 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=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/NOK API questions
How do I get the AZN/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/NOK rate in rates.NOK.
How far back does AZN/NOK historical data go?
Daily AZN/NOK 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/NOK 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.