get_hist_data
Fetch historical stock market data for A, B, and H shares. Specify symbol, interval, date range, adjustment, source, and add technical indicators like SMA, RSI, MACD.
Instructions
Get historical stock market data. 'eastmoney_direct' support all A,B,H shares
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| interval | No | Time interval | day |
| interval_multiplier | No | Interval multiplier | |
| start_date | No | Start date in YYYY-MM-DD format | 1970-01-01 |
| end_date | No | End date in YYYY-MM-DD format | 2030-12-31 |
| adjust | No | Adjustment type | none |
| source | No | Data source | eastmoney |
| indicators_list | No | Technical indicators to add | |
| recent_n | No | Number of most recent records to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |