stock_hk_hist_min_em
Fetch historical minute-by-minute OHLCV data for Hong Kong stocks. Provide ticker, interval, adjustment, and date range to get structured data for your analysis.
Instructions
东方财富网-行情-港股-每日分时行情 https://quote.eastmoney.com/hk/00948.html :param symbol: 股票代码 :type symbol: str :param period: choice of {'1', '5', '15', '30', '60'} :type period: str :param adjust: choice of {'', 'qfq', 'hfq'} :type adjust: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :return: 每日分时行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | 1 | |
| symbol | No | 01611 | |
| end_date | No | 2222-01-01 09:32:00 | |
| start_date | No | 1979-09-01 09:32:00 |