Skip to content

NIO to ISK exchange rate API

Cordoba Oro to Iceland Krona · quoted 2026-09-27

3.2815

▼ +3.26% over 6M

1 NIO = 3.2815 ISK · 1 ISK = 0.30473 NIO · Get this rate via the API

1 NIO buys 3.2815 ISK as of 2026-09-27, so 1 ISK buys 0.30473 NIO. Over the last 6 months, NIO/ISK traded between 3.2815 and 3.4437, averaged 3.3537 and fell 3.26%. The API holds daily NIO/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/ISK over 6M

NIO/ISK over 6M: show the values
PointNIO/ISK
2026-03-313.3920
2026-04-073.3849
2026-04-143.3207
2026-04-213.3193
2026-04-283.3233
2026-05-053.3418
2026-05-123.3287
2026-05-203.3621
2026-05-283.3598
2026-06-043.3509
2026-06-133.3929
2026-06-203.4124
2026-06-273.4437
2026-07-043.4403
2026-07-113.4266
2026-07-183.4074
2026-07-253.4260
2026-08-013.3588
2026-08-083.3527
2026-08-153.3410
2026-08-233.3035
2026-08-303.3085
2026-09-063.3022
2026-09-133.2846
2026-09-203.3018
2026-09-273.2815

High

3.4437

Low

3.2815

Average

3.3537

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/ISK API questions

How do I get the NIO/ISK exchange rate from an API?

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

How far back does NIO/ISK historical data go?

Daily NIO/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 NIO/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.