Skip to main content

Income Statement Growth


Implementation details

Class names

Model nameParameters classData class
IncomeStatementGrowthIncomeStatementGrowthQueryParamsIncomeStatementGrowthData

Import Statement

from openbb_core.provider.standard_models.income_statement_growth import (
IncomeStatementGrowthData,
IncomeStatementGrowthQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitintThe number of data entries to return.10True
periodLiteral['annual', 'quarter']Time period of the data to return.annualTrue
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_revenuefloatGrowth rate of total revenue.
growth_cost_of_revenuefloatGrowth rate of cost of goods sold.
growth_gross_profitfloatGrowth rate of gross profit.
growth_gross_profit_ratiofloatGrowth rate of gross profit as a percentage of revenue.
growth_research_and_development_expensesfloatGrowth rate of expenses on research and development.
growth_general_and_administrative_expensesfloatGrowth rate of general and administrative expenses.
growth_selling_and_marketing_expensesfloatGrowth rate of expenses on selling and marketing activities.
growth_other_expensesfloatGrowth rate of other operating expenses.
growth_operating_expensesfloatGrowth rate of total operating expenses.
growth_cost_and_expensesfloatGrowth rate of total costs and expenses.
growth_interest_expensefloatGrowth rate of interest expenses.
growth_depreciation_and_amortizationfloatGrowth rate of depreciation and amortization expenses.
growth_ebitdafloatGrowth rate of Earnings Before Interest, Taxes, Depreciation, and Amortization.
growth_ebitda_ratiofloatGrowth rate of EBITDA as a percentage of revenue.
growth_operating_incomefloatGrowth rate of operating income.
growth_operating_income_ratiofloatGrowth rate of operating income as a percentage of revenue.
growth_total_other_income_expenses_netfloatGrowth rate of net total other income and expenses.
growth_income_before_taxfloatGrowth rate of income before taxes.
growth_income_before_tax_ratiofloatGrowth rate of income before taxes as a percentage of revenue.
growth_income_tax_expensefloatGrowth rate of income tax expenses.
growth_net_incomefloatGrowth rate of net income.
growth_net_income_ratiofloatGrowth rate of net income as a percentage of revenue.
growth_epsfloatGrowth rate of Earnings Per Share (EPS).
growth_eps_dilutedfloatGrowth rate of diluted Earnings Per Share (EPS).
growth_weighted_average_shs_outfloatGrowth rate of weighted average shares outstanding.
growth_weighted_average_shs_out_dilfloatGrowth rate of diluted weighted average shares outstanding.