Skip to content

AUD to NOK exchange rate API

Australian Dollar to Norwegian Krone · quoted 2026-09-25

6.6760

▲ +1.85% over 1Y

1 AUD = 6.6760 NOK · 1 NOK = 0.14979 AUD · Get this rate via the API

1 AUD buys 6.6760 NOK as of 2026-09-25, so 1 NOK buys 0.14979 AUD. Over the last year, AUD/NOK traded between 6.4981 and 6.8916, averaged 6.6928 and rose 1.85%. The API holds daily AUD/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

AUD/NOK over 1Y

AUD/NOK over 1Y: show the values
PointAUD/NOK
2025-09-256.5551
2025-10-026.5642
2025-10-096.6045
2025-10-166.5458
2025-10-236.4981
2025-10-306.6007
2025-11-066.6263
2025-11-136.5873
2025-11-206.6058
2025-11-276.6485
2025-12-046.6727
2025-12-116.7184
2025-12-186.7410
2025-12-256.7118
2026-01-016.7290
2026-01-086.7650
2026-01-156.7426
2026-01-226.7314
2026-01-296.7423
2026-02-056.7805
2026-02-126.7475
2026-02-196.7391
2026-02-266.8063
2026-03-056.8005
2026-03-126.8916
2026-03-196.7037
2026-03-266.6654
2026-04-026.6952
2026-04-096.7055
2026-04-166.7263
2026-04-236.6758
2026-04-306.6656
2026-05-076.7005
2026-05-146.6811
2026-05-216.5799
2026-05-286.6148
2026-06-046.6543
2026-06-116.6656
2026-06-186.7871
2026-06-256.8175
2026-07-026.8225
2026-07-096.7548
2026-07-166.7620
2026-07-236.7230
2026-07-306.6767
2026-08-066.7116
2026-08-136.7168
2026-08-206.6325
2026-08-276.7159
2026-09-036.6925
2026-09-106.6577
2026-09-176.7074
2026-09-246.6697

High

6.8916

Low

6.4981

Average

6.6928

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/NOK API questions

How do I get the AUD/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/NOK rate in rates.NOK.

How far back does AUD/NOK historical data go?

Daily AUD/NOK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.