Market
The trading-hours status of one financial market, as reported by a MARKET_STATUS call.
Alpha Vantage reports every field of a market as plain text rather than a fixed set of codes; getCurrentStatus in particular is a String, not an enum, and the API has been observed to use open and closed as its wire values.
Author
Sylvester Sefa-Yeboah
Since
1.8.0
Properties
Functions
Link copied to clipboard
Gets whether this market is trading right now.
Link copied to clipboard
Gets the time this market closes for trading, in its own local time.
Link copied to clipboard
Gets the time this market opens for trading, in its own local time.
Link copied to clipboard
Gets the kind of market this is, such as
Equity, Forex or Cryptocurrency.Link copied to clipboard
Gets the exchanges this entry aggregates, as a comma-separated list such as
NASDAQ, NYSE, CBOE, IEX.