Skip to content

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

NIO/VND over 5Y: show the values
PointNIO/VND
2024-08-24678.6528
2024-10-07662.1329
2024-11-06680.3644
2024-12-06682.2876
2025-01-05688.0399
2025-02-04677.3504
2025-03-06684.4702
2025-04-06698.5218
2025-05-06696.1686
2025-06-07702.7861
2025-07-07703.4132
2025-08-06706.2817
2025-09-05711.0594
2025-10-06710.1988
2025-11-05717.9597
2025-12-05719.4298
2026-01-05715.8229
2026-02-04709.6472
2026-03-06714.9782
2026-04-05719.0340
2026-05-05719.4819
2026-06-06715.6029
2026-07-08717.2140
2026-08-07714.0819
2026-09-07710.3651

High

719.4819

Low

662.1329

Average

702.3835

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.