Series Response
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.SeriesResponse
Base response for indicators driven by com.crazzyghost.alphavantage.indicator.request.SeriesRequest, a chosen price series with no rolling time-period parameter — the Hilbert transform studies HT_TRENDLINE, HT_TRENDMODE, HT_DCPERIOD, and HT_DCPHASE.
Author
Sylvester Sefa-Yeboah
Since
1.1.0
Inheritors
Types
Link copied to clipboard
Metadata describing the request that produced a SeriesResponse, echoed back by the API alongside the indicator values themselves.
Link copied to clipboard
Base parser for SeriesResponse subclasses, translating the raw metadata and indicator maps returned by com.crazzyghost.alphavantage.parser.Parser into typed MetaData and SimpleIndicatorUnit values.