get
https://open-api-v4.coinglass.com/api/calendar/economic-data
該接口提供經濟數據
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": "Seasonally adjusted industrial output (MoM)(May)",
"country_code": "SK",
"country_name": "Korea",
"data_effect": "Minor Impact",
"forecast_value": "-0.1%",
"revised_previous_value": "",
"previous_value": "-0.9%",
"publish_timestamp": 1751238000000,
"published_value": "-2.9%",
"importance_level": 1,// 1,2,3
"has_exact_publish_time": 1 //1代表有具體公佈時間, 2代表沒有具體公佈時間
},
{
"calendar_name": "Industrial Output(YoY)(May)",
"country_code": "SK",
"country_name": "Korea",
"data_effect": "Minor Impact",
"forecast_value": "2.6%",
"revised_previous_value": "",
"previous_value": "4.9%",
"publish_timestamp": 1751238000000,
"published_value": "0.2%",
"importance_level": 1, //1,2,3
"has_exact_publish_time": 1
},
} 200