Skip to main content
GET
/
v1
/
calendar
Danh sách sự kiện lịch kinh tế
curl --request GET \
  --url https://api-gw.verolabs.co/v1/calendar \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "country": "<string>",
      "event": "<string>",
      "event_time": "2023-11-07T05:31:56Z",
      "impact": "<string>",
      "actual": 123,
      "estimate": 123,
      "prev": 123,
      "unit": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Fetch economic calendar events by country, impact and time range.

Event calendar

Use for upcoming and historical economic events.

Impact filter

Filter events by impact level when available.

Common use cases

  • Show economic calendar widgets.
  • Highlight high-impact events.
  • Filter events by country and date.

Key parameters

  • country: optional country filter.
  • impact: optional impact filter.
  • from and to: ISO 8601 UTC timestamps.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Query Parameters

country
string
Example:

"US"

impact
enum<string>
Available options:
low,
medium,
high
Example:

"high"

from
string<date-time>
required

ISO 8601 UTC; phải kết thúc bằng "Z".

Example:

"2026-05-15T00:00:00Z"

to
string<date-time>
required

ISO 8601 UTC; phải kết thúc bằng "Z" và nằm sau from.

Example:

"2026-05-15T01:00:00Z"

limit
integer
default:1000
Required range: 1 <= x <= 10000
Example:

100

Response

OK

data
object[]