balance_growth
Get the growth of a company's balance sheet items over time.
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
Returns
results
: list[BalanceSheetGrowth]
Serializable results.
provider
: Optional[Literal['fmp']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
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_cash_and_cash_equivalents
: float
Growth rate of cash and cash equivalents.
growth_short_term_investments
: float
Growth rate of short-term investments.
growth_cash_and_short_term_investments
: float
Growth rate of cash and short-term investments.
growth_net_receivables
: float
Growth rate of net receivables.
growth_inventory
: float
Growth rate of inventory.
growth_other_current_assets
: float
Growth rate of other current assets.
growth_total_current_assets
: float
Growth rate of total current assets.
growth_property_plant_equipment_net
: float
Growth rate of net property, plant, and equipment.
growth_goodwill
: float
Growth rate of goodwill.
growth_intangible_assets
: float
Growth rate of intangible assets.
growth_goodwill_and_intangible_assets
: float
Growth rate of goodwill and intangible assets.
growth_long_term_investments
: float
Growth rate of long-term investments.
growth_tax_assets
: float
Growth rate of tax assets.
growth_other_non_current_assets
: float
Growth rate of other non-current assets.
growth_total_non_current_assets
: float
Growth rate of total non-current assets.
growth_other_assets
: float
Growth rate of other assets.
growth_total_assets
: float
Growth rate of total assets.
growth_account_payables
: float
Growth rate of accounts payable.
growth_short_term_debt
: float
Growth rate of short-term debt.
growth_tax_payables
: float
Growth rate of tax payables.
growth_deferred_revenue
: float
Growth rate of deferred revenue.
growth_other_current_liabilities
: float
Growth rate of other current liabilities.
growth_total_current_liabilities
: float
Growth rate of total current liabilities.
growth_long_term_debt
: float
Growth rate of long-term debt.
growth_deferred_revenue_non_current
: float
Growth rate of non-current deferred revenue.
growth_deferrred_tax_liabilities_non_current
: float
Growth rate of non-current deferred tax liabilities.
growth_other_non_current_liabilities
: float
Growth rate of other non-current liabilities.
growth_total_non_current_liabilities
: float
Growth rate of total non-current liabilities.
growth_other_liabilities
: float
Growth rate of other liabilities.
growth_total_liabilities
: float
Growth rate of total liabilities.
growth_common_stock
: float
Growth rate of common stock.
growth_retained_earnings
: float
Growth rate of retained earnings.
growth_accumulated_other_comprehensive_income
: float
Growth rate of accumulated other comprehensive income/loss.
growth_other_total_shareholders_equity
: float
Growth rate of other total stockholders' equity.
growth_total_shareholders_equity
: float
Growth rate of total stockholders' equity.
growth_total_liabilities_and_shareholders_equity
: float
Growth rate of total liabilities and stockholders' equity.
growth_total_investments
: float
Growth rate of total investments.
growth_total_debt
: float
Growth rate of total debt.
growth_net_debt
: float
Growth rate of net debt.