INCOME
Get the income statement for a given company.
Syntax
=OBB.EQUITY.FUNDAMENTAL.INCOME(symbol,[period],[limit])
Examples
=OBB.EQUITY.FUNDAMENTAL.INCOME("AAPL")
=OBB.EQUITY.FUNDAMENTAL.INCOME("AAPL","annual",5)
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
period | Text | Time period of the data to return. | False |
limit | Number | The number of data entries to return. | False |
Data
- fmp
Name | Description |
---|---|
period_ending | The end date of the reporting period. |
fiscal_period | The fiscal period of the report. |
fiscal_year | The fiscal year of the fiscal period. |
filing_date | The date when the filing was made. |
accepted_date | The date and time when the filing was accepted. |
reported_currency | The currency in which the balance sheet was reported. |
revenue | Total revenue. |
cost_of_revenue | Cost of revenue. |
gross_profit | Gross profit. |
gross_profit_margin | Gross profit margin. |
general_and_admin_expense | General and administrative expenses. |
research_and_development_expense | Research and development expenses. |
selling_and_marketing_expense | Selling and marketing expenses. |
selling_general_and_admin_expense | Selling, general and administrative expenses. |
other_expenses | Other expenses. |
total_operating_expenses | Total operating expenses. |
cost_and_expenses | Cost and expenses. |
interest_income | Interest income. |
total_interest_expense | Total interest expenses. |
depreciation_and_amortization | Depreciation and amortization. |
ebitda | EBITDA. |
ebitda_margin | EBITDA margin. |
total_operating_income | Total operating income. |
operating_income_margin | Operating income margin. |
total_other_income_expenses | Total other income and expenses. |
total_pre_tax_income | Total pre-tax income. |
pre_tax_income_margin | Pre-tax income margin. |
income_tax_expense | Income tax expense. |
consolidated_net_income | Consolidated net income. |
net_income_margin | Net income margin. |
basic_earnings_per_share | Basic earnings per share. |
diluted_earnings_per_share | Diluted earnings per share. |
weighted_average_basic_shares_outstanding | Weighted average basic shares outstanding. |
weighted_average_diluted_shares_outstanding | Weighted average diluted shares outstanding. |
link | Link to the filing. |
final_link | Link to the filing document. |