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