get_stock_billboard_data
Fetch historical billboard (龙虎榜) records for a stock by code. Returns a Markdown table with configurable page size.
Instructions
获取龙虎榜上榜历史数据(历次上榜)
Args: stock_code: 股票代码,数字后带上交易所代码,格式如688041.SH page_size: 返回数据条数,默认为10条
Returns: 格式化的龙虎榜上榜历史数据,以Markdown表格形式展示
Examples: - get_historical_billboard_data("688041.SH") - get_historical_billboard_data("688041.SH", 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |