fund_etf_hist_min_em
Fetches ETF minute-level historical prices from East Money for specified date ranges, with selectable periods (1-60 min) and adjustment methods for precise intraday analysis.
Instructions
东方财富-ETF 行情 https://quote.eastmoney.com/sz159707.html :param symbol: ETF 代码 :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 | 159707 | |
| end_date | No | 2222-01-01 09:32:00 | |
| start_date | No | 1979-09-01 09:32:00 |