Retrieve Economic Calendar
Returns the economic calendar for the current and next week.
get/api/market/economic-calendar
Response
Successful response with economic calendar data.
Example response
{
"data": [
{
"event": "PCE index",
"forecast": "69.4",
"prev": "69.4",
"reported_period": "December",
"time": "2023-12-22T13:30:00Z",
"type": "fomc"
}
]
}