stock_zh_ah_daily
Retrieve historical daily trading data for AH stocks from Tencent Finance, covering a specified year range with optional price adjustment for forward or backward returns.
Instructions
腾讯财经-港股-AH-股票历史行情 https://gu.qq.com/hk01033/gp :param symbol: 股票代码 :type symbol: str :param start_year: 开始年份; e.g., “2000” :type start_year: str :param end_year: 结束年份; e.g., “2019” :type end_year: str :param adjust: 'qfq': 前复权, 'hfq': 后复权 :type adjust: str :return: 指定股票在指定年份的日频率历史行情数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| symbol | No | 02318 | |
| end_year | No | 2019 | |
| start_year | No | 2000 |