get https://open-api-v4.coinglass.com/api/calendar/economic_data
This endpoint provides data for the economic data
Cache / Update Frequency: 10 minutes for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ❌ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"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,
"has_exact_publish_time": 1
},
{
"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,
"has_exact_publish_time": 1
},
}