Skip to content

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

AZN/NOK over YTD: show the values
PointAZN/NOK
2025-12-315.9289
2026-01-075.9198
2026-01-145.9238
2026-01-215.8311
2026-01-285.6608
2026-02-045.6731
2026-02-115.5770
2026-02-185.5762
2026-02-255.6383
2026-03-045.6751
2026-03-115.6736
2026-03-185.6353
2026-03-255.7268
2026-04-015.6811
2026-04-085.6047
2026-04-155.5466
2026-04-225.4749
2026-04-295.4563
2026-05-065.4704
2026-05-145.4279
2026-05-215.4302
2026-05-295.4426
2026-06-055.4803
2026-06-145.5835
2026-06-215.6977
2026-06-285.8397
2026-07-055.7832
2026-07-125.7496
2026-07-195.6974
2026-07-265.6333
2026-08-025.5724
2026-08-095.5856
2026-08-165.5565
2026-08-245.4791
2026-08-315.4618
2026-09-075.4531
2026-09-145.4831
2026-09-215.5358

High

5.9289

Low

5.4279

Average

5.6195

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=NOK");
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=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&currencies=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.