NIO to VND exchange rate API
Cordoba Oro to Dong · quoted 2026-09-26
706.6251
▼ +0.70% over 30D
1 NIO = 706.6251 VND · 1 VND = 0.001415 NIO · Get this rate via the API
1 NIO buys 706.6251 VND as of 2026-09-26, so 1 VND buys 0.001415 NIO. Over the last 30 days, NIO/VND traded between 706.2982 and 712.6214, averaged 709.5658 and fell 0.70%. The API holds daily NIO/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/VND over 30D: show the values
| Point | NIO/VND |
|---|---|
| 2026-08-27 | 711.5957 |
| 2026-08-28 | 711.7402 |
| 2026-08-29 | 709.0063 |
| 2026-08-30 | 712.6214 |
| 2026-08-31 | 710.3868 |
| 2026-09-01 | 710.9806 |
| 2026-09-02 | 711.7035 |
| 2026-09-03 | 711.9750 |
| 2026-09-04 | 711.3457 |
| 2026-09-05 | 708.4542 |
| 2026-09-06 | 711.6387 |
| 2026-09-07 | 710.3651 |
| 2026-09-08 | 708.9026 |
| 2026-09-09 | 708.1387 |
| 2026-09-10 | 707.2889 |
| 2026-09-11 | 707.7121 |
| 2026-09-12 | 706.2982 |
| 2026-09-13 | 707.4245 |
| 2026-09-14 | 709.0903 |
| 2026-09-15 | 710.0292 |
| 2026-09-16 | 710.3560 |
| 2026-09-17 | 711.1444 |
| 2026-09-18 | 711.8543 |
| 2026-09-19 | 706.6312 |
| 2026-09-20 | 710.1030 |
| 2026-09-21 | 710.3880 |
| 2026-09-22 | 710.9785 |
| 2026-09-23 | 708.4393 |
| 2026-09-24 | 707.7678 |
| 2026-09-25 | 708.4952 |
| 2026-09-26 | 706.6251 |
High
712.6214
Low
706.2982
Average
709.5658
Get this rate via the API
One GET request returns the NIO/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=NIO¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/VND API questions
How do I get the NIO/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/VND rate in rates.VND.
How far back does NIO/VND historical data go?
Daily NIO/VND 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 NIO/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.