AlphaVantage (Alpha Vantage v0.2.0) View Source

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.

Link to this section 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 Cryptocurrenies, Forex, StockTimeSeries, and TechnicalIndicators modules can be leveraged for more structured and explicit inputs, per function.

Link to this section Functions

Specs

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 Cryptocurrenies, Forex, StockTimeSeries, and TechnicalIndicators modules can be leveraged for more structured and explicit inputs, per function.