Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | The index symbol | |
page_size | Integer | 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 of EodIndexPriceSummary | |
prices_data_frame | Data Frame | Data frame representation of prices |
index | ApiResponseIndex | The index |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |