/theo-and-greeks-calculator-trades
Live
https://api.livevol.com/v1/live/theo-and-greeks-calculator-trades
Delayed
https://api.livevol.com/v1/delayed/theo-and-greeks-calculator-trades
Name | Description | Type | Additional information |
---|---|---|---|
trade_price |
Trade price, may be omitted if seq_number specified |
decimal number |
Default value is: 0 Range: inclusive between 0 and 1.79769313486232E+308 |
trade_size |
Trade size, may be omitted if seq_number specified |
integer |
Default value is: 0 Range: inclusive between 0 and 2147483647 |
seq_number |
Exchange sequence number of trade. Can be used instead of trade_price/trade_size. |
integer |
Default value is: 0 Range: inclusive between 0 and 2147483647 |
expiry |
Expiration date |
string |
Required Date in yyyy-MM-dd format. (i.e. 2019-01-18) |
time_stamp |
Timestamp (Eastern Standard Time) |
string |
Required DateTime in yyyy-MM-dd HH:mm:ss.fff format. (i.e. 2021-02-11 11:44:38.198) |
root |
Option root |
string |
Required |
strike |
Option strike |
decimal number |
Required Range: inclusive between 0.01 and 1.79769313486232E+308 |
option_type |
Option type |
string |
Required Allowed values are [ C, P ] |
[ { "trade_price": 8.9, "trade_size": 18, "seq_number": 282836659, "expiry": "2019-01-18", "time_stamp": "2019-01-18 11:45:23.467", "root": "AMZN", "strike": 1702.5, "option_type": "C" }, { "trade_price": 23.35, "trade_size": 2, "seq_number": 292133, "expiry": "2019-03-15", "time_stamp": "2019-01-18 09:30:00.670", "root": "AAPL", "strike": 180.0, "option_type": "P" } ]
<ArrayOfinput_option_trade xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <input_option_trade> <option_type>C</option_type> <root>AMZN</root> <strike>1702.5</strike> <time_stamp>2019-01-18 11:45:23.467</time_stamp> <seq_number>282836659</seq_number> <trade_price>8.9</trade_price> <trade_size>18</trade_size> </input_option_trade> <input_option_trade> <option_type>P</option_type> <root>AAPL</root> <strike>180</strike> <time_stamp>2019-01-18 09:30:00.670</time_stamp> <seq_number>292133</seq_number> <trade_price>23.35</trade_price> <trade_size>2</trade_size> </input_option_trade> </ArrayOfinput_option_trade>
Collection of TheoCalculatorResultOfTheoCalculatorTradeInputsAndTheoGreekResult
Name | Description | Type | Additional information |
---|---|---|---|
inputs |
Inputs used for calculations |
TheoCalculatorTradeInputs |
None. |
results |
Calculation results |
TheoGreekResult |
None. |
details |
Calculation details |
Collection of string |
None. |