option_lhb_em
Retrieve option dragon-tiger list data from Eastmoney for specified symbols, indicators, and trade dates. Get put/call trading volume and open interest for options analysis.
Instructions
东方财富网-数据中心-期货期权-期权龙虎榜单 https://data.eastmoney.com/other/qqlhb.html :param symbol: 期权代码; choice of {"510050", "510300", "159919"} :type symbol: str :param indicator: 需要获取的指标; choice of {"期权交易情况-认沽交易量","期权持仓情况-认沽持仓量", "期权交易情况-认购交易量", "期权持仓情况-认购持仓量"} :type indicator: str :param trade_date: 交易日期 :type trade_date: str :return: 期权龙虎榜单 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 510050 | |
| indicator | No | 期权交易情况-认沽交易量 | |
| trade_date | No | 20220121 |