EndpointsGet Macro Indicators

Get Macro Indicators

Serve all latest macroeconomic indicators.

curl -X GET "https://api.example.com/v1/api/v1/macro/indicators?source=example_string&category=example_string&currency=example_string&as_of=example_string" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
"null"
GET
/api/v1/macro/indicators
GET
API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

query
sourcestring

Filter by source (e.g. BOJ, Petrojam)

query
categorystring

Filter by category (e.g. Energy, External)

query
currencystring

Normalize values to target currency (e.g. USD)

query
as_ofstring

v7 Point-in-Time query (YYYY-MM-DD)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Query Parameters

sourcestring

Filter by source (e.g. BOJ, Petrojam)

categorystring

Filter by category (e.g. Energy, External)

currencystring

Normalize values to target currency (e.g. USD)

as_ofstring

v7 Point-in-Time query (YYYY-MM-DD)

Responses

Successful Response