Returns all options snapshots for the queried interval with links to download.
| Name | Description | Example |
|---|---|---|
|
source
|
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
show more
show less
|
realtime |
|
at_datetime
|
The UTC date and time (with url-encoded spaces) the snapshot will cover. | 2022-01-01T03:00:00.000-07:00 |
|
with_greeks
|
Whether to include Greek calculations fields when available. | false |
|
stock_price_source
|
Source for underlying price for calculating Greeks.
Options:
iex
nasdaq_basic
nasdaq_basic_last_sale
show more
show less
|
iex |
|
with_underlying_price
|
Whether to include the underlying price of the security in the file. | false |
|
source
* required
Realtime or 15-minute delayed contracts.
|
||
|
at_datetime
* required
The UTC date and time (with url-encoded spaces) the snapshot will cover.
|
||
|
with_greeks
* required
Whether to include Greek calculations fields when available.
|
||
|
stock_price_source
* required
Source for underlying price for calculating Greeks.
|
||
|
with_underlying_price
* required
Whether to include the underlying price of the security in the file.
|
| Name | Description | Type |
|---|---|---|
| snapshots | List of all the snapshot groups comprising the queried result. | array |
|
time
|
The UTC timestamp of this snapshot group. | string |
|
files
|
List of all the snapshot parts of this group. | array |
|
url
|
The link where the file can be accessed. Links expire after 24 hours. | string |
|
part
|
The part number within a snapshot group. | number |
|
size
|
The size of the file in bytes. | number |
|
snapshots
List of all the snapshot groups comprising the queried result.
|