Name | Type | Description | Notes |
---|---|---|---|
identifier | str | The index symbol | |
page_size | int | The number of results to return | [optional] [default to 100] |
start_date | date | Limit prices to those on or after this date | [optional] |
end_date | date | Limit prices to those on or before this date | [optional] |
Name | Type | Description |
---|---|---|
prices | list[EodIndexPriceSummary] | |
index | ApiResponseIndex | The index |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |