ISK to VND exchange rate API
Iceland Krona to Dong · quoted 2026-09-27
215.9603
▲ +21.61% over 5Y
1 ISK = 215.9603 VND · 1 VND = 0.004630 ISK · Get this rate via the API
1 ISK buys 215.9603 VND as of 2026-09-27, so 1 VND buys 0.004630 ISK. Over the last 5 years, ISK/VND traded between 164.2413 and 216.9497, averaged 189.3714 and rose 21.61%. The API holds daily ISK/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
ISK/VND over 5Y: show the values
| Point | ISK/VND |
|---|---|
| 2021-09-28 | 177.5842 |
| 2021-11-09 | 174.2782 |
| 2021-12-21 | 176.3607 |
| 2022-02-02 | 179.0524 |
| 2022-03-16 | 175.0888 |
| 2022-05-02 | 176.0047 |
| 2022-06-16 | 175.6668 |
| 2022-07-28 | 170.3218 |
| 2022-09-08 | 167.9497 |
| 2022-10-20 | 170.6502 |
| 2022-12-01 | 172.3188 |
| 2023-01-13 | 164.2413 |
| 2023-02-24 | 164.6530 |
| 2023-04-12 | 171.7828 |
| 2023-05-30 | 168.8628 |
| 2023-07-11 | 177.1763 |
| 2023-08-22 | 181.3660 |
| 2023-10-03 | 175.1953 |
| 2023-11-14 | 170.0581 |
| 2023-12-28 | 179.2664 |
| 2024-02-09 | 177.7564 |
| 2024-03-22 | 180.1816 |
| 2024-05-10 | 182.7490 |
| 2024-06-25 | 183.0504 |
| 2024-08-06 | 182.2236 |
| 2024-09-16 | 177.0587 |
| 2024-10-23 | 180.3884 |
| 2024-11-22 | 179.6556 |
| 2024-12-22 | 181.1807 |
| 2025-01-21 | 177.2985 |
| 2025-02-20 | 180.8745 |
| 2025-03-22 | 192.1084 |
| 2025-04-21 | 202.4334 |
| 2025-05-21 | 201.0704 |
| 2025-06-20 | 208.0662 |
| 2025-07-20 | 211.9813 |
| 2025-08-19 | 211.9705 |
| 2025-09-18 | 214.9780 |
| 2025-10-18 | 216.9497 |
| 2025-11-17 | 208.2183 |
| 2025-12-17 | 209.3197 |
| 2026-01-16 | 209.1353 |
| 2026-02-15 | 212.9012 |
| 2026-03-17 | 211.7996 |
| 2026-04-16 | 215.8684 |
| 2026-05-16 | 213.2922 |
| 2026-06-16 | 211.8426 |
| 2026-07-16 | 211.2648 |
| 2026-08-15 | 213.3526 |
| 2026-09-14 | 215.1327 |
High
216.9497
Low
164.2413
Average
189.3714
Get this rate via the API
One GET request returns the ISK/VND 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=ISK¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
ISK/VND API questions
How do I get the ISK/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ISK/VND rate in rates.VND.
How far back does ISK/VND historical data go?
Daily ISK/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ISK/VND 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.