Fundamental Data
Access to Fundamental Data.
Author
Sylvester Sefa-Yeboah
Since
1.6.0
Constructors
Types
Link copied to clipboard
public class BalanceSheetRequestProxy extends FundamentalData.RequestProxy<FundamentalData.BalanceSheetRequestProxy, BalanceSheetResponse>
Proxy class for building a BalanceSheetRequest.
Link copied to clipboard
public class CashFlowRequestProxy extends FundamentalData.RequestProxy<FundamentalData.CashFlowRequestProxy, CashFlowResponse>
Proxy class for building a CashFlowRequest.
Link copied to clipboard
public class CompanyOverViewRequestProxy extends FundamentalData.RequestProxy<FundamentalData.CompanyOverViewRequestProxy, CompanyOverviewResponse>
Proxy class for building a CompanyOverviewRequest.
Link copied to clipboard
public class EarningsRequestProxy extends FundamentalData.RequestProxy<FundamentalData.EarningsRequestProxy, EarningsResponse>
Proxy class for building an EarningsRequest.
Link copied to clipboard
public class IncomeStatementRequestProxy extends FundamentalData.RequestProxy<FundamentalData.IncomeStatementRequestProxy, IncomeStatementResponse>
Proxy class for building an IncomeStatementRequest.
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
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.