ISK to VND exchange rate API
Iceland Krona to Dong · quoted 2026-09-27
215.9603
▲ +2.55% over YTD
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 year to date, ISK/VND traded between 208.0450 and 217.1353, averaged 213.1881 and rose 2.55%. 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 YTD: show the values
| Point | ISK/VND |
|---|---|
| 2025-12-31 | 210.5955 |
| 2026-01-07 | 209.2976 |
| 2026-01-14 | 209.8418 |
| 2026-01-21 | 211.6404 |
| 2026-01-28 | 216.1702 |
| 2026-02-04 | 212.5816 |
| 2026-02-11 | 214.0172 |
| 2026-02-18 | 212.9256 |
| 2026-02-25 | 215.3077 |
| 2026-03-04 | 211.6950 |
| 2026-03-11 | 210.3458 |
| 2026-03-18 | 211.3285 |
| 2026-03-25 | 213.7276 |
| 2026-04-01 | 212.9538 |
| 2026-04-08 | 215.0780 |
| 2026-04-15 | 216.1479 |
| 2026-04-22 | 215.5143 |
| 2026-04-29 | 215.5333 |
| 2026-05-06 | 216.3428 |
| 2026-05-13 | 215.7326 |
| 2026-05-20 | 213.9603 |
| 2026-05-27 | 214.4254 |
| 2026-06-03 | 214.0845 |
| 2026-06-11 | 211.8979 |
| 2026-06-18 | 209.6574 |
| 2026-06-25 | 208.0450 |
| 2026-07-02 | 208.8325 |
| 2026-07-09 | 210.3993 |
| 2026-07-16 | 211.2648 |
| 2026-07-23 | 209.7690 |
| 2026-07-30 | 212.3198 |
| 2026-08-06 | 214.0692 |
| 2026-08-13 | 212.0939 |
| 2026-08-20 | 215.6722 |
| 2026-08-27 | 217.1353 |
| 2026-09-03 | 216.2813 |
| 2026-09-10 | 215.7501 |
| 2026-09-17 | 214.2638 |
| 2026-09-24 | 214.8635 |
High
217.1353
Low
208.0450
Average
213.1881
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.