get_hist_data
Retrieve historical stock market data for A, B, or H shares, with customizable intervals, date ranges, adjustments, and technical indicators.
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 |
end_date | No | End date in YYYY-MM-DD format | 2030-12-31 |
indicators_list | No | Technical indicators to add | |
interval | No | Time interval | day |
interval_multiplier | No | Interval multiplier | |
recent_n | No | Number of most recent records to return | |
source | No | Data source | eastmoney |
start_date | No | Start date in YYYY-MM-DD format | 1970-01-01 |
symbol | Yes | Stock symbol/ticker (e.g. '000001') |