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 | DateTime? | The start date to retrieve prices for | [optional] |
endDate | DateTime? | 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. |