NIO to VND exchange rate API
Cordoba Oro to Dong · quoted 2026-09-26
706.6251
▲ +4.12% over 5Y
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 5 years, NIO/VND traded between 662.1329 and 719.4819, averaged 702.3835 and rose 4.12%. 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 5Y: show the values
| Point | NIO/VND |
|---|---|
| 2024-08-24 | 678.6528 |
| 2024-10-07 | 662.1329 |
| 2024-11-06 | 680.3644 |
| 2024-12-06 | 682.2876 |
| 2025-01-05 | 688.0399 |
| 2025-02-04 | 677.3504 |
| 2025-03-06 | 684.4702 |
| 2025-04-06 | 698.5218 |
| 2025-05-06 | 696.1686 |
| 2025-06-07 | 702.7861 |
| 2025-07-07 | 703.4132 |
| 2025-08-06 | 706.2817 |
| 2025-09-05 | 711.0594 |
| 2025-10-06 | 710.1988 |
| 2025-11-05 | 717.9597 |
| 2025-12-05 | 719.4298 |
| 2026-01-05 | 715.8229 |
| 2026-02-04 | 709.6472 |
| 2026-03-06 | 714.9782 |
| 2026-04-05 | 719.0340 |
| 2026-05-05 | 719.4819 |
| 2026-06-06 | 715.6029 |
| 2026-07-08 | 717.2140 |
| 2026-08-07 | 714.0819 |
| 2026-09-07 | 710.3651 |
High
719.4819
Low
662.1329
Average
702.3835
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.