Calendar

The return from the /balances endpoint and definitions

Response

{
  "calendar": {
    "month": 4,
    "year": 2019,
    "days": {
      "day": [
        {
          "date": "2019-04-01",
          "status": "open",
          "description": "Market is open",
          "premarket": {
            "start": "07:00",
            "end": "09:24"
          },
          "open": {
            "start": "09:30",
            "end": "16:00"
          },
          "postmarket": {
            "start": "16:00",
            "end": "20:00"
          },
        ...
      ]
     }
   }
}

Definitions


FieldDescription
dateDate
statusStatus of the market, one of: open, closed
descriptionDetails about the market status
startTime the market opens in EST
endTime the market closes in EST