ISK to VND exchange rate API
Iceland Krona to Dong · quoted 2026-09-27
215.9603
▼ +1.30% over 1Y
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 year, ISK/VND traded between 205.4142 and 218.9387, averaged 211.8960 and fell 1.30%. 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 1Y: show the values
| Point | ISK/VND |
|---|---|
| 2025-09-27 | 218.7949 |
| 2025-10-04 | 218.9387 |
| 2025-10-11 | 215.4962 |
| 2025-10-18 | 216.9497 |
| 2025-10-25 | 214.6672 |
| 2025-11-01 | 209.6363 |
| 2025-11-08 | 206.9668 |
| 2025-11-15 | 207.4435 |
| 2025-11-22 | 205.6909 |
| 2025-11-29 | 205.4142 |
| 2025-12-06 | 205.9901 |
| 2025-12-13 | 208.2047 |
| 2025-12-20 | 209.6867 |
| 2025-12-27 | 209.9137 |
| 2026-01-03 | 209.1757 |
| 2026-01-10 | 208.0834 |
| 2026-01-17 | 208.3039 |
| 2026-01-24 | 212.6281 |
| 2026-01-31 | 212.5107 |
| 2026-02-07 | 210.4773 |
| 2026-02-14 | 211.5622 |
| 2026-02-21 | 210.1460 |
| 2026-02-28 | 215.1642 |
| 2026-03-07 | 208.9348 |
| 2026-03-14 | 209.0291 |
| 2026-03-21 | 211.7215 |
| 2026-03-28 | 211.1047 |
| 2026-04-04 | 210.2954 |
| 2026-04-11 | 215.5325 |
| 2026-04-18 | 215.7362 |
| 2026-04-25 | 214.9198 |
| 2026-05-02 | 214.8347 |
| 2026-05-09 | 215.6210 |
| 2026-05-16 | 213.2922 |
| 2026-05-23 | 211.7049 |
| 2026-05-30 | 214.0080 |
| 2026-06-06 | 211.3364 |
| 2026-06-14 | 211.5042 |
| 2026-06-21 | 210.2103 |
| 2026-06-28 | 208.3120 |
| 2026-07-05 | 209.3888 |
| 2026-07-12 | 209.1188 |
| 2026-07-19 | 209.7059 |
| 2026-07-26 | 209.7561 |
| 2026-08-02 | 213.7538 |
| 2026-08-09 | 213.0739 |
| 2026-08-16 | 213.1370 |
| 2026-08-23 | 215.3141 |
| 2026-08-30 | 215.3900 |
| 2026-09-06 | 215.5051 |
| 2026-09-13 | 215.3732 |
| 2026-09-20 | 215.0684 |
High
218.9387
Low
205.4142
Average
211.8960
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.