View Source ExFinancialModelingPrep.Api.StockFundamental (ex_financial_modeling_prep v0.1.1)
Link to this section Summary
Link to this section Functions
@spec balance_sheet_statement(String.t(), Keyword.t()) :: {:ok, ExFinancialModelingPrep.Struct.BalanceSheetStatement.t()} | {:error, any()}
@spec cash_flow_statement(String.t(), Keyword.t()) :: {:ok, ExFinancialModelingPrep.Struct.CashFlowStatement.t()} | {:error, any()}
Cash Flow Statement for the thingy
https://site.financialmodelingprep.com/developer/docs/financial-statements-list-api/
@spec income_statement(String.t(), Keyword.t()) :: {:ok, ExFinancialModelingPrep.Struct.IncomeStatement.t()} | {:error, any()}