Returns all option prices for a given option contract identifier.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | The Intrinio ID or code of the options contract to request prices for. | |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
startDate | LocalDate | The start date to retrieve prices for | [optional] |
endDate | LocalDate | The end date to retrieve prices for | [optional] |
Name | Type | Description |
---|---|---|
prices | List | A list of options prices with the given symbol |
option | OptionEod | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |