Realtime Bulk Quote
One ticker's snapshot within a bulk quote answer.
It reports the same latest trading day as QuoteResponse does for a single ticker, and adds what that endpoint has no equivalent of: an extended-hours quote and the move it represents, covering the pre-market and after-hours sessions.
Every numeric field is a boxed type, which matters. Alpha Vantage does not pad its answer out to the tickers that were asked for, and a snapshot it has only partial data for comes back with the missing fields absent rather than zeroed — so any of these getters can return null, and the extended-hours three routinely do outside those sessions. Read them defensively rather than unboxing straight into a primitive.
Unlike the fields of the older response types, these are mapped by name from the payload's snake_case keys rather than read positionally out of a numbered map.
Author
Sylvester Sefa-Yeboah
Since
1.8.0
Properties
Functions
1.5 means the price rose 1.5%.