Skip to content

NIO to VUV exchange rate API

Cordoba Oro to Vatu · quoted 2026-09-26

3.2238

▲ +1.43% over 1Y

1 NIO = 3.2238 VUV · 1 VUV = 0.31019 NIO · Get this rate via the API

1 NIO buys 3.2238 VUV as of 2026-09-26, so 1 VUV buys 0.31019 NIO. Over the last year, NIO/VUV traded between 3.1783 and 3.3349, averaged 3.2547 and rose 1.43%. The API holds daily NIO/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/VUV over 1Y

NIO/VUV over 1Y: show the values
PointNIO/VUV
2025-09-263.1783
2025-10-033.2737
2025-10-103.3091
2025-10-173.3349
2025-10-243.3234
2025-10-313.3097
2025-11-073.3204
2025-11-143.3127
2025-11-213.3279
2025-11-283.3339
2025-12-053.3220
2025-12-133.2926
2025-12-203.2933
2025-12-273.2774
2026-01-033.2870
2026-01-103.2798
2026-01-173.2923
2026-01-243.2661
2026-01-313.2320
2026-02-073.2649
2026-02-143.2430
2026-02-213.2359
2026-02-283.2175
2026-03-073.2421
2026-03-143.2218
2026-03-213.2440
2026-03-283.2600
2026-04-043.2473
2026-04-113.2456
2026-04-183.2197
2026-04-253.2070
2026-05-023.2363
2026-05-093.2147
2026-05-173.2178
2026-05-253.2209
2026-06-013.2056
2026-06-103.2389
2026-06-173.2312
2026-06-243.2429
2026-07-013.2665
2026-07-083.2661
2026-07-153.2533
2026-07-223.2424
2026-07-293.2534
2026-08-053.2418
2026-08-123.2265
2026-08-203.2240
2026-08-273.2086
2026-09-033.2132
2026-09-103.2067
2026-09-173.2300
2026-09-243.2169

High

3.3349

Low

3.1783

Average

3.2547

For developers

Get this rate via the API

One GET request returns the NIO/VUV 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=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=VUV");
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=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/VUV API questions

How do I get the NIO/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/VUV rate in rates.VUV.

How far back does NIO/VUV historical data go?

Daily NIO/VUV 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/VUV 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.