get_hist_data
Retrieve historical stock data for A, B, and H shares. Supports customizable time intervals, date ranges, adjustments, and technical indicators to analyze past market performance.
Instructions
Get historical stock market data. 'eastmoney_direct' support all A,B,H shares
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | Adjustment type | none |
| source | No | Data source | eastmoney |
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| end_date | No | End date in YYYY-MM-DD format | 2030-12-31 |
| interval | No | Time interval | day |
| recent_n | No | Number of most recent records to return | |
| start_date | No | Start date in YYYY-MM-DD format | 1970-01-01 |
| indicators_list | No | Technical indicators to add | |
| interval_multiplier | No | Interval multiplier |