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: show the values
| Point | TOP/ISK |
|---|---|
| 2025-09-25 | 51.9002 |
| 2025-10-02 | 51.1806 |
| 2025-10-09 | 51.6227 |
| 2025-10-16 | 51.5316 |
| 2025-10-23 | 51.9980 |
| 2025-10-30 | 52.5060 |
| 2025-11-06 | 53.7474 |
| 2025-11-13 | 53.7010 |
| 2025-11-20 | 53.2465 |
| 2025-11-27 | 53.0471 |
| 2025-12-04 | 53.4579 |
| 2025-12-11 | 53.1526 |
| 2025-12-18 | 52.5466 |
| 2025-12-25 | 52.1799 |
| 2026-01-01 | 52.4206 |
| 2026-01-08 | 52.6802 |
| 2026-01-15 | 52.9517 |
| 2026-01-22 | 52.6929 |
| 2026-01-29 | 51.4498 |
| 2026-02-05 | 52.3343 |
| 2026-02-12 | 52.3552 |
| 2026-02-19 | 52.6652 |
| 2026-02-26 | 51.8734 |
| 2026-03-05 | 53.0739 |
| 2026-03-12 | 53.5924 |
| 2026-03-19 | 53.1505 |
| 2026-03-26 | 53.2123 |
| 2026-04-02 | 53.2632 |
| 2026-04-09 | 52.2024 |
| 2026-04-17 | 51.9682 |
| 2026-04-24 | 52.2439 |
| 2026-05-01 | 53.1221 |
| 2026-05-08 | 52.1481 |
| 2026-05-15 | 53.6660 |
| 2026-05-22 | 53.0298 |
| 2026-05-29 | 53.2275 |
| 2026-06-05 | 52.8971 |
| 2026-06-13 | 52.3825 |
| 2026-06-20 | 52.8628 |
| 2026-06-27 | 52.7336 |
| 2026-07-04 | 52.4425 |
| 2026-07-11 | 52.1552 |
| 2026-07-18 | 52.4824 |
| 2026-07-25 | 52.7407 |
| 2026-08-01 | 51.5122 |
| 2026-08-08 | 51.5216 |
| 2026-08-15 | 51.0261 |
| 2026-08-22 | 50.3279 |
| 2026-08-29 | 51.4677 |
| 2026-09-05 | 51.3531 |
| 2026-09-12 | 50.8544 |
| 2026-09-19 | 50.5987 |
High
53.7474
Low
50.3279
Average
52.3648
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.