Returns a list of latest price data for up to 250 option contracts per request.
Name | Description | Example |
---|---|---|
body
* required
|
The contract symbols for which to return options prices for.
Request Body:
|
|
source
|
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
show more
show less
|
realtime |
stock_price_source
|
Source for underlying price for calculating Greeks.
Options:
iex
bats_delayed
intrinio_mx
delayed_sip
utp_delayed
otc_delayed
cta_a_delayed
cta_b_delayed
nasdaq_basic
show more
show less
|
iex |
model
|
Model for calculating Greek values. Default is black_scholes.
Options:
black_scholes
bjerk
show more
show less
|
black_scholes |
body
* required
The contract symbols for which to return options prices for.
|
||
source
* required
Realtime or 15-minute delayed contracts.
|
||
stock_price_source
* required
Source for underlying price for calculating Greeks.
|
||
model
* required
Model for calculating Greek values. Default is black_scholes.
|
Name | Description | Type |
---|---|---|
contracts | array | |
option
|
object | |
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 |
price
|
object | |
last
|
The price of the last trade | number |
last_size
|
The size of the last trade | integer |
last_timestamp
|
The time of the last trade | string |
volume
|
The cumulative volume of this options contract that traded that day. | integer |
ask
|
The price of the top ask order | number |
ask_size
|
The size of the top ask order | integer |
ask_timestamp
|
The timestamp of the top ask order | string |
bid
|
The price of the top bid order | number |
bid_size
|
The size of the top bid order | integer |
bid_timestamp
|
The time of the top bid order | string |
open_interest
|
The total number of this options contract that are still open. | integer |
exercise_style
|
The exercise style of the option. ("A" = "American", "E" = "European") | select |
contracts
|