Returns a list of all securities that have options listed and are tradable on a US market exchange. Useful to retrieve the entire universe.
Name | Description | Example |
---|---|---|
symbol
* required
|
The option symbol, corresponding to the underlying security. | AAPL |
type
|
The option contract type.
Options:
call
put
show more
show less
|
put |
strike
|
The strike price of the option contract. This will return options contracts with strike price equal to this price. | 170 |
strike_greater_than
|
The strike price of the option contract. This will return options contracts with strike prices greater than this price. | 150 |
strike_less_than
|
The strike price of the option contract. This will return options contracts with strike prices less than this price. | 190 |
expiration
|
The expiration date of the option contract. This will return options contracts with expiration dates on this date. | 2022-04-16 |
expiration_after
|
The expiration date of the option contract. This will return options contracts with expiration dates after this date. | 2022-01-01 |
expiration_before
|
The expiration date of the option contract. This will return options contracts with expiration dates before this date. | 2023-12-31 |
source
|
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
show more
show less
|
realtime |
include_related_symbols
|
Include related symbols that end in a 1 or 2 because of a corporate action. | false |
symbol
* required
The option symbol, corresponding to the underlying security.
|
||
type
* required
The option contract type.
|
||
strike
* required
The strike price of the option contract. This will return options contracts with strike price equal to this price.
|
||
strike_greater_than
* required
The strike price of the option contract. This will return options contracts with strike prices greater than this price.
|
||
strike_less_than
* required
The strike price of the option contract. This will return options contracts with strike prices less than this price.
|
||
expiration
* required
The expiration date of the option contract. This will return options contracts with expiration dates on this date.
|
||
expiration_after
* required
The expiration date of the option contract. This will return options contracts with expiration dates after this date.
|
||
expiration_before
* required
The expiration date of the option contract. This will return options contracts with expiration dates before this date.
|
||
source
* required
Realtime or 15-minute delayed contracts.
|
||
include_related_symbols
* required
Include related symbols that end in a 1 or 2 because of a corporate action.
|
Name | Description | Type |
---|---|---|
options | A list of options contracts with the given symbol | array |
code
|
The Intrinio Code for the Option. | string |
ticker
|
The ticker symbol of the Security for the Option. | string |
expiration
|
The date on which the Option expires. The Option becomes invalid after this date and cannot be exercised. | date |
strike
|
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. | number |
type
|
The type of Option (put or call). | select |
options
A list of options contracts with the given symbol
|