View Source ExFinancialModelingPrep behaviour (ex_financial_modeling_prep v0.1.3)

Documentation for ExFinancialModelingPrep.

Link to this section Summary

Link to this section Callbacks

Link to this callback

balance_sheet_statement(binary, t)

View Source
@callback balance_sheet_statement(binary(), Keyword.t()) :: {:ok | :error, any()}
Link to this callback

cash_flow_statement(binary, t)

View Source
@callback cash_flow_statement(binary(), Keyword.t()) :: {:ok | :error, any()}
Link to this callback

financial_statement_list()

View Source
@callback financial_statement_list() :: {:ok | :error, any()}
Link to this callback

income_statement(binary, t)

View Source
@callback income_statement(binary(), Keyword.t()) ::
  {:ok, IncomeStatement.t()} | {:error, any()}
@callback s_and_p_500_companies() :: {:ok | :error, any()}
@callback search(binary(), Keyword.t()) :: {:ok | :error, any()}

Link to this section Functions