/allaccess/market/notifications/underlying-limit-up-limit-down?seqno={seqno}
Live (4 points)
https://api.livevol.com/v1/live/allaccess/market/notifications/underlying-limit-up-limit-down?seqno=1
Delayed (8 points)
https://api.livevol.com/v1/delayed/allaccess/market/notifications/underlying-limit-up-limit-down?seqno=1
Name | Description | Type | Additional information |
---|---|---|---|
seqno | unsigned integer |
Default value is 0 |
Collection of UnderlyingLuld
Name | Description | Type | Additional information | SIP Provider | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
underlying_symbol |
Underlying symbol |
string |
None |
CTA & UTP |
|||||||||||
Status |
LuldStatus |
None |
CTA & UTP |
||||||||||||
LuldStatus Possible enumeration values:
|
|||||||||||||||
limit_up |
Limit up |
decimal number |
None |
CTA & UTP |
|||||||||||
limit_down |
Limit down |
decimal number |
None |
CTA & UTP |
|||||||||||
luld_effective_time |
Luld effective time (Eastern Standard Time) |
string |
None |
CTA & UTP |
|||||||||||
bid |
Bid |
decimal number |
None |
CTA & UTP |
|||||||||||
bid_size |
Bid size |
integer |
None |
CTA & UTP |
|||||||||||
ask |
Ask |
decimal number |
None |
CTA & UTP |
|||||||||||
ask_size |
Ask size |
integer |
None |
CTA & UTP |
|||||||||||
last_trade_size |
Last trade size |
integer |
None |
CTA & UTP |
|||||||||||
last_trade_time |
Last trade time (Eastern Standard Time) |
string |
None |
CTA & UTP |
|||||||||||
last_trade_price |
Last trade price |
decimal number |
None |
CTA & UTP |
|||||||||||
sequence_number |
Sequence number |
integer |
None |
CTA & UTP |
[
{
"underlying_symbol": "CBOE",
"status": "republished",
"limit_up": 118.82,
"limit_down": 107.5,
"luld_effective_time": "2018-03-28 09:30:00",
"bid": 112.47,
"bid_size": 2,
"ask": 112.61,
"ask_size": 6,
"last_trade_size": 100,
"last_trade_time": "2018-03-28 13:42:04",
"last_trade_price": 112.54,
"sequence_number": 21298809887
},
{
"underlying_symbol": "CBOE",
"status": "republished",
"limit_up": 118.82,
"limit_down": 107.5,
"luld_effective_time": "2018-03-28 09:30:00",
"bid": 112.47,
"bid_size": 2,
"ask": 112.61,
"ask_size": 6,
"last_trade_size": 100,
"last_trade_time": "2018-03-28 13:42:04",
"last_trade_price": 112.54,
"sequence_number": 21298809887
}
]
<underlyings_luld xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<underlying_luld>
<sequence_number>21298809887</sequence_number>
<ask>112.61</ask>
<ask_size>6</ask_size>
<bid>112.47</bid>
<bid_size>2</bid_size>
<last_trade_price>112.54</last_trade_price>
<last_trade_size>100</last_trade_size>
<last_trade_time>2018-03-28 13:42:04</last_trade_time>
<limit_down>107.5</limit_down>
<limit_up>118.82</limit_up>
<luld_effective_time>2018-03-28 09:30:00</luld_effective_time>
<status>republished</status>
<underlying_symbol>CBOE</underlying_symbol>
</underlying_luld>
<underlying_luld>
<sequence_number>21298809887</sequence_number>
<ask>112.61</ask>
<ask_size>6</ask_size>
<bid>112.47</bid>
<bid_size>2</bid_size>
<last_trade_price>112.54</last_trade_price>
<last_trade_size>100</last_trade_size>
<last_trade_time>2018-03-28 13:42:04</last_trade_time>
<limit_down>107.5</limit_down>
<limit_up>118.82</limit_up>
<luld_effective_time>2018-03-28 09:30:00</luld_effective_time>
<status>republished</status>
<underlying_symbol>CBOE</underlying_symbol>
</underlying_luld>
</underlyings_luld>