Returns a list of end of day pricing information for all option contracts currently associated with the ticker.
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The equities ticker symbol, corresponding to the underlying security. | |
pageSize | Number | The number of results to return | [optional] [default to 250] |
date | Object | The date to get pricing data for. Defaults to today in Eastern time zone. | [optional] |
type | String | The option contract type. | [optional] |
strike | Number | The strike price of the option contract. This will return options contracts with strike price equal to this price. | [optional] |
strikeGreaterThan | Number | The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional] |
strikeLessThan | Number | The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional] |
includeRelatedSymbols | Boolean | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
prices | [OptionsPriceEod] | The contracts pricing for this security. |