MarketHours
No description
type MarketHours {
currentTime: DateTimeString!
end: DateTimeString
open: Boolean!
start: DateTimeString
}
Fields
MarketHours.currentTime ● DateTimeString! non-null scalar
The moment this data was last updated.
MarketHours.end ● DateTimeString scalar
When the market closes this day. Null if market is not open on this day.
MarketHours.open ● Boolean! non-null scalar
True if the market is open on this day at the
currentTime.
MarketHours.start ● DateTimeString scalar
When the market opens this day. Null if market is not open on this day.
Member of
MarketDay object