API: Reported Fundamentals Data

The New Constructs Reported Fundamentals Data API provides immediate access to the data points in our models for 3400+ companies. Models are updated daily. Reported Fundamentals includes data as reported by the company from their financial statements - the income statement, balance sheet, and cash flow statement.

API: Reported Fundamentals

Endpoint
URL
Method
/fundamentals/reported/:ticker
GET
URL Parameters
Name
Description
Example
:ticker
Ticker of the stock. You can use the coverage endpoint to get full lists of options.
A
Query Parameters
Name
Required
Description
Example
:datapoint
Required
Name of data point. Click here for a full list of available data points
ROIC
:year
Required
Fiscal year of the data point. We generally cover companies back to the first digital document filed with the SEC.
2017
:quarter
Optional
Fiscal quarter Options:
Omit for annual data
1 = Q1 quarterly data
2 = Q2 quarterly data
3 = Q3 quarterly data
4 = Q4 quarterly data
1
:ttm
Optional
Trailing twelve months (TTM) data Options:
Omit for annual data
1 = TTM data ending with Q1 (indicated fiscal year Q1 + prior fiscal year Q4, Q3, & Q2)
2 = TTM data ending with Q2 (indicated fiscal year Q2 & Q1 + prior fiscal year Q4 & Q3)
3 = TTM data ending with Q3 (indicated fiscal year Q3, Q2, & Q1 + prior fiscal year Q4)
4 = TTM data ending with Q4 (indicated fiscal year Q4, Q3, Q2, & Q1).
1
Header Parameters
Name
Value
x-api-key
[New Constructs-provided API key]
Content-Type
application/json
Return Values
Name
Description
Example
ticker
Ticker of the listed security.
AAPL
year
Fiscal year of the data value.
2017
period
Period of the requested data; 1-4 indicate quarterly or TTM periods and 5 indicates an annual period.
5
periodtype
Period type of the requested data (ANNUAL, QUARTERLY, or TTM)
ANNUAL
periodstring
Period string of the requested data (ANNUAL, QUARTERLY, or TTM)
ANNUAL
datapoint
Name of data point.
ROIC
datavalue
Value of the requested datapoint in ones.
35490000000.00000000000000000
filingtype
Type of filing the datapoint is from.
10-K
Sample Call:
curl -i -H 'x-api-key: [New Constructs-provided API key]' -H "Content-Type: application/json" 'https://api.newconstructs.com/v1/fundamentals/reported/AAPL?datapoint=ACCOUNTS_PAYABLE&year=2015'
Success Response:

{
  "statusCode": 200,
  "headers": {"Content-Type": "application/json"},
  "body": {
    "results": {
      "ticker": "AAPL",
      "year": 2015,
      "period": 5,
      "periodtype": "ANNUAL",
      "periodstring": "ANNUAL",
      "datapoint": "ACCOUNTS_PAYABLE",
      "datavalue": "35490000000.00000000000000000",
      "filingtype": "10-K"
    }
  }
}
  
Available Datapoints
Name
Description
Datapoint
Category
Accounts Payable
Accounts payable, a current liability on the balance sheet.
ACCOUNTS_PAYABLE
Current/Investment Liabilities
Accounts Receivable
Accounts receivable, a current asset on the balance sheet.
ACCOUNTS_RECEIVABLE
Current/Investment Assets
Total Assets (unadjusted)
Total Assets (unadjusted) as reported on the balance sheet.
ASSETS
Fixed Assets
Total Current/Investment Assets (unadjusted)
Total Current/Investment Assets (unadjusted) as reported on the balance sheet.
ASSETS_CURRENT
Current/Investment Assets
Cash and Equivalents (Non-Operating)
Cash and cash equivalents, a current asset on the balance sheet. This data point collects cash for non-financial companies.
ASSETS_CURRENT_CASH
Current/Investment Assets
Current Restricted Cash
Restricted cash, a current asset on the balance sheet.
ASSETS_CURRENT_CASH_RESTRICTED
Current/Investment Assets
Reported Current Deferred Compensation Assets
Current deferred compensation assets, a current asset on the balance sheet.
ASSETS_CURRENT_DEFERRED_COMPENSATION
Current/Investment Assets
Reported Current Deferred Tax Assets
Current deferred tax assets, a current asset on the balance sheet.
ASSETS_CURRENT_DEFERRED_TAX
Current/Investment Assets
Current Discontinued Operations (Non-Operating)
Current assets from discontinued operations, a current asset on the balance sheet.
ASSETS_CURRENT_DISCONTINUED_OPERATIONS
Current/Investment Assets
Other Investment Securities (Operating)
Investment securities, a current asset on the balance sheet for financial companies or financial segments.
ASSETS_CURRENT_INVESTMENTS
Current/Investment Assets
Reported Current Operating Lease Assets
Current operating lease assets, a current asset on the balance sheet.
ASSETS_CURRENT_LEASES_OPERATING
Current/Investment Assets
Net Loans
Net loans, a current asset on the balance sheet for finanial companies or financial segments
ASSETS_CURRENT_LOANS_NET
Current/Investment Assets
Other Current or Investment Assets
Other current assets on the balance sheet.
ASSETS_CURRENT_OTHER
Current/Investment Assets
Separate Accounts
Separate accounts, a current asset on the balance sheet.
ASSETS_CURRENT_SEPARATE_ACCOUNTS
Current/Investment Assets
Total Fixed Assets
Total fixed assets from the balance sheet.
ASSETS_FIXED
Fixed Assets
Reported Deferred Compensation Assets
Fixed deferred compensation assets, a fixed asset on the balance sheet.
ASSETS_FIXED_DEFERRED_COMPENSATION
Fixed Assets
Reported Deferred Tax Assets
Fixed deferred tax assets, a fixed asset on the balance sheet.
ASSETS_FIXED_DEFERRED_TAX
Fixed Assets
Discontinued Operations (Non-Operating)
Fixed assets from discontinued operations, a fixed asset on the balance sheet.
ASSETS_FIXED_DISCONTINUED_OPERATIONS
Fixed Assets
Reported Non-Current Operating Lease Assets
Fixed operating lease assets, a fixed asset on the balance sheet.
ASSETS_FIXED_LEASES_OPERATING
Fixed Assets
Discontinued Operations (Operating)
Fixed assets from discontinued operations, a fixed asset on the balance sheet for REITs.
ASSETS_FIXED_OPERATING_DISCONTINUED_OPERATIONS
Fixed Assets
Unconsolidated Subsidiary Assets (Operating)
Investment in unconsolidated subsidiaries that are part of operations. A fixed asset on the balance sheet.
ASSETS_FIXED_OPERATING_SUBSIDIARY_UNCONSOLIDATED
Fixed Assets
Other Real Estate Owned
Other Real Estate Owned (OREO) assets, a fixed asset on the balance sheet for financial companies or segments.
ASSETS_FIXED_OREO
Fixed Assets
Other Fixed Assets
Other fixed assets on the balance sheet.
ASSETS_FIXED_OTHER
Fixed Assets
Unconsolidated Subsidiary Assets (non-operating)
Investment in unconsolidated subsidiaries that are not part of operations. A fixed asset on the balance sheet.
ASSETS_FIXED_UNCONSOLIDATED
Fixed Assets
Reported Cumulative Value for Capital Expenditures
Capital expenditures, from cash flows from investing section of the cash flow statement.
CAPEX
Cash From Investing
Reported Cumulative Value for Acquisition Capital Expenditures
Acquisition expenditures, from cash flows from investing section of the cash flow statement.
CAPEX_ACQUISITION
Cash From Investing
Calculated Single Period Value for Acquired CAPEX (Cash Flow)
Acquisition expenditures, from cash flows from investing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CAPEX_ACQUISITION_SINGLE_PERIOD
Cash From Investing
Calculated Single Period Value for CAPEX (Cash Flow)
Capital expenditures, from cash flows from investing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CAPEX_SINGLE_PERIOD
Cash From Investing
Reported Cumulative Value for Cash Flow from Financing Activities
Total cash flow from financing activities.
CASH_FLOW_FINANCING
Cash From Financing
Reported Cumulative Value for Other Cash Flow from Financing
Other cash flow from financing. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CASH_FLOW_FINANCING_OTHER
Cash From Financing
Calculated Single Period Value for Other Cash Flow from Financing
Other cash flow from financing. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_FINANCING_OTHER_SINGLE_PERIOD
Cash From Financing
Calculated Single Period Value for Cash Flow From Financing
Total cash flow from financing activities. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_FINANCING_SINGLE_PERIOD
Cash From Financing
Reported Cumulative Value for Cash Flow from Investing Activities
Total cash flow from investing activities.
CASH_FLOW_INVESTING
Cash From Investing
Reported Cumulative Value for Other Cash Flow from Investing
Other cash flow from investing. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CASH_FLOW_INVESTING_OTHER
Cash From Investing
Calculated Single Period Value for Other Cash Flow from Investing
Other cash flow from investing. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_INVESTING_OTHER_SINGLE_PERIOD
Cash From Investing
Calculated Single Period Value for Cash Flow From Investing
Total cash flow from investing activities. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_INVESTING_SINGLE_PERIOD
Cash From Investing
Reported Cumulative Value for Cash Flow from Operations
Total cash flow from operations.
CASH_FLOW_OPERATING
Cash From Operations
Reported Cumulative Value for Other Cash Flow from Operating
Other cash flow from operations. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CASH_FLOW_OPERATING_OTHER
Cash From Operations
Calculated Single Period Value for Other Cash Flow from Operating
Other cash flow from operations. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_OPERATING_OTHER_SINGLE_PERIOD
Cash From Operations
Calculated Single Period Value for Cash Flow From Operations
Total cash flow from operations. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_OPERATING_SINGLE_PERIOD
Cash From Operations
Reported Cumulative Value for Cash Paid for Share Repurchases
Total cash flow from share repurchases.
CASH_FLOW_SHARE_REPURCHASE
Cash From Financing
Calculated Single Period Value for Share Repurchase (Cash Flow)
Cash flow from share repurchases. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_FLOW_SHARE_REPURCHASE_SINGLE_PERIOD
Cash From Financing
Long-Term Investments (Non-Operating)
Long-term investments, a long-term asset on the balance sheet.
CASH_LONG_TERM
Fixed Assets
Cash and Equivalents (Operating)
Cash and cash equivalents, a current asset on the balance sheet. This data point collects cash for financial companies or segments.
CASH_OPERATING
Current/Investment Assets
Reported Cumulative Value for Dividends Paid
Cash paid for dividends from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CASH_PAID_FOR_DIVIDENDS
Cash From Financing
Reported Cumulative Value for Cash Paid for Preferred Dividends
Cash paid for dividends on preferred stock from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CASH_PAID_FOR_DIVIDENDS_PREFERRED
Cash From Financing
Calculated Single Period Value for Cash Paid for Preferred Dividends
Cash paid for dividends on preferred stock from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_PAID_FOR_DIVIDENDS_PREFERRED_SINGLE_PERIOD
Cash From Financing
Calculated Single Period Value for Dividends Paid
Cash paid for dividends from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_PAID_FOR_DIVIDENDS_SINGLE_PERIOD
Cash From Financing
Reported Cumulative Value for Cash Paid for Income Taxes
Cash paid for income taxes, a data point disclosed on the cash flow statement or in the notes.
CASH_PAID_FOR_INCOME_TAXES
Other
Calculated Single Period Value for Cash Paid for Income Tax (Cash Flow)
Cash paid for income taxes, a data point disclosed on the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_PAID_FOR_INCOME_TAXES_SINGLE_PERIOD
Other
Reported Cumulative Value for Cash Paid for Interest
Cash paid for interest, a data point disclosed on the cash flow statement or in the notes.
CASH_PAID_FOR_INTEREST
Other
Calculated Single Period Value for Cash Paid For Interest (Cash Flow)
Cash paid for interest, a data point disclosed on the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_PAID_FOR_INTEREST_SINGLE_PERIOD
Other
Reported Cumulative Value for Cash Received for Interest
Cash received for interest, a data point disclosed on the cash flow statement or in the notes.
CASH_RECEIVED_FOR_INTEREST
Other
Calculated Single Period Value for Cash Received for Interest
Cash received for interest, a data point disclosed on the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CASH_RECEIVED_FOR_INTEREST_SINGLE_PERIOD
Other
Long-term Restricted Cash
Restricted cash, a long-term asset on the balance sheet.
CASH_RESTRICTED
Fixed Assets
Reported Cumulative Value for Change in Accounts Payable
Change in accounts receivable from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CHANGE_IN_ACCOUNTS_PAYABLE
Cash From Operations
Calculated Single Period Value for Change in Accounts Payable
Change in accounts payable from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CHANGE_IN_ACCOUNTS_PAYABLE_SINGLE_PERIOD
Cash From Operations
Reported Cumulative Value for Change in Accounts Receivable
Change in inventory from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CHANGE_IN_ACCOUNTS_RECEIVABLE
Cash From Operations
Calculated Single Period Value for Change in Accounts Receivable
Change in accounts receivable from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CHANGE_IN_ACCOUNTS_RECEIVABLE_SINGLE_PERIOD
Cash From Operations
Reported Cumulative Value for Change in Other Assets
Change in other assets from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CHANGE_IN_ASSETS_OTHER
Cash From Operations
Calculated Single Period Value for Change in Other Assets
Change in other assets from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CHANGE_IN_ASSETS_OTHER_SINGLE_PERIOD
Cash From Operations
Reported Cumulative Value for Change in Inventory
Change in accounts payable from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CHANGE_IN_INVENTORY
Cash From Operations
Calculated Single Period Value for Change in Inventory
Change in inventory from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CHANGE_IN_INVENTORY_SINGLE_PERIOD
Cash From Operations
Reported Cumulative Value for Change in Other Liabilities
Change in other liabilities from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
CHANGE_IN_LIABILITIES_OTHER
Cash From Operations
Calculated Single Period Value for Change in Other Liabilities
Change in other liabilities from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
CHANGE_IN_LIABILITIES_OTHER_SINGLE_PERIOD
Cash From Operations
Reported Other After-Tax Charges, Net
Reported Other After-tax Charges, net are other non-operating expenses and income that appear directly on the income statement after tax.
CHARGES_AFTER_TAX_OTHER
After-Tax Charges
Reported After-Tax Non-Operating Expense/(Income), Net
Net After-Tax Non-Operating Expense/(Income) are the net of non-operating expenses and income that appear directly on the income statement after tax. We classify Non-Operating After-Tax Expenses into the following types:
CHARGE_AFTER_TAX
Income Statement Adjustments
Reported Loss/(Gain) from Discontinued Operations After-Tax, Net
Reported Loss/(Gain) from Discontinued Operations, net is the after-tax expense from assets or subsidiaries that are held for sale.
CHARGE_AFTER_TAX_DISCONTINUED_OPERATIONS
After-Tax Charges
Credit Loss Provision
Credit loss provision, an expense on the income statement recognized by financial companies or segments.
CREDIT_LOSS_PROVISION
Cost of Goods Sold
Investment Liabilities - Debt
Short-term and long-term debt for financial companies or segments.
DEBT_FINANCIAL
Current/Investment Liabilities
Reported Cumulative Value for Repayment of Debt
Debt repayment from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
DEBT_REPAYMENT
Cash From Financing
Calculated Single Period Value for Repayment of Debt
Debt repayment from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
DEBT_REPAYMENT_SINGLE_PERIOD
Cash From Financing
Short-Term Debt
Short-term debt, a current liability on the balance sheet.
DEBT_SHORT_TERM
Current/Investment Liabilities
Reported Cumulative Value for Depreciation and Amortization (Cash Flow)
Depreciation and amortization from cash flows from operations section of the cash flow statement.
DEPRECIATION_AND_AMORTIZATION_CASH_FLOW
Cash From Operations
Calculated Single Period Value for Depreciation and Amortization (Cash Flow)
Depreciation and amortization from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
DEPRECIATION_AND_AMORTIZATION_CASH_FLOW_SINGLE_PERIOD
Cash From Operations
Reported Preferred Dividends, Net
Reported Preferred Stock Dividends, net are the dividends that must be paid out to preferred equity owners before common stock owners can receive any money.
DIVIDENDS_PREFERRED
After-Tax Charges
Reported Dividends on Redeemable Preferred Stock, Net
Reported Redeemable Preferred Stock Dividends, net are the dividends that must be paid out to redeemable preferred equity owners before common stock owners can receive any money.
DIVIDENDS_PREFERRED_REDEEMABLE_MANDATORILY
After-Tax Charges
Retained Earnings
Retained earnings, from the shareholders' equity section of the balance sheet.
EARNINGS_RETAINED
Long-Term Liabilities and Shareholders' Equity
Total Shareholders' Equity
Total shareholders' equity, from the shareholders' equity section of the balance sheet.
EQUITY_SHAREHOLDER
Long-Term Liabilities and Shareholders' Equity
Other Shareholders' Equity
Other shareholders' equity, from the shareholders' equity section of the balance sheet.
EQUITY_SHAREHOLDER_OTHER
Long-Term Liabilities and Shareholders' Equity
Deferred Compensation Shareholders' Equity
Deferred compensation shareholder's equity, from the shareholders' equity section of the balance sheet.
EQUITY_SHAREHOLDER_OTHER_DEFERRED_COMPENSATION
Long-Term Liabilities and Shareholders' Equity
Other Shareholders' Equity
Other shareholders' equity, from the shareholders' equity section of the balance sheet.
EQUITY_SHAREHOLDER_OTHER_EQUITY
Long-Term Liabilities and Shareholders' Equity
Mezzanine Shareholders' Equity
Mezzanine shareholders' equity, from the shareholders' equity section of the balance sheet.
EQUITY_SHAREHOLDER_OTHER_MEZZANINE
Long-Term Liabilities and Shareholders' Equity
Total Expenses
Total Expenses
EXPENSES
Expenses/Income
Reported Acquisition and Merger Expenses, Net
Reported Acquisition and Merger Expenses, net are the net of non-operating expenses related to an acquisition or merger that appear directly on the income statement.
EXPENSES_ACQUISITION_MERGER
Expenses/Income
Other Compensation
Other compensation, an expense on the income statement.
EXPENSES_COMPENSATION
Expenses/Income
Depreciation and Amortization
Depreciation and amortization, an expense on the income statement.
EXPENSES_DEPRECIATION_AND_AMORTIZATION
Expenses/Income
Reported Derivate Related Expenses, Net
Reported Derivative Related Expenses, net are the net of non-operating expenses related to derivatives that appear directly on the income statement.
EXPENSES_DERIVATIVE
Expenses/Income
Reported Expenses/(Income) from Discontinued Operations, Net
Reported Expenses/(Income) from Discontinued Operations, net are non-operating expenses associated with businesses or subsidiaries that are held for sale. These expenses appear directly on the income statement.
EXPENSES_DISCONTINUED_OPERATIONS
Expenses/Income
Losses from Discontinued Operations (Operating)
Losses from discontinued operations for REITs.
EXPENSES_DISCONTINUED_OPERATIONS_REITS
Expenses/Income
Energy Operating Expense
Energy expense, an expense on the income statement for energy companies.
EXPENSES_ENERGY
Expenses/Income
Reported Foreign Currency Expenses, Net
Reported Foreign Currency Loss/(Gain), net is a non-operating expense related to the changes in the value of foreign currency that appears directly on the income statement.
EXPENSES_FOREIGN_CURRENCY
Expenses/Income
Reported Interest Expense/(Income), Net
Reported Interest Expense/(Income), net is a non-operating expense related to the cost of financing that appears directly on the income statement.
EXPENSES_INTEREST
Expenses/Income
Interest Expense (Operating)
Interest expense, an exense on the income statement for financial companies or financial segments.
EXPENSES_INTEREST_FINANCIALS
Expenses/Income
Reported Minority Interest Expense, Net
Reported Minority Interest Expenses, net are the net of non-operating expenses associated with significant but non-controlling ownership of a company's voting shares. The portion of the parent company's income attributed to minority interest is subtracted from reported profits.
EXPENSES_INTEREST_MINORITY
After-Tax Charges
Reported Legal, Regulatory, and Insurance Related Expenses, Net
Reported Legal, Regulatory, and Insurance Related Expenses, net are the net of non-operating expenses related to legal, regulatory, and insurance costs that appear directly on the income statement.
EXPENSES_LEGAL_REGULATORY_INSURANCE
Expenses/Income
Reported Non-Operating Expense, Net
Reported Net Non-Operating Expenses are the net of non-operating charges and gains that appear directly on the income statement.
EXPENSES_NON_OPERATING
Income Statement Adjustments
Reported Company Defined Other Non-Operating Expenses, Net
Reported Company Defined Other Non-Operating Expenses, net are the net of non-operating expenses for costs specifically defined as other that appear directly on the income statement.
EXPENSES_NON_OPERATING_COMPANY_DEFINED_OTHER
Expenses/Income
Reported Other Non-Operating Expense/(Income), Net
Reported Other Non-Operating Expenses/(Income), net are non-operating expenses for other costs that appear directly on the income statement.
EXPENSES_NON_OPERATING_OTHER
Expenses/Income
Reported Losses/(Income) from Unconsolidated Subsidiaries, Net
Reported Losses/(Income) from Unconsolidated Subsidiaries, net are non-operating expenses associated with subsidiaries that are not consolidated within the parent company's financial statements. These expenses appear directly on the income statement.
EXPENSES_NON_OPERATING_SUBSIDIARY_UNCONSOLIDATED
Expenses/Income
Reported Other Non-Recurring Expense/(Income), Net
Reported Other Non-Recurring Expenses/(Income), net are non-operating expenses for other costs that appear directly on the income statement. These costs should not recur in the future.
EXPENSES_NON_RECURRING_OTHER
Expenses/Income
Total Operating Expense
Total operating expenses disclosed on the income statement.
EXPENSES_OPERATING
Expenses/Income
Other Operating Expense
Other operating expense, an expense on the income statement.
EXPENSES_OPERATING_OTHER
Expenses/Income
Losses from Unconsolidated Subsidiaries (Operating)
Losses from unconsolidated subsidiaries, treated as operating if the corresponding asset is operating.
EXPENSES_OPERATING_SUBSIDIARY_UNCONSOLIDATED
Expenses/Income
Reported Non-Operating Other Real Estate Owned Expense/(Income), Net
Reported Non-Operating Other Real Estate Owned Expenses/(Income), net are non-operating expenses associated with foreclosed assets owned or controlled by a bank. These expenses appear directly on the income statement.
EXPENSES_OREO
Expenses/Income
Operating Other Real Estate Owned Expense
Other real estate owned (OREO) expense, an expense on the income statement.
EXPENSES_OREO_REITS
Expenses/Income
Reported Other Financing Expenses, Net
Reported Other Financing Expenses, net are the net of non-operating expenses related to the cost of financing that appear directly on the income statement.
EXPENSES_OTHER_FINANCING
Expenses/Income
Reported Restructuring Expenses, Net
Reported Restructuring Expenses, net are the net of non-operating expenses related to the reorganization of a business that appear directly on the income statement.
EXPENSES_RESTRUCTURING
Expenses/Income
Selling, General, and Administrative Expense
Selling, general, and administrative, an expense on the income statement.
EXPENSES_SGA
Expenses/Income
Stock Compensation
Stock compensation, an expense on the income statement.
EXPENSES_STOCK_COMPENSATION
Expenses/Income
Reported Write-Downs (Non-Operating), Net
Reported Write-Downs, net are non-operating expenses related to the impairment in value of a company's assets. These expenses appear directly on the income statement.
EXPENSES_WRITE_DOWN
Expenses/Income
Reported Cumulative Value for Goodwill Amortization (Cash Flow)
Goodwill amortization, from cash flows from operations section of the cash flow statement, collected prior to 2001 when companies where permitted to amortize goodwill.
GOODWILL_AMORTIZATION_CASH_FLOW
Cash From Operations
Calculated Single Period Value for Goodwill Amortization (Cash Flow)
Goodwill amortization, from cash flows from operations section of the cash flow statement, collected prior to 2001 when companies where permitted to amortize goodwill. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
GOODWILL_AMORTIZATION_CASH_FLOW_SINGLE_PERIOD
Cash From Operations
Goodwill Amortization
Goodwill amortization, a data point on the income statement collected prior to 2001 when companies where permitted to amortize goodwill.
GOODWILL_AMORTIZATION_INCOME_STATEMENT
Expenses/Income
Other Intangibles
Goodwill and intangible assets, net, a long-term asset reported on the balance sheet.
GOODWILL_AND_INTANGIBLES_NET_OTHER
Fixed Assets
Goodwill, net
Goodwill, net, a long-term asset reported on the balance sheet.
GOODWILL_NET
Fixed Assets
Reported Income from Operations
Reported income from operations, an item on the income statement.
INCOME_FROM_OPERATIONS
Pre-Tax Income
GAAP Net Income
GAAP net income.
INCOME_NET
Net Income & EPS
Reported Cumulative Value for Net Income (Cash Flow)
GAAP net income as reported in the cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
INCOME_NET_CASH_FLOW
Cash From Operations
Calculated Single Period Value for Net Income (Cash Flow)
GAAP net income as reported in the cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
INCOME_NET_CASH_FLOW_SINGLE_PERIOD
Cash From Operations
Basic EPS (Not Split-Adjusted)
Basic earnings per share (not split-adjusted).
INCOME_NET_PER_WABSO
Net Income & EPS
Basic EPS
Basic earnings per share.
INCOME_NET_PER_WABSO_SPLIT_ADJUSTED
Net Income & EPS
Diluted GAAP EPS (Not Split-Adjusted)
Diluted earnings per share (not split-adjusted).
INCOME_NET_PER_WADSO
Net Income & EPS
Diluted GAAP EPS
Diluted earnings per share.
INCOME_NET_PER_WADSO_SPLIT_ADJUSTED
Net Income & EPS
Total Operating Income
Sum of a company's operating income derived outside of revenues.
INCOME_OPERATING
Other Operating Income
Income from Discontinued Operations (Operating)
Income from discontinued operations, an item on the income statement for REITs.
INCOME_OPERATING_DISCONTINUED_OPERATIONS
Other Operating Income
Other Operating Income
Other operating income.
INCOME_OPERATING_OTHER
Other Operating Income
Income from Unconsolidated Subsidiaries (Operating)
Income from unconsolidated subsidiaries, an operating item on the income statement.
INCOME_OPERATING_SUBSIDIARY_UNCONSOLIDATED
Other Operating Income
Income from Unconsolidated Subsidiaries After-tax (Operating)
Income from unconsolidated subsidiaries after-tax, an operating item on the income statement.
INCOME_OPERATING_SUBSIDIARY_UNCONSOLIDATED_AFTER_TAX
Other Operating Income
Income Tax Provision
A line item on a company's income statement representing its estimated tax liability or benefit for the current year.
INCOME_TAX
Taxes
Total Current Income Taxes
Current income taxes payable.
INCOME_TAX_CURRENT
Taxes
Total Deferred Income Taxes
Deferred income taxes.
INCOME_TAX_DEFERRED
Taxes
Income Tax Expense/(Benefit) - Discontinued Operations
Income tax expense/(benefit) from discontinued operations.
INCOME_TAX_DISCONTINUED_OPERATIONS
After-Tax Charges
Income Tax Expense/(Benefit) - Other
Other income tax expense/(benefit).
INCOME_TAX_OTHER
Taxes
Minority Interests
Minority interests, a component of shareholder's equity representing a significant but non-controlling ownership of a company's voting shares by either an investor or another company.
INTEREST_MINORITY
Long-Term Liabilities and Shareholders' Equity
Inventory
Inventory, a current asset on the balance sheet.
INVENTORY
Current/Investment Assets
Reported Cumulative Value for Inventory Loss Provision
Inventory loss provision from cash flows from operations section of the cash flow statement.
INVENTORY_LOSS_PROVISION
Current/Investment Assets
Calculated Single Period Value for Inventory Loss Provision (Cash Flow)
Inventory loss provision from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
INVENTORY_LOSS_PROVISION_SINGLE_PERIOD
Cash From Operations
Total Liabilities and Shareholders' Equity
Total liabilities and shareholders' equity.
LIABILITIES
Long-Term Liabilities and Shareholders' Equity
Total Current/Investment Liabilities
Total current/investment liabilities.
LIABILITIES_CURRENT
Current/Investment Liabilities
Total Long-term Liabilities and Minority Interest
Total Long-term Liabilities and Minority Interest
LIABILITIES_NON_CURRENT_AND_INTEREST_MINORITY_TOTAL
Long-Term Liabilities and Shareholders' Equity
Long-Term Debt
Long-term debt, a long-term, liability on the balance sheet.
LIABILITIES_NON_CURRENT_DEBT
Long-Term Liabilities and Shareholders' Equity
Reported Deferred Compensation Liability
Long-term deferred compensation liability, a long-term liability on the balance sheet.
LIABILITIES_NON_CURRENT_DEFERRED_COMPENSATION
Long-Term Liabilities and Shareholders' Equity
Reported Deferred Tax Liability
Long-term deferred tax liabilities, a long-term liability on the balance sheet.
LIABILITIES_NON_CURRENT_DEFERRED_TAX
Long-Term Liabilities and Shareholders' Equity
Discontinued Operations (Non-Operating)
Long-term discontinued operations, a long-term liability on the balance sheet.
LIABILITIES_NON_CURRENT_DISCONTINUED_OPERATIONS
Long-Term Liabilities and Shareholders' Equity
Reported Non-Current Operating Lease Liabilities
Long-term operating lease liability, a long-term liability on the balance sheet.
LIABILITIES_NON_CURRENT_LEASES_OPERATING
Long-Term Liabilities and Shareholders' Equity
Discontinued Operations (Operating)
Long-term discontinued operations, a long-term liability on the balance sheet for REITs.
LIABILITIES_NON_CURRENT_OPERATING_DISCONTINUED_OPERATIONS
Long-Term Liabilities and Shareholders' Equity
Other Long-term Liabilities
Other long-term liabilities, a long-term liability on the balance sheet.
LIABILITIES_NON_CURRENT_OTHER
Long-Term Liabilities and Shareholders' Equity
Reported Current Deferred Compensation Liability
Current deferred compensation liability, a current liability on the balance sheet.
NIBCL_DEFERRED_COMPENSATION
Current/Investment Liabilities
Reported Current Deferred Tax Liability
Current deferred tax liability, a current liability on the balance sheet.
NIBCL_DEFERRED_TAX
Current/Investment Liabilities
Current Discontinued Operations (Non-Operating)
Current liability for discontinued operations, a current liability on the balance sheet.
NIBCL_DISCONTINUED_OPERATIONS
Current/Investment Liabilities
Reported Current Operating Lease Liabilities
Current operating lease liabilities, a current liability on the balance sheet.
NIBCL_LEASES_OPERATING
Current/Investment Liabilities
Other NIBCL or Investment Liabilities
Other non-interest bearing current liabilities or investment liabilities, a current liability on the balance sheet.
NIBCL_OTHER
Current/Investment Liabilities
Accrued Restructuring Charges
Current liability for restructuring charges, a current liability on the balance sheet.
NIBCL_RESTRUCTURING
Current/Investment Liabilities
Current Deferred Revenue
Current deferred revenue, a current liability on the balance sheet.
NIBCL_REVENUE_DEFERRED
Current/Investment Liabilities
Separate Accounts
Separate accounts, a current liability on the balance sheet.
NIBCL_SEPARATE_ACCOUNTS
Current/Investment Liabilities
Accumulated OCI (Other Comprehensive Income)
Accumulated Other Comprehensive Income, from the shareholders' equity section of the balance sheet.
OCI
Long-Term Liabilities and Shareholders' Equity
Net Property, Plant, and Equipment
Property, plant, and equipment, net, a fixed asset on the balance sheet.
PP_AND_E_NET
Fixed Assets
Reported Cumulative Value for Proceeds from Debt
Proceeds from debt from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
PROCEEDS_FROM_DEBT
Cash From Financing
Calculated Single Period Value for Proceeds from Debt
Proceeds from debt from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
PROCEEDS_FROM_DEBT_SINGLE_PERIOD
Cash From Financing
Reported Cumulative Value for Proceeds from Employee Stock Options
Proceeds from employee stock options from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
PROCEEDS_FROM_EMPLOYEE_OPTIONS
Cash From Financing
Calculated Single Period Value for Proceeds from Employee Stock Options
Proceeds from employee stock options from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
PROCEEDS_FROM_EMPLOYEE_OPTIONS_SINGLE_PERIOD
Cash From Financing
Reported Cumulative Value for Proceeds from Equity
Proceeds from equity from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the as-reported, cumulative value from the cash flow statement.
PROCEEDS_FROM_EQUITY
Cash From Financing
Calculated Single Period Value for Proceeds from Equity
Proceeds from equity from cash flows from financing section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
PROCEEDS_FROM_EQUITY_SINGLE_PERIOD
Cash From Financing
Research and Development Expense
Research and development expense, an expense on the income statement.
RESEARCH_AND_DEVELOPMENT_EXPENSE
Expenses/Income
Total Revenue
Total revenue as reported on the income statement.
REVENUE
Revenue
Cost of Sales
Cost of sales, an expense on the income statement.
REVENUE_COST_OTHER
Cost of Goods Sold
Interest Income
Interest income for financials, an item on the income statement.
REVENUE_INCOME_INTEREST
Revenue
Operating Revenue
Revenue, an item on the income statement.
REVENUE_OTHER
Revenue
Unconsolidated Subsidiary Revenue
Unconsolidated subsidiary revenue, an item on the income statement.
REVENUE_SUBSIDIARY_UNCONSOLIDATED
Revenue
Total Cost of Sales
Total cost of sales, an expense on the income statement.
SALES_COST
Cost of Goods Sold
Shares Issued (Not Split-Adjusted)
Shares issued (not split-adjusted).
SHARES_ISSUED
Long-Term Liabilities and Shareholders' Equity
Shares Outstanding on the Latest Practicable Date (Not Split-Adjusted)
The most recently available number of shares outstanding for the company on the filing date. This information is reported in the header of the filing.
SHARES_OUTSTANDING_LATEST
Other
Shares Outstanding on the PE Date (Not Split-Adjusted)
Shares outstanding on the period end date (not split-adjusted).
SHARES_OUTSTANDING_PE_DATE_BS
Long-Term Liabilities and Shareholders' Equity
Treasury Shares (not split-adjusted)
Treasury shares (not split-adjusted).
SHARES_TREASURY
Long-Term Liabilities and Shareholders' Equity
Reported Cumulative Value for Stock-Based Compensation
Stock-based compensation,from cash flows from operations section of the cash flow statement.
STOCK_BASED_COMPENSATION_CASH_FLOW
Cash From Operations
Calculated Single Period Value for Stock Based Compensation (Cash Flow)
Stock-based compensation from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
STOCK_BASED_COMPENSATION_CASH_FLOW_SINGLE_PERIOD
Cash From Operations
Common Stock
Common stock, from the shareholders' equity section of the balance sheet.
STOCK_COMMON
Long-Term Liabilities and Shareholders' Equity
Preferred Capital
Total preferred stock from the Shareholder's Equity section of the balance sheet and the Mezzanine section of the balance sheet.
STOCK_PREFERRED
Long-Term Liabilities and Shareholders' Equity
Preferred Stock
Preferred stock, from the shareholders' equity section of the balance sheet.
STOCK_PREFERRED_EQUITY
Long-Term Liabilities and Shareholders' Equity
Preferred Stock - Mezzanine
Preferred stock - mezzanine, from the mezzanine section of the balance sheet.
STOCK_PREFERRED_MEZZANINE
Long-Term Liabilities and Shareholders' Equity
Treasury Stock
Treasury stock, from the shareholders' equity section of the balance sheet.
STOCK_TREASURY
Long-Term Liabilities and Shareholders' Equity
Reported Cumulative Value for Change in Deferred Taxes
Change in deferred taxes, from cash flows from operations section of the cash flow statement.
TAX_CHANGE_DEFERRED
Cash From Operations
Calculated Single Period Value for Change in Deferred Tax (Cash Flow)
Change in deferred taxes from cash flows from operations section of the cash flow statement. Cash flow statement values are reported cumulatively. This is the single quarter or annual value rather than the cumulative value.
TAX_CHANGE_DEFERRED_SINGLE_PERIOD
Cash From Operations
Basic Weighted Avg. Shares (Not Split-Adjusted)
Basic weighted average shares (not split-adjusted).
WABSO
Net Income & EPS
Basic Weighted Avg. Shares
Weighted average basic shares oustanding as reported on the income statment, adjusted for stock splits.
WABSO_SPLIT_ADJUSTED
Net Income & EPS
Diluted Weighted Avg. Shares (Not Split-Adjusted)
Diluted weighted average shares (not split-adjusted).
WADSO
Net Income & EPS
Weighted Average Diluted Shares Outstanding (Split Adjusted)
Weighted average diluted shares oustanding as reported on the income statment, adjusted for stock splits.
WADSO_SPLIT_ADJUSTED
Net Income & EPS

API: Fundamental Data Errors

Error
Message
Error Code
DataPointNotFound
The requested datapoint was not found.
404