View Source AlphaVantage (Alpha Vantage v0.3.0)

A set of functions to fetch data from the Alpha Vantage API in flexible manner, as well as retrieve the valid inputs for the API.

Summary

Functions

Returns data per the provided function and inputs, accepted as a keyword list or map. Please cite the Alpha Vantage documentation for details as to what parameters and options are to be utilized for each function. The AlphaVantage.Cryptocurrenies,AlphaVantage.Forex, AlphaVantage.StockTimeSeries, and AlphaVantage.TechnicalIndicators modules can be leveraged for more structured and explicit inputs, per function.

Functions

@spec query(Keyword.t() | map()) :: AlphaVantage.Gateway.response()

Returns data per the provided function and inputs, accepted as a keyword list or map. Please cite the Alpha Vantage documentation for details as to what parameters and options are to be utilized for each function. The AlphaVantage.Cryptocurrenies,AlphaVantage.Forex, AlphaVantage.StockTimeSeries, and AlphaVantage.TechnicalIndicators modules can be leveraged for more structured and explicit inputs, per function.