Stock Earnings Calendar
日历数据
Earnings Calendar
Query stock earnings calendar by date range and market area (cn/hk/us). Returns fiscal year, quarter, and filing dates for earnings reports
POST
Stock Earnings Calendar
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/stock/earnings-calendar方法:
POST描述: 根据市场区域和日期范围查询股票财报发布日历。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| market | string | 是 | 股票市场:cn(中国)、hk(香港)、us(美国) |
| symbol | string | 否 | 股票代码(可选,用于查询特定股票) |
| start_date | string | 是 | 开始日期(格式:YYYY-MM-DD) |
| end_date | string | 是 | 结束日期(格式:YYYY-MM-DD) |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| status | integer | HTTP 状态码 |
| code | integer | 业务状态码 |
| message | string | 响应消息 |
| data | object | 响应数据 |
data 对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | array | 财报发布项目列表 |
财报项目对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| symbol | string | 股票代码 |
| name | string | 公司名称 |
| fillingDate | string | 财报发布日期(ISO 8601) |
示例代码
cURL 示例
Python 示例
Python 示例(查询特定股票)
响应示例
成功响应(有数据)
成功响应(无数据)
注意事项
- market 参数值:
cn- 中国 A 股市场hk- 香港股票市场us- 美国股票市场
- 日期格式:
start_date和end_date必须使用YYYY-MM-DD格式 - 日期范围:建议查询范围不超过 3 个月,以获得最佳性能
- symbol 参数:可选参数,不提供时返回该时间段内所有股票的财报日历
- 时间格式:
fillingDate使用 ISO 8601 格式,包含时区信息 - 排序:结果按
fillingDate升序排列 - 空响应:如果
data.items为空数组,说明指定股票代码在指定日期范围内没有财报发布
Authorizations
Enter your Bearer token
Body
application/json
Input schema for StockEarningsCalendarTool
