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