Name | Description | Example |
---|---|---|
page_size
|
The number of results to return | - |
start_date
|
Limit prices to those on or after this date | 2024-01-01 |
end_date
|
Limit prices to those on or before this date | 2024-01-01 |
page_size
* required
The number of results to return
|
||
start_date
* required
Limit prices to those on or after this date
|
||
end_date
* required
Limit prices to those on or before this date
|
Name | Description | Type |
---|---|---|
prices | array | |
index
|
The index | object |
symbol
|
The index symbol | string |
name
|
The index name | string |
close
|
The close price | number |
open
|
The open price | number |
high
|
The high price | number |
low
|
The low price | number |
volume
|
The volume | integer |
date
|
The date of the pricing data. | date |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
prices
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|