Single Assets Hourly
The single assets hourly endpoint returns values for a specific single asset index that is calculated on an hourly basis.
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 timestmp field. The endpoint only returns a maximum of 2000 records Example URL
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 symbol. |
value | number | The index value |
timestamp | integer | Unix timestamp in milliseconds representing the calculation time. |
date | string | Date representing the calculation date |
hour | integer | A integer of the Hour representing the calculation hour |
get
https://www.vinterapi.com/api/v3/single_assets_hourly/
Please read the following for detailed information on parameters.
Last modified 3mo ago