ex_financial_modeling_prep v0.1.2
  • Pages
  • Modules

    View Source ExFinancialModelingPrep.Api.StockFundamental (ex_financial_modeling_prep v0.1.2)

    Stock Fundamental API

    Link to this section Summary

    Functions

    balance_sheet_statement(ticker, opts \\ [])

    Company Balance Statement

    cash_flow_statement(ticker, opts \\ [])

    Cash Flow Statement for the thingy

    financial_statement_list()

    https://site.financialmodelingprep.com/developer/docs/financial-statements-list-api/

    income_statement(ticker, opts \\ [])

    Company IncomeStatement

    Link to this section Functions

    Link to this function

    balance_sheet_statement(ticker, opts \\ [])

    View Source
    @spec balance_sheet_statement(String.t(), Keyword.t()) ::
      {:ok, ExFinancialModelingPrep.Struct.BalanceSheetStatement.t()}
      | {:error, any()}

    Company Balance Statement

    Link to this function

    cash_flow_statement(ticker, opts \\ [])

    View Source
    @spec cash_flow_statement(String.t(), Keyword.t()) ::
      {:ok, ExFinancialModelingPrep.Struct.CashFlowStatement.t()} | {:error, any()}

    Cash Flow Statement for the thingy

    Link to this function

    financial_statement_list()

    View Source

    https://site.financialmodelingprep.com/developer/docs/financial-statements-list-api/

    Link to this function

    income_statement(ticker, opts \\ [])

    View Source
    @spec income_statement(String.t(), Keyword.t()) ::
      {:ok, ExFinancialModelingPrep.Struct.IncomeStatement.t()} | {:error, any()}

    Company IncomeStatement

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language