Calendar List

This API provides snapshot and real-time updates for calendar details.

Upon successful subscription, a snapshot of all calendars is sent. The last message of the snapshot contains lastMessage=Y. Any changes to the calendars after the snapshot are sent as subsequent updates.

In cases where there are no calendars to return, the system will send an empty message.

qualifier: v1/exchange.marketdata/calendarList

Request

No request parameters

Response

Similar to this. (NEW v1.43.0) with below changes:

  • All numbers are non-stringified

(REMOVED v1.43.0) NOTE: All numbers are stringified

Error Codes

Code
Message

1

System is unavailable

Samples

{
  "q": "v1/exchange.marketdata/calendarList",
  "token": "eyJleGNoYW5nZUlkIjozMCwicHJvamVjdElkIjoyMDB9",
  "sid": 10,
  "d": {
  }
}

Last updated