Cash Flow Statement Growth
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
CashFlowStatementGrowth | CashFlowStatementGrowthQueryParams | CashFlowStatementGrowthData |
Import Statement
from openbb_core.provider.standard_models.cash_flow_growth import (
CashFlowStatementGrowthData,
CashFlowStatementGrowthQueryParams,
)
Parameters
- standard
- fmp
symbol
: str
Symbol to get data for.
• Optional: False
limit
: int
The number of data entries to return.
• Default: 10
• Optional: True
symbol
: str
Symbol to get data for.
• Optional: False
limit
: int
The number of data entries to return.
• Default: 10
• Optional: True
period
: Literal['annual', 'quarter']
Time period of the data to return.
• Default: annual
• Optional: True
Data
- standard
- fmp
period_ending
: date
The end date of the reporting period.
fiscal_period
: str
The fiscal period of the report.
fiscal_year
: int
The fiscal year of the fiscal period.
period_ending
: date
The end date of the reporting period.
fiscal_period
: str
The fiscal period of the report.
fiscal_year
: int
The fiscal year of the fiscal period.
symbol
: str
Symbol representing the entity requested in the data.
growth_net_income
: float
Growth rate of net income.
growth_depreciation_and_amortization
: float
Growth rate of depreciation and amortization.
growth_deferred_income_tax
: float
Growth rate of deferred income tax.
growth_stock_based_compensation
: float
Growth rate of stock-based compensation.
growth_change_in_working_capital
: float
Growth rate of change in working capital.
growth_account_receivables
: float
Growth rate of accounts receivables.
growth_inventory
: float
Growth rate of inventory.
growth_account_payable
: float
Growth rate of account payable.
growth_other_working_capital
: float
Growth rate of other working capital.
growth_other_non_cash_items
: float
Growth rate of other non-cash items.
growth_net_cash_from_operating_activities
: float
Growth rate of net cash provided by operating activities.
growth_purchase_of_property_plant_and_equipment
: float
Growth rate of investments in property, plant, and equipment.
growth_acquisitions
: float
Growth rate of net acquisitions.
growth_purchase_of_investment_securities
: float
Growth rate of purchases of investments.
growth_sale_and_maturity_of_investments
: float
Growth rate of sales maturities of investments.
growth_other_investing_activities
: float
Growth rate of other investing activities.
growth_net_cash_from_investing_activities
: float
Growth rate of net cash used for investing activities.
growth_repayment_of_debt
: float
Growth rate of debt repayment.
growth_common_stock_issued
: float
Growth rate of common stock issued.
growth_common_stock_repurchased
: float
Growth rate of common stock repurchased.
growth_dividends_paid
: float
Growth rate of dividends paid.
growth_other_financing_activities
: float
Growth rate of other financing activities.
growth_net_cash_from_financing_activities
: float
Growth rate of net cash used/provided by financing activities.
growth_effect_of_exchange_rate_changes_on_cash
: float
Growth rate of the effect of foreign exchange changes on cash.
growth_net_change_in_cash_and_equivalents
: float
Growth rate of net change in cash.
growth_cash_at_beginning_of_period
: float
Growth rate of cash at the beginning of the period.
growth_cash_at_end_of_period
: float
Growth rate of cash at the end of the period.
growth_operating_cash_flow
: float
Growth rate of operating cash flow.
growth_capital_expenditure
: float
Growth rate of capital expenditure.
growth_free_cash_flow
: float
Growth rate of free cash flow.