Skip to content
Market Data

Retrieve Option Activity Statistics by Underlying

Page through the list of underlying stock statistics involved in option activities by large-order or volume activity type (includes last price, change %, activity count); used for the underlying summary on the options activity page.

GEThttps://api.lbkrs.com/v1/opchange/underlying/statistic

Parameters

change_typeintegerqueryRequired

Abnormal movement type:

  • 1 - Large-order movement
  • 2 - Volume anomaly

12

datestringqueryOptional

Date in format YYYY.MM.DD; if omitted defaults to the most recent trading day

pageintegerqueryOptional

Page number, zero-based (starts at 0); default 0

sizeintegerqueryRequired

Page size (items per page)

Responses

HTTP 200The request succeeded. The response body contains the result of the “Retrieve option activity statistics by underlying” operation.
Standard response envelopecodemessagedata
dataobjectdata structure
listsarray<object>

Underlying-level statistics list

Child attributes
underlying_counter_idstring

Underlying stock counter_id

underlying_namestring

Underlying stock name

codestring

Underlying stock code

last_donestring

Last price

chgstring

Change (%)

countinteger

Activity count

datestring

Date, format YYYY.MM.DD

HTTP 400The service rejected the request because a business rule or input validation failed. Review the business codes and correct the request before retrying.
codeintegerrequired

Business status code, 0 indicates success

messagestringrequired

Human-readable result or error message.

Whale Docs