Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe. Available via a 3rd party, contact sales for a trial.
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The option symbol, corresponding to the underlying security. | |
type | String | The option contract type. | [optional] |
strike | Float | The strike price of the option contract. This will return options contracts with strike price equal to this price. | [optional] |
strike_greater_than | Float | The strike price of the option contract. This will return options contracts with strike prices greater than this price. | [optional] |
strike_less_than | Float | The strike price of the option contract. This will return options contracts with strike prices less than this price. | [optional] |
expiration | String | The expiration date of the option contract. This will return options contracts with expiration dates on this date. | [optional] |
expiration_after | String | The expiration date of the option contract. This will return options contracts with expiration dates after this date. | [optional] |
expiration_before | String | The expiration date of the option contract. This will return options contracts with expiration dates before this date. | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
options | Array | A list of options contracts with the given symbol |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for the Option. |
code | String | The Intrinio Code for the Option. |
ticker | String | The ticker symbol of the Security for the Option. |
expiration | String | The date on which the Option expires. The Option becomes invalid after this date and cannot be exercised. |
strike | Float | The strike price is the fixed price at which a derivative can be exercised, and refers to the price of the derivative's underlying asset. In a call option, the strike price is the price at which the option holder can purchase the underlying security. For a put option, the strike price is the price at which the option holder can sell the underlying security. |
type | String | The type of Option (put or call). A put option is an option contract giving the owner the right, but not the obligation, to sell a specified amount of an underlying asset at a specified price before the option's expiration date. A call option gives the holder the right to buy an underlying asset at a specified price, before the option's expiration date. |