get_technical_indicators
Retrieve technical indicators such as MACD, KDJ, RSI, and BOLL for a specified stock via stock code. Optionally set the number of returned data points.
Instructions
获取指定股票的技术指标数据,包括MACD、KDJ、RSI、BOLL等技术指标和技术分析。
Args: stock_code: 股票代码,要在数字后加上交易所代码,格式如300750.SZ page_size: 返回数据条数,默认为30条
Returns: 技术指标数据的Markdown表格
Examples: - get_technical_indicators("300750.SZ") - get_technical_indicators("300750.SZ", 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |