Vinter API
Search
⌃K

Net Asset Value Daily

The endpoint requires an API key and it requires that the symbol of the index is specified using the symbol parameter. If the limit parameter is not specified the latest value is returned. To ensure chronological ordering of the index values you should sort the values using the timestamp field. The endpoint only returns a maximum of 2000 records Example URL

Response Fields

Field
Type
Description
id
integer
The record's id in the source table. A id that equals 0 means that it is not an official value.
created_at
string
ISO formatted datetime representing the calculation time
symbol
string
The index or product symbol.
open
number
The first real-time value after 9:00 CET in U.S. dollar
low
number
The lowest real-time value between 9:00 CET and 17:30 CET in U.S. dollar if the user updates the last value, this value might be updated
high
number
The highest real-time value between 9:00 CET and 17:30 CET in U.S. dollar if the user updates the last value, this value might be updated
close
number
The value calculated at 17:30 CET this value is the daily settlement price in U.S. dollar if the user updates the last value, this value will be updated
timestamp
integer
Unix timestamp in milliseconds representing the calculation time.
date
string
Date representing the calculation date
updated_at
string
ISO formatted datetime representing the update of nav
get
https://www.vinterapi.com/api/v3/nav_daily/
Please read the following for detailed information on parameters.