get_intraday_changes
Fetch intraday order flow anomalies and unusual trading events for a stock. Returns data as a markdown table. Requires stock code with exchange suffix (e.g., 300750.SZ).
Instructions
获取指定股票的分时图盘口异动数据,包括重要交易事件和异常波动信息。
Args: stock_code: 股票代码,要在数字后加上交易所代码,格式如300750.SZ
Returns: 分时图盘口异动数据的Markdown表格
Examples: - get_intraday_changes("300750.SZ")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |