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
Field | Description |
---|---|
date | Date |
status | Status of the market, one of: open, closed |
description | Details about the market status |
start | Time the market opens in EST |
end | Time the market closes in EST |
Updated 3 months ago