Skip to content

TOP to ISK exchange rate API

Pa’anga to Iceland Krona · quoted 2026-09-25

50.8359

▼ +2.05% over 1Y

1 TOP = 50.8359 ISK · 1 ISK = 0.01967 TOP · Get this rate via the API

1 TOP buys 50.8359 ISK as of 2026-09-25, so 1 ISK buys 0.01967 TOP. Over the last year, TOP/ISK traded between 50.3279 and 53.7474, averaged 52.3648 and fell 2.05%. The API holds daily TOP/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/ISK over 1Y

TOP/ISK over 1Y: show the values
PointTOP/ISK
2025-09-2551.9002
2025-10-0251.1806
2025-10-0951.6227
2025-10-1651.5316
2025-10-2351.9980
2025-10-3052.5060
2025-11-0653.7474
2025-11-1353.7010
2025-11-2053.2465
2025-11-2753.0471
2025-12-0453.4579
2025-12-1153.1526
2025-12-1852.5466
2025-12-2552.1799
2026-01-0152.4206
2026-01-0852.6802
2026-01-1552.9517
2026-01-2252.6929
2026-01-2951.4498
2026-02-0552.3343
2026-02-1252.3552
2026-02-1952.6652
2026-02-2651.8734
2026-03-0553.0739
2026-03-1253.5924
2026-03-1953.1505
2026-03-2653.2123
2026-04-0253.2632
2026-04-0952.2024
2026-04-1751.9682
2026-04-2452.2439
2026-05-0153.1221
2026-05-0852.1481
2026-05-1553.6660
2026-05-2253.0298
2026-05-2953.2275
2026-06-0552.8971
2026-06-1352.3825
2026-06-2052.8628
2026-06-2752.7336
2026-07-0452.4425
2026-07-1152.1552
2026-07-1852.4824
2026-07-2552.7407
2026-08-0151.5122
2026-08-0851.5216
2026-08-1551.0261
2026-08-2250.3279
2026-08-2951.4677
2026-09-0551.3531
2026-09-1250.8544
2026-09-1950.5987

High

53.7474

Low

50.3279

Average

52.3648

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/ISK API questions

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

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

How far back does TOP/ISK historical data go?

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