财经事件

此接口提供财经事件的数据

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

缓存 / 更新频率: 每 10 分钟更新一次

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性

响应数据

{
  "code": "0",
  "data": [
    {
      "calendar_name": "美国总统特朗普发表讲话", //描述
      "country_name": "",  //国家code
      "publish_timestamp": 1751394600000,  //公布时间
      "importance_level": 2,// 重要等级 1,2,3
      "has_exact_publish_time": 1 //1代表有具体公布时间, 2代表没有具体公布时间
    },
    {
      "calendar_name": "美国财长贝森特发表讲话",
      "country_code": "USA",
      "country_name": "美国",
      "publish_timestamp": 1751563800000,
      "importance_level": 3, //1,2,3
      "has_exact_publish_time": 1
    },
}
Query Params
integer

开始时间戳(以毫秒为单位)。支持的最大范围为当前时间往前推 15 天。

integer

结束时间戳(以毫秒为单位)。支持的最大范围为当前时间往后推 15 天。

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!