get
https://open-api-v4.coinglass.com/api/calendar/financial-events
此接口提供财经事件的数据
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存 / 更新频率: 每 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
},
} 200