Returns all EOD options contracts and their prices for the given symbol and expiration date.
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The option symbol, corresponding to the underlying security. | |
expiration | String | The expiration date of the options contract | |
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] |
date | Date | The date to retrieve prices for | [optional] |
includeRelatedSymbols | Boolean | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
chain | [OptionChainEod] | A list of realtime options for the provided expiration date their respective option prices. |