stock_board_industry_hist_em
Fetches historical industry board quotes from East Money for a given symbol, date range, period, and adjustment. Returns structured historical data for analysis.
Instructions
东方财富网-沪深板块-行业板块-历史行情 https://quote.eastmoney.com/bk/90.BK1027.html :param symbol: 板块名称 :type symbol: str :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :param period: 周期; choice of {"日k", "周k", "月k"} :type period: str :param adjust: choice of {'': 不复权, "qfq": 前复权, "hfq": 后复权} :type adjust: str :return: 历史行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | 日k | |
| symbol | No | 小金属 | |
| end_date | No | 20220401 | |
| start_date | No | 20211201 |