Returns a list of end of day pricing information for all option contracts currently associated with the ticker.
Name | Type | Description | Notes |
---|---|---|---|
symbol | Character | The equities ticker symbol, corresponding to the underlying security. | |
page_size | Integer | The number of results to return | [optional] [default to 250] |
date | TODO_OBJECT_MAPPING | The date to get pricing data for. Defaults to today in Eastern time zone. | [optional] |
type | Character | The option contract type. | [optional] |
strike | Numeric | The strike price of the option contract. This will return options contracts with strike price equal to this price. | [optional] |
strike_greater_than | Numeric | The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional] |
strike_less_than | Numeric | The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional] |
include_related_symbols | Logical | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
prices | List of OptionsPriceEod | The contracts pricing for this security. |
prices_data_frame | Data Frame | Data frame representation of prices |