
QOG Option Query Bot will provide query service for you. Send "help" to the bot will show you this guidance.
Query Usage: The query command supports 4 customized filter parameters: [STOCK TICKER] [DATE] [PREMIUM] [SORT]. Default parameters will be applied if not set.
[STOCK TICKER]: Choose the stock tickers that you’re interested.
- not set (all tickers)
- AAPL (single ticker format)
- AAPL,TSLA (multiple tickers concat by comma)
[DATE]: Support last 30 days real time option push data.
- not set (today if it's weekday, this week if it's weekend, EST time zone)
- today (today, EST time zone)
- yesterday (yesterday, EST time zone)
- lastXdays (last X days, EST time zone)
- Xdaysago (X days ago, EST time zone)
- thisweek (this week, EST timezone)
- monday,tuesday,wednesday,thursday,friday (last specific day, EST time zone)
- 20210101 (single last 30 days date, EST time zone)
- 20210101,20210102 (date range in last 30 days, EST time zone)
[PREMIUM]: Support filter on specific trade premium.
- not set(no constraint on trade premium)
- 100000(query trades with more than $100000)
- 100K(K is killo, query trades with more than $100000)
- 1M(M is million,query trades with more than $1000000)
[SORT]: Sort queried results by
- not set (by time, latest to oldest)
- bypremium (premium descending)
- bytime (latest to oldest)
Example query:
- TSLA,AAPL last7days 100k Will return amount more than 100k within last 7 days for TSLA and AAPL
- AAPL will return today's data for AAPL
- FB 1M bypremium return today's FB data with more than 1M, sorted by premium descending

Statistics interpretation:
Column is sliced by expiration days. For example, X-Short means order expiring in 0-3 days.
Row is sliced by bid / ask side.
For each cell:
-First row is number of orders and the total contract size. For example, 7 / 14.7K means 7 orders and total contract size is 14.7K.
-Second row is total premium. For example, $2.31M means sum of premium is $2.31M.

QOG Option Query 机器人将为您提供查询服务。向机器人发送“help”可以查看此份帮助。
查询用法: 查询命令支持四种自定义筛选参数: [股票代码] [日期] [价格] [排序方式], 所有参数不设置时则为默认参数.
[股票代码]: 选择您感兴趣的股票代码
- 不设置 (查询所有股票代码)
- AAPL (单个股票代码格式)
- AAPL,TSLA (多个股票代码格式用英文逗号相连)
[日期]: 支持最近30天数据实时查询
- 不设置 (如今日是周中则为今日,如今日是周末则为本周,美国东部时间);
- today (今日,美国东部时间)
- yesterday (昨日,美国东部时间)
- lastXdays (最近X天,美国东部时间)
- Xdaysago (X天之前,美国东部时间)
- thisweek (本周所有交易日,美国东部时间)
- monday,tuesday,wednesday,thursday,friday (上一个周一,周二,周三,周四,周五,美国东部时间)
- 20210101 (单个最近30天内的日期,美国东部时间)
- 20210101,20210102 (最近30天内的日期区间,美国东部时间)
[价格]: 支持过滤指定金额以上的期权大单
- 不设置(对价格没有限制)
- 100000(查询所有大于$100000的期权大单)
- 100K(K代表1000,查询所有大于$100000的期权大单)
- 1M(M代表1000000,查询所有大于$1000000的期权大单)
[排序方式]: 指定返回订单如何排序
- 不设置 (时间排序,将按照时间从现在到过去进行排序)
- bypremium (将按照订单价格从高到低进行排序)
- bytime (将按照时间从现在到过去进行排序)
例子:
- TSLA,AAPL last7days 100k 将返回在最近一周价格大于100k的TSLA和AAPL期权大单.
- AAPL 将返回今天AAPL的期权大单.
- FB 1M bypremium 将返回今天FB超过$1M的大单,按照金额排序

统计解读:
列按到期天数切分。例如,超短期表示订单在 0-3 天内到期。
行按买 / 卖方向切分。
对于每个单元格:
-第一行是订单数量和总合约数量。例如,5 / 4.87K 表示 5 个订单,总合约数量为 4.87K 张。
-第二行是总权利金。例如 $525K 表示总权利金为 525K美元。