stock_board_concept_hist_em
Get historical market data for A-share concept boards by board name, period, and date range, with optional price adjustment for investment analysis.
Instructions
东方财富网-沪深板块-概念板块-历史行情 https://quote.eastmoney.com/bk/90.BK0715.html :param symbol: 板块名称 :type symbol: str :type period: 周期; choice of {"daily", "weekly", "monthly"} :param period: 板块名称 :param start_date: 开始时间 :type start_date: str :param end_date: 结束时间 :type end_date: str :param adjust: choice of {'': 不复权, "qfq": 前复权, "hfq": 后复权} :type adjust: str :return: 历史行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | daily | |
| symbol | No | 绿色电力 | |
| end_date | No | 20221128 | |
| start_date | No | 20220101 |