Returns the master list of option contracts for a given ticker.
| Name | Description | Example |
|---|---|---|
|
ticker
* required
|
The option ticker symbol, corresponding to the underlying security. | AAPL |
|
expiration
|
The contract expiration date. | 2018-04-03 |
|
type
|
The contract type.
Options:
put
call
show more
show less
|
put |
|
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | 4 |
|
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
|
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.
|
||
|
type
* required
The contract type.
|
||
|
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
|
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
|
hide_paging
* required
Hide first row of paging information.
|
| Name | Description | Type |
|---|---|---|
| identifier | the contract identifier, used for Data Point and Historical Data endpoints | string |
| ticker | the option ticker symbol, corresponding to the underlying security | string |
| expiration | the contract expiration date, in format YYYY-MM-DD | date |
| strike | the contract strike price | number |
| type | the contract type, either put or call | string |
|
identifier
the contract identifier, used for Data Point and Historical Data endpoints
|
||
|
ticker
the option ticker symbol, corresponding to the underlying security
|
||
|
expiration
the contract expiration date, in format YYYY-MM-DD
|
||
|
strike
the contract strike price
|
||
|
type
the contract type, either put or call
|