get_hot_rank
Retrieve hot stock rankings across CN, HK, and US markets. Use market, rank type, and count parameters to get trending stocks.
Instructions
Get hot stock ranking (热度榜).
Use to find trending stocks. get_hot_rank(market="CN", count=10)
Args: market: CN/HK/US (default CN) rank_type: hot/search (default hot) count: Number of stocks (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| market | No | CN | |
| rank_type | No | hot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |