Name | Type | Description | Notes |
---|---|---|---|
pageSize | Integer | The number of results to return | [optional] [default to 100] |
startDate | LocalDate | Limit prices to those on or after this date | [optional] |
endDate | LocalDate | Limit prices to those on or before this date | [optional] |
Name | Type | Description |
---|---|---|
prices | List<EodIndexPrice> | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
index | ApiResponseIndex | The index |
close | BigDecimal | The close price |
open | BigDecimal | The open price |
high | BigDecimal | The high price |
low | BigDecimal | The low price |
volume | Integer | The volume |
date | LocalDate | The date of the pricing data. |