Name | Type | Description | Notes |
---|---|---|---|
pageSize | Number | The number of results to return | [optional] [default to 100] |
startDate | Date | Limit prices to those on or after this date | [optional] |
endDate | Date | Limit prices to those on or before this date | [optional] |
Name | Type | Description |
---|---|---|
prices | [EodIndexPrice] | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |