stock_intraday_em
Fetch intraday time-series data for a given stock symbol from East Money. Returns a pandas DataFrame with minute-level price and volume information for analysis.
Instructions
东方财富-分时数据 https://quote.eastmoney.com/f1.html?newcode=0.000001 :param symbol: 股票代码 :type symbol: str :return: 分时数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 000001 |