stock_zh_b_daily
Get historical daily B-share stock data from Sina Finance with configurable start/end dates and adjust options (qfq, hfq, factors) for analysis.
Instructions
新浪财经-B 股-个股的历史行情数据, 大量抓取容易封 IP https://finance.sina.com.cn/realstock/company/sh900901/nc.shtml :param start_date: 20201103; 开始日期 :type start_date: str :param end_date: 20201103; 结束日期 :type end_date: str :param symbol: sh600000 :type symbol: str :param adjust: 默认为空: 返回不复权的数据; qfq: 返回前复权后的数据; hfq: 返回后复权后的数据; hfq-factor: 返回后复权因子; qfq-factor: 返回前复权因子 :type adjust: str :return: specific data :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| symbol | No | sh900901 | |
| end_date | No | 21000118 | |
| start_date | No | 19900101 |