stock_lhb_stock_detail_em
Retrieve detailed Dragon-Tiger list records for a given stock, date, and buy/sell flag from Eastmoney, returning the full trading breakdown for that stock.
Instructions
东方财富网-数据中心-龙虎榜单-个股龙虎榜详情 https://data.eastmoney.com/stock/lhb/600077.html :param symbol: 股票代码 :type symbol: str :param date: 查询日期; 需要通过 ak.stock_lhb_stock_detail_date_em(symbol="600077") 接口获取相应股票的有龙虎榜详情数据的日期 :type date: str :param flag: choice of {"买入", "卖出"} :type flag: str :return: 个股龙虎榜详情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20220315 | |
| flag | No | 卖出 | |
| symbol | No | 000788 |