stock_zh_a_minute
Retrieve historical minute data for Chinese stocks and indices. Choose periods from 1 to 60 minutes and apply forward or backward price adjustment.
Instructions
股票及股票指数历史行情数据-分钟数据 https://finance.sina.com.cn/realstock/company/sh600519/nc.shtml :param symbol: sh000300 :type symbol: str :param period: 1, 5, 15, 30, 60 分钟的数据 :type period: str :param adjust: 默认为空: 返回不复权的数据; qfq: 返回前复权后的数据; hfq: 返回后复权后的数据; :type adjust: str :return: specific data :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | 1 | |
| symbol | No | sh600519 |