Match
One instrument matched by a SYMBOL_SEARCH keyword, together with the trading-venue details and the relevance score that decided its rank.
Alpha Vantage returns every field of a match as a string, and this class keeps them that way — nothing here is parsed into a number or a time. Callers that need getMatchScore or getMarketOpen as a typed value convert it themselves.
Author
Sylvester Sefa-Yeboah
Since
1.8.0
Functions
Link copied to clipboard
Gets the currency the instrument trades in, as a three-letter code such as
GBP.Link copied to clipboard
Gets the time the listing venue closes, as
HH:mm in the timezone reported by getTimezone.Link copied to clipboard
Gets the time the listing venue opens, as
HH:mm in the timezone reported by getTimezone.Link copied to clipboard
Gets how closely this instrument matched the searched keywords.
Link copied to clipboard
Gets the timezone the opening and closing times are expressed in, as a UTC offset such as
UTC-04 rather than a region name.