get_real_time_data
Fetch real-time stock data for a given symbol. Returns price, change, and volume in a Markdown table.
Instructions
获取指定股票的实时股票数据,包括价格、涨跌幅、成交量等信息。
Args: symbol: 股票代码,数字后带上交易所代码,格式如688041.SH
Returns: 格式化的实时股票数据,以Markdown表格形式展示
Examples: - get_real_time_data("688041.SH")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |