Skip to main content

Cash Flow Statement Growth


Implementation details

Class names

Model nameParameters classData class
CashFlowStatementGrowthCashFlowStatementGrowthQueryParamsCashFlowStatementGrowthData

Import Statement

from openbb_core.provider.standard_models.cash_flow_growth import (
CashFlowStatementGrowthData,
CashFlowStatementGrowthQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitintThe number of data entries to return.10True
providerLiteral['fmp']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fmp' if there is no default.fmpTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
datedateThe date of the data.
periodstrPeriod the statement is returned for.
growth_net_incomefloatGrowth rate of net income.
growth_depreciation_and_amortizationfloatGrowth rate of depreciation and amortization.
growth_deferred_income_taxfloatGrowth rate of deferred income tax.
growth_stock_based_compensationfloatGrowth rate of stock-based compensation.
growth_change_in_working_capitalfloatGrowth rate of change in working capital.
growth_accounts_receivablesfloatGrowth rate of accounts receivables.
growth_inventoryfloatGrowth rate of inventory.
growth_accounts_payablesfloatGrowth rate of accounts payables.
growth_other_working_capitalfloatGrowth rate of other working capital.
growth_other_non_cash_itemsfloatGrowth rate of other non-cash items.
growth_net_cash_provided_by_operating_activitiesfloatGrowth rate of net cash provided by operating activities.
growth_investments_in_property_plant_and_equipmentfloatGrowth rate of investments in property, plant, and equipment.
growth_acquisitions_netfloatGrowth rate of net acquisitions.
growth_purchases_of_investmentsfloatGrowth rate of purchases of investments.
growth_sales_maturities_of_investmentsfloatGrowth rate of sales maturities of investments.
growth_other_investing_activitiesfloatGrowth rate of other investing activities.
growth_net_cash_used_for_investing_activitiesfloatGrowth rate of net cash used for investing activities.
growth_debt_repaymentfloatGrowth rate of debt repayment.
growth_common_stock_issuedfloatGrowth rate of common stock issued.
growth_common_stock_repurchasedfloatGrowth rate of common stock repurchased.
growth_dividends_paidfloatGrowth rate of dividends paid.
growth_other_financing_activitiesfloatGrowth rate of other financing activities.
growth_net_cash_used_provided_by_financing_activitiesfloatGrowth rate of net cash used/provided by financing activities.
growth_effect_of_forex_changes_on_cashfloatGrowth rate of the effect of foreign exchange changes on cash.
growth_net_change_in_cashfloatGrowth rate of net change in cash.
growth_cash_at_end_of_periodfloatGrowth rate of cash at the end of the period.
growth_cash_at_beginning_of_periodfloatGrowth rate of cash at the beginning of the period.
growth_operating_cash_flowfloatGrowth rate of operating cash flow.
growth_capital_expenditurefloatGrowth rate of capital expenditure.
growth_free_cash_flowfloatGrowth rate of free cash flow.