stock_zh_a_hist_min_em
Fetch historical minute-level A-share trading data from East Money, with configurable time interval (1, 5, 15, 30, or 60 minutes) and price adjustment (none, qfq, hfq).
Instructions
东方财富网-行情首页-沪深京 A 股-每日分时行情 https://quote.eastmoney.com/concept/sh603777.html?from=classic :param symbol: 股票代码 :type symbol: str :param start_date: 开始日期 :type start_date: str :param end_date: 结束日期 :type end_date: str :param period: choice of {'1', '5', '15', '30', '60'} :type period: str :param adjust: choice of {'', 'qfq', 'hfq'} :type adjust: str :return: 每日分时行情 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | ||
| period | No | 5 | |
| symbol | No | 000001 | |
| end_date | No | 2222-01-01 09:32:00 | |
| start_date | No | 1979-09-01 09:32:00 |