income_growth
Get the growth of a company's income statement 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[IncomeStatementGrowth]
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_revenue
: float
Growth rate of total revenue.
growth_cost_of_revenue
: float
Growth rate of cost of goods sold.
growth_gross_profit
: float
Growth rate of gross profit.
growth_gross_profit_margin
: float
Growth rate of gross profit as a percentage of revenue.
growth_general_and_admin_expense
: float
Growth rate of general and administrative expenses.
growth_research_and_development_expense
: float
Growth rate of expenses on research and development.
growth_selling_and_marketing_expense
: float
Growth rate of expenses on selling and marketing activities.
growth_other_expenses
: float
Growth rate of other operating expenses.
growth_operating_expenses
: float
Growth rate of total operating expenses.
growth_cost_and_expenses
: float
Growth rate of total costs and expenses.
growth_interest_expense
: float
Growth rate of interest expenses.
growth_depreciation_and_amortization
: float
Growth rate of depreciation and amortization expenses.
growth_ebitda
: float
Growth rate of Earnings Before Interest, Taxes, Depreciation, and Amortization.
growth_ebitda_margin
: float
Growth rate of EBITDA as a percentage of revenue.
growth_operating_income
: float
Growth rate of operating income.
growth_operating_income_margin
: float
Growth rate of operating income as a percentage of revenue.
growth_total_other_income_expenses_net
: float
Growth rate of net total other income and expenses.
growth_income_before_tax
: float
Growth rate of income before taxes.
growth_income_before_tax_margin
: float
Growth rate of income before taxes as a percentage of revenue.
growth_income_tax_expense
: float
Growth rate of income tax expenses.
growth_consolidated_net_income
: float
Growth rate of net income.
growth_net_income_margin
: float
Growth rate of net income as a percentage of revenue.
growth_basic_earings_per_share
: float
Growth rate of Earnings Per Share (EPS).
growth_diluted_earnings_per_share
: float
Growth rate of diluted Earnings Per Share (EPS).
growth_weighted_average_basic_shares_outstanding
: float
Growth rate of weighted average shares outstanding.
growth_weighted_average_diluted_shares_outstanding
: float
Growth rate of diluted weighted average shares outstanding.