Package-level declarations
The deserialized responses for Alpha Vantage's foreign exchange endpoints.
All four cadences answer with the same shape: com.crazzyghost.alphavantage.forex.response.ForexResponse holds a currency pair's exchange rate series as a list of com.crazzyghost.alphavantage.forex.response.ForexUnit open-high-low-close bars alongside its com.crazzyghost.alphavantage.forex.response.MetaData — what differs between cadences is the span each bar covers and how much of the metadata is filled in.