get_market_performance
Retrieve a stock's performance compared to the overall market and industry sectors. Returns a formatted table for quick analysis.
Instructions
获取股票市场表现数据,包括与大盘和行业板块的涨跌对比
Args: secucode: 股票代码,包含交易所代码,如 300750.SZ
Returns: 格式化的市场表现数据,以Markdown表格形式展示
Examples: - get_market_performance("300750.SZ")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secucode | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |