FundamentalDataRequest

public abstract class FundamentalDataRequest

The parameters every fundamental data request carries: the ticker symbol to report on, and the Alpha Vantage function that selects which report is returned.

Author

Sylvester Sefa-Yeboah

Since

1.6.0

Inheritors

Types

Link copied to clipboard
public abstract class Builder<T extends FundamentalDataRequest.Builder<? extends Object>>
Base builder shared by every fundamental data request, carrying the ticker symbol and the Alpha Vantage function to request.