stock_hk_hist
Retrieve historical daily, weekly, or monthly quotes for Hong Kong stocks, with support for price adjustment factors (qfq, hfq, or none).
Instructions
东方财富网-行情-港股-每日行情 https://quote.eastmoney.com/hk/08367.html :param symbol: 港股-每日行情 :type symbol: str :param period: choice of {'daily', 'weekly', 'monthly'} :type period: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param adjust: choice of {"qfq": "1", "hfq": "2", "": "不复权"} :type adjust: str :return: 每日行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | daily | |
| symbol | No | 00593 | |
| end_date | No | 22220101 | |
| start_date | No | 19700101 |