Package-level declarations

The deserialized responses for Alpha Vantage's economic indicator endpoints.

Every indicator answers with the same shape: com.crazzyghost.alphavantage.economicindicator.response.EconomicIndicatorResponse holds the indicator's name, its reporting interval and unit, and a list of com.crazzyghost.alphavantage.economicindicator.response.EconomicIndicatorUnit date/value observations.

Types

Link copied to clipboard
An economic indicator series: the indicator's name, the interval and unit its values are reported in, and the observations themselves as a list of EconomicIndicatorUnit.
Link copied to clipboard
A single observation in an economic indicator series: the date it was recorded and its value, in whatever unit the enclosing EconomicIndicatorResponse reports.