Returns the chain for the given option contract(s).
Name | Description | Example |
---|---|---|
ticker
* required
|
The option ticker symbol, corresponding to the underlying security. | AAPL |
expiration
|
The contract expiration date. | 2017-02-17 |
date
|
The date for which to return prices (defaults to latest date available). | 2017-02-17 |
type
|
The contract type, either put or call.
Options:
put
call
show more
show less
|
put |
strike
|
The contract strike price. | 136 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
true |
ticker
* required
The option ticker symbol, corresponding to the underlying security.
|
||
expiration
* required
The contract expiration date.
|
||
date
* required
The date for which to return prices (defaults to latest date available).
|
||
type
* required
The contract type, either put or call.
|
||
strike
* required
The contract strike price.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
date | the price date, in the format YYYY-MM-DD | date |
expiration | the contract expiration date, in the format YYYY-MM-DD | date |
strike | the contract strike price | number |
type | the contract type, either put or call | string |
close | the closing price of the contract | number |
close_bid | the closing bid price of the contract | number |
close_ask | the closing ask price of the contract | number |
volume | cumulative volume of contracts traded that day | number |
volume_bid | cumulative volume of contracts traded on the bid price that day | number |
volume_ask | cumulative volume of contracts traded on the ask price that day | number |
trades | the number of trades executed that day | number |
open_interest | the open interest at the end of the day | number |
open_interest_change | the change in open interest from the previous day | number |
next_day_open_interest | the open interest at the start of the next day | number |
implied_volatility | the implied volatility of the contract | number |
implied_volatility_change | the change in implied volatility that day | number |
delta | the delta of the contract vs the underlying security | number |
date
the price date, in the format YYYY-MM-DD
|
||
expiration
the contract expiration date, in the format YYYY-MM-DD
|
||
strike
the contract strike price
|
||
type
the contract type, either put or call
|
||
close
the closing price of the contract
|
||
close_bid
the closing bid price of the contract
|
||
close_ask
the closing ask price of the contract
|
||
volume
cumulative volume of contracts traded that day
|
||
volume_bid
cumulative volume of contracts traded on the bid price that day
|
||
volume_ask
cumulative volume of contracts traded on the ask price that day
|
||
trades
the number of trades executed that day
|
||
open_interest
the open interest at the end of the day
|
||
open_interest_change
the change in open interest from the previous day
|
||
next_day_open_interest
the open interest at the start of the next day
|
||
implied_volatility
the implied volatility of the contract
|
||
implied_volatility_change
the change in implied volatility that day
|
||
delta
the delta of the contract vs the underlying security
|