Quote Request
A request to GLOBAL_QUOTE, which returns the latest price and trading day for a single ticker rather than a series.
This is the cheapest way to answer "what is it trading at now": one ticker, one snapshot, no history. Where the cadence requests answer with a list of bars, this one answers with a single com.crazzyghost.alphavantage.timeseries.response.QuoteResponse holding the most recent trading day's open, high, low, price and volume, plus the change against the previous close.
For the same snapshot across many tickers in one call, use RealtimeBulkQuoteRequest instead of issuing a quote request per ticker.
The builder adds nothing of its own: the ticker and data type inherited from TimeSeriesRequest.Builder are the endpoint's only parameters.
Author
Sylvester Sefa-Yeboah
Since
1.3.0