AlphaVantage

public class AlphaVantage

Client interface of library. The API is accessed through this class. Exposes a singleton instance for interaction

Author

Sylvester Sefa-Yeboah

Since

1.0.0

Functions

Link copied to clipboard
public static AlphaVantage api()
Accesses the client interface.
Link copied to clipboard
public Crypto crypto()
Access to Digital Currencies.
Link copied to clipboard
Access to Economic Indicators.
Link copied to clipboard
Access to Digital/Physical Exchange Rates.
Link copied to clipboard
public Forex forex()
Access to Foreign Exchange Data.
Link copied to clipboard
Access to Fundamental Data.
Link copied to clipboard
Access to Technical Indicators.
Link copied to clipboard
public void init(Config config)
Initializes the client with a Config instance.
Link copied to clipboard
Access to Global Market Status.
Link copied to clipboard
public Search search()
Access to Symbol Search.
Link copied to clipboard
public Sector sector()
Access to Sector Performances.
Link copied to clipboard
Access to Technical Indicators.
Link copied to clipboard
Access to Time Series Data.