Meta Data
Metadata describing the request that produced a BBANDSResponse, echoed back by the API alongside the indicator values themselves.
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
The timestamp of the most recent data point.
Link copied to clipboard
public int maType
The requested moving-average type, as its com.crazzyghost.alphavantage.parameters.MAType wire value.
Link copied to clipboard
The requested price series field the bands are computed from.
Link copied to clipboard
public int timePeriod
The requested number of data points in the middle moving average.
Functions
Link copied to clipboard
Returns the indicator's name, as reported by the API.
Link copied to clipboard
Returns the requested time interval between data points.
Link copied to clipboard
Returns the timestamp of the most recent data point.
Link copied to clipboard
Returns the requested lower-band standard deviation multiplier.
Link copied to clipboard
Returns the requested upper-band standard deviation multiplier.
Link copied to clipboard
Returns the requested price series field the bands are computed from.
Link copied to clipboard
Returns the requested number of data points in the middle moving average.
Link copied to clipboard
Returns the time zone the response's timestamps are expressed in.