FundamentalData

public final class FundamentalData implements Fetcher

Access to Fundamental Data.

Author

Sylvester Sefa-Yeboah

Since

1.6.0

Constructors

Link copied to clipboard
public void FundamentalData(Config config)
Creates access to Fundamental Data using the given configuration.

Types

Link copied to clipboard
public abstract class RequestProxy<Proxy extends FundamentalData.RequestProxy<? extends Object, ProxyResponse>, ProxyResponse>
Base class for the fluent, per-endpoint request proxies returned by FundamentalData's accessor methods (for example incomeStatement), sharing the symbol/callback wiring and fetch logic common to all of them.

Functions

Link copied to clipboard
Starts building a request for the BALANCE_SHEET endpoint.
Link copied to clipboard
Starts building a request for the CASH_FLOW endpoint.
Link copied to clipboard
Starts building a request for the OVERVIEW endpoint.
Link copied to clipboard
Starts building a request for the EARNINGS endpoint.
Link copied to clipboard
public void fetch()
Makes an asynchronous http request to fetch the data, using the builder and callbacks most recently set through a RequestProxy.
Link copied to clipboard
Starts building a request for the INCOME_STATEMENT endpoint.