Skip to content

NIO to ISK exchange rate API

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

3.2815

▼ +0.59% over 1Y

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 year, NIO/ISK traded between 3.2557 and 3.4827, averaged 3.3715 and fell 0.59%. 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 1Y

NIO/ISK over 1Y: show the values
PointNIO/ISK
2025-09-273.3009
2025-10-043.3006
2025-10-113.3287
2025-10-183.3041
2025-10-253.3654
2025-11-013.4148
2025-11-083.4418
2025-11-153.4499
2025-11-223.4792
2025-11-293.4818
2025-12-063.4827
2025-12-143.4399
2025-12-213.4188
2025-12-283.4217
2026-01-043.4275
2026-01-113.4415
2026-01-183.4287
2026-01-253.3589
2026-02-013.3325
2026-02-083.3418
2026-02-153.3241
2026-02-223.3444
2026-03-013.2999
2026-03-083.4057
2026-03-153.4334
2026-03-223.3857
2026-03-293.4026
2026-04-053.4145
2026-04-123.3256
2026-04-193.3118
2026-04-263.3382
2026-05-033.3418
2026-05-103.3245
2026-05-183.3388
2026-05-263.3582
2026-06-023.3529
2026-06-113.3918
2026-06-183.4232
2026-06-253.4535
2026-07-023.4511
2026-07-093.4104
2026-07-163.3973
2026-07-233.4229
2026-07-303.3806
2026-08-063.3459
2026-08-133.3496
2026-08-213.2871
2026-08-283.2894
2026-09-043.2931
2026-09-113.2770
2026-09-183.3172
2026-09-253.2557

High

3.4827

Low

3.2557

Average

3.3715

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.