stock_zh_a_hist_tx
Retrieve historical daily trading data for stocks and indices from Tencent Securities, with adjustable price correction and user-defined date ranges.
Instructions
腾讯证券-日频-股票历史数据 https://gu.qq.com/sh000919/zs :param symbol: 带市场标识的股票或者指数代码 :type symbol: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param adjust: choice of {"qfq": "前复权", "hfq": "后复权", "": "不复权"} :type adjust: str :param timeout: choice of None or a positive float number :type timeout: float :return: 历史行情数据, 其中 volume 统一为股, amount 统一为元 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| symbol | No | sz000001 | |
| timeout | No | ||
| end_date | No | 20500101 | |
| start_date | No | 19000101 |