Skip to main content
GET
/
v1
/
macro
/
releases
Danh sách số liệu kinh tế vĩ mô
curl --request GET \
  --url https://api-gw.verolabs.co/v1/macro/releases \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "series": "<string>",
      "date": "2023-11-07T05:31:56Z",
      "value": 123
    }
  ]
}

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 macroeconomic time series by one or more series codes.

Macro context

Use for dashboards, research and market context.

Series-based

Request the macro series your application needs.

Common use cases

  • Display macro charts.
  • Overlay macro data with market data.
  • Feed analytics or research notebooks.

Key parameters

  • series: comma-separated macro series codes.
  • from and to: ISO 8601 UTC timestamps.
  • limit: maximum number of observations returned.

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

series
string
required
Example:

"DGS10,DGS2"

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[]