adjusted

Switches the request to TIME_SERIES_DAILY_ADJUSTED, whose bars carry an adjusted close, a dividend amount and a split coefficient alongside the raw prices.

This sets the endpoint only. Reading the extra fields back also needs the response parser to be told the payload is adjusted, which TimeSeries.daily().adjusted() does on the caller's behalf — a builder used directly returns a payload the plain com.crazzyghost.alphavantage.timeseries.response.TimeSeriesResponse parser will not read the adjusted fields out of.

Return

this builder, for method chaining