Option Prices Realtime Snapshot

Option Prices Realtime Snapshot Python API Documentation

Returns all options snapshots for the queried interval with links to download.

API Class:
OptionsApi
Instance Method:
get_options_snapshots()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
source = ''
at_datetime = ''
with_greeks = ''
stock_price_source = ''
with_underlying_price = ''
response = intrinio.OptionsApi().get_options_snapshots(source=source, at_datetime=at_datetime, with_greeks=with_greeks, stock_price_source
  =stock_price_source, with_underlying_price=with_underlying_price)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourcestrRealtime or 15-minute delayed contracts.[optional]  
at_datetimedatetimeThe UTC date and time (with url-encoded spaces) the snapshot will cover.[optional]  
with_greeksboolWhether to include Greek calculations fields when available.[optional]  
stock_price_sourcestrSource for underlying price for calculating Greeks.[optional]  
with_underlying_priceboolWhether to include the underlying price of the security in the file.[optional]  


Return Type

object
OptionSnapshotsResult

Properties

NameTypeDescription
snapshotslist[OptionSnapshotGroup]List of all the snapshot groups comprising the queried result.  
object
OptionSnapshotGroup

Properties

NameTypeDescription
timedatetimeThe UTC timestamp of this snapshot group.  
fileslist[object]List of all the snapshot parts of this group.