get_dragon_tiger_stats
Retrieve Dragon-Tiger List statistics with types for stock frequency, institutional trading, and branch rankings. Use period for stock/branch stats and date range for institutional data.
Instructions
获取龙虎榜统计数据,通过 type 区分:stock_stats=个股上榜频次和净买入统计,institution=机构席位买卖统计,branch_rank=营业部排行。注意:institution 需要 startDate/endDate,其他两种使用 period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 统计类型: stock_stats=个股上榜统计, institution=机构买卖统计, branch_rank=营业部排行 | |
| period | No | 统计周期(type=stock_stats 或 branch_rank 时使用),默认 1month | |
| endDate | No | 结束日期 YYYYMMDD(type=institution 时必填) | |
| startDate | No | 开始日期 YYYYMMDD(type=institution 时必填) |