Ranking Endpoints
榜单排名 / Ranking Data
Hot stocks, popular stocks, and risk scan endpoints.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/ranking/hot-stock | THS hot stocks |
| GET | /v1/ranking/pop-stock | East Money popular stocks |
| GET | /v1/ranking/hot-concept | Hot concepts |
| GET | /v1/ranking/risk-scan | Risk scan scores |
1. 同花顺热股榜 / THS Hot Stocks
| Method | Endpoint |
|---|---|
| GET | /v1/ranking/hot-stock |
获取同花顺热门股票排行榜 TOP100。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
limit | int | - | 返回条数 (默认 100) |
GET
/v1/ranking/hot-stock2. 东财人气榜 / Popular Stocks
| Method | Endpoint |
|---|---|
| GET | /v1/ranking/pop-stock |
获取东方财富人气股票排行榜 TOP100。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
limit | int | - | 返回条数 (默认 100) |
GET
/v1/ranking/pop-stock3. 热门概念 / Hot Concepts
| Method | Endpoint |
|---|---|
| GET | /v1/ranking/hot-concept |
获取同花顺热门概念排行榜 TOP20。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
limit | int | - | 返回条数 (默认 20) |
GET
/v1/ranking/hot-concept4. 排雷风险 / Risk Scan
| Method | Endpoint |
|---|---|
| GET | /v1/ranking/risk-scan |
获取股票排雷风险扫描数据。
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
stock_code | string | - | 股票代码 (可选) |
limit | int | - | 返回条数 (默认 100) |
GET
/v1/ranking/risk-scan