PeriodicResponse

public abstract class PeriodicResponse

Base response for indicators driven by com.crazzyghost.alphavantage.indicator.request.PeriodicRequest, a rolling time period with no chosen price series — WILLR, ADX, ADXR, CCI, AROONOSC, MFI, DX, MINUS_DI, PLUS_DI, MINUS_DM, PLUS_DM, MIDPRICE, ATR, and NATR.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Inheritors

Types

Link copied to clipboard
public class MetaData
Metadata describing the request that produced a PeriodicResponse, echoed back by the API alongside the indicator values themselves.
Link copied to clipboard
public abstract class PeriodicParser<T> extends DefaultParser<T>
Base parser for PeriodicResponse subclasses, translating the raw metadata and indicator maps returned by com.crazzyghost.alphavantage.parser.Parser into typed MetaData and SimpleIndicatorUnit values.

Functions

Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's values.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
public String toString()