Skip to main content
GET
/
api
/
economic
/
v1
/
get-economic-calendar
GetEconomicCalendar
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-economic-calendar
{
  "events": [
    {
      "event": "<string>",
      "country": "<string>",
      "date": "<string>",
      "impact": "<string>",
      "actual": "<string>",
      "estimate": "<string>",
      "previous": "<string>",
      "unit": "<string>"
    }
  ],
  "fromDate": "<string>",
  "toDate": "<string>",
  "total": 123,
  "unavailable": true
}

Query Parameters

fromDate
string
toDate
string

Response

Successful response

events
object[]
fromDate
string
toDate
string
total
integer<int32>
unavailable
boolean