Get Today Concepts
指数和行业
Today Concepts
Get today’s concept feeds with trending data and event counts. Returns concepts from 9:00 AM today until now, including generation counts, earliest/latest timestamps, and event frequencies
GET
Get Today Concepts
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
获取今日概念动态
URL:/v1/concepts/today方法:
GET描述: 获取今日概念动态列表,包含概念的生成次数和相关股票。
请求参数
无需请求参数。响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| concept_id | string | 概念唯一标识 |
| concept_code | string | 概念代码 |
| concept_name | string | 概念名称 |
| gen_count | integer | 今日生成次数 |
| stocks | array | 相关股票列表 |
| market | string | 股票市场 |
| code | string | 股票代码 |
| name | string | 股票名称 |
请求示例
cURL响应示例
注意事项
- gen_count:表示该概念今日被生成/提及的次数,数值越高说明该概念今日热度越高
- stocks:返回与该概念最相关的股票列表
- 排序:结果按 gen_count 降序排列,热度最高的概念排在前面
Authorizations
Enter your Bearer token
Response
Successful Response
