Skip to main content

Balance Sheet Growth


Implementation details

Class names

Model nameParameters classData class
BalanceSheetGrowthBalanceSheetGrowthQueryParamsBalanceSheetGrowthData

Import Statement

from openbb_core.provider.standard_models.balance_sheet_growth import (
BalanceSheetGrowthData,
BalanceSheetGrowthQueryParams,
)

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.
periodstrReporting period.
growth_cash_and_cash_equivalentsfloatGrowth rate of cash and cash equivalents.
growth_short_term_investmentsfloatGrowth rate of short-term investments.
growth_cash_and_short_term_investmentsfloatGrowth rate of cash and short-term investments.
growth_net_receivablesfloatGrowth rate of net receivables.
growth_inventoryfloatGrowth rate of inventory.
growth_other_current_assetsfloatGrowth rate of other current assets.
growth_total_current_assetsfloatGrowth rate of total current assets.
growth_property_plant_equipment_netfloatGrowth rate of net property, plant, and equipment.
growth_goodwillfloatGrowth rate of goodwill.
growth_intangible_assetsfloatGrowth rate of intangible assets.
growth_goodwill_and_intangible_assetsfloatGrowth rate of goodwill and intangible assets.
growth_long_term_investmentsfloatGrowth rate of long-term investments.
growth_tax_assetsfloatGrowth rate of tax assets.
growth_other_non_current_assetsfloatGrowth rate of other non-current assets.
growth_total_non_current_assetsfloatGrowth rate of total non-current assets.
growth_other_assetsfloatGrowth rate of other assets.
growth_total_assetsfloatGrowth rate of total assets.
growth_account_payablesfloatGrowth rate of accounts payable.
growth_short_term_debtfloatGrowth rate of short-term debt.
growth_tax_payablesfloatGrowth rate of tax payables.
growth_deferred_revenuefloatGrowth rate of deferred revenue.
growth_other_current_liabilitiesfloatGrowth rate of other current liabilities.
growth_total_current_liabilitiesfloatGrowth rate of total current liabilities.
growth_long_term_debtfloatGrowth rate of long-term debt.
growth_deferred_revenue_non_currentfloatGrowth rate of non-current deferred revenue.
growth_deferrred_tax_liabilities_non_currentfloatGrowth rate of non-current deferred tax liabilities.
growth_other_non_current_liabilitiesfloatGrowth rate of other non-current liabilities.
growth_total_non_current_liabilitiesfloatGrowth rate of total non-current liabilities.
growth_other_liabilitiesfloatGrowth rate of other liabilities.
growth_total_liabilitiesfloatGrowth rate of total liabilities.
growth_common_stockfloatGrowth rate of common stock.
growth_retained_earningsfloatGrowth rate of retained earnings.
growth_accumulated_other_comprehensive_income_lossfloatGrowth rate of accumulated other comprehensive income/loss.
growth_othertotal_stockholders_equityfloatGrowth rate of other total stockholders' equity.
growth_total_stockholders_equityfloatGrowth rate of total stockholders' equity.
growth_total_liabilities_and_stockholders_equityfloatGrowth rate of total liabilities and stockholders' equity.
growth_total_investmentsfloatGrowth rate of total investments.
growth_total_debtfloatGrowth rate of total debt.
growth_net_debtfloatGrowth rate of net debt.