get_billboard_data
Retrieves Chinese stock market billboard data for a given trade date, including stock details, price movements, and capital flow analysis, returned as a formatted table.
Instructions
获取指定交易日的龙虎榜数据,包括股票基本信息、行情数据、资金流向等。
Args: trade_date: 交易日期,格式为 YYYY-MM-DD。 page_size: 返回数据条数,默认为10条。
Returns: 格式化的龙虎榜数据,以Markdown表格形式展示
Examples: - get_billboard_data("2025-11-28") - get_billboard_data("2025-11-28", 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trade_date | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |