Quest Diagnostics Inc: net income available to common stockholders
Net income available to common stockholders for Quest Diagnostics Inc. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Quest Diagnostics Inc financial histories
What this measure means
Net income after preferred dividends and similar adjustments, the numerator for basic earnings per share. It can be lower than reported net income.
Exact concept: us-gaap:NetIncomeLossAvailableToCommonStockholdersBasic. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2014-01-01 to 2018-12-31. The SEC response was captured on 2026-09-20.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2018-01-01 | 2018-12-31 | 733,000,000 | USD | 2020-02-20 | 10-K · 0001022079-20-000017 |
| 2017-01-01 | 2017-12-31 | 769,000,000 | USD | 2020-02-20 | 10-K · 0001022079-20-000017 |
| 2016-01-01 | 2016-12-31 | 642,000,000 | USD | 2019-02-21 | 10-K · 0001022079-19-000030 |
| 2015-01-01 | 2015-12-31 | 706,000,000 | USD | 2018-02-23 | 10-K · 0001022079-18-000038 |
| 2014-01-01 | 2014-12-31 | 549,000,000 | USD | 2017-02-22 | 10-K · 0001022079-17-000032 |
Related financial histories
- Quest Diagnostics Inc: total assets
- Quest Diagnostics Inc: stockholders equity
- Quest Diagnostics Inc: cash and cash equivalents
- Quest Diagnostics Inc: net income or loss
- Quest Diagnostics Inc: operating cash flow
- Quest Diagnostics Inc: capital expenditure payments
- Quest Diagnostics Inc: contract revenue excluding tax
- Quest Diagnostics Inc: financing cash flow
- Quest Diagnostics Inc: investing cash flow
- Quest Diagnostics Inc: retained earnings or deficit
- Quest Diagnostics Inc: basic weighted-average shares
- Quest Diagnostics Inc: diluted weighted-average shares
- Quest Diagnostics Inc: basic earnings per share
- Quest Diagnostics Inc: diluted earnings per share
- Quest Diagnostics Inc: income tax expense or benefit
- Quest Diagnostics Inc: net property, plant and equipment
- Quest Diagnostics Inc: share-based compensation expense
- Quest Diagnostics Inc: operating income or loss
- Quest Diagnostics Inc: current assets
- Quest Diagnostics Inc: interest expense
- Quest Diagnostics Inc: current liabilities
- Quest Diagnostics Inc: goodwill carrying amount
- Quest Diagnostics Inc: net current accounts receivable
- Quest Diagnostics Inc: common-stock repurchase payments
- Quest Diagnostics Inc: net inventory
- Quest Diagnostics Inc: gross profit
- Quest Diagnostics Inc: cost of revenue
- Quest Diagnostics Inc: selling, general and administrative expense
- Quest Diagnostics Inc: cash including restricted cash
- Quest Diagnostics Inc: accumulated other comprehensive income or loss
- Quest Diagnostics Inc: total equity including noncontrolling interests
- Quest Diagnostics Inc: operating lease right-of-use asset
- Quest Diagnostics Inc: operating lease liability
- Quest Diagnostics Inc: long-term debt
- Quest Diagnostics Inc: gross property, plant and equipment
- Quest Diagnostics Inc: accumulated depreciation on property, plant and equipment
- Quest Diagnostics Inc: net intangible assets excluding goodwill
- Quest Diagnostics Inc: other noncurrent assets
- Quest Diagnostics Inc: other noncurrent liabilities
- Quest Diagnostics Inc: accrued current liabilities
- Quest Diagnostics Inc: prepaid expenses and other current assets
- Quest Diagnostics Inc: profit or loss including noncontrolling interests
- Quest Diagnostics Inc: comprehensive income or loss
- Quest Diagnostics Inc: depreciation expense
- Quest Diagnostics Inc: depreciation, depletion and amortization
- Quest Diagnostics Inc: amortization of intangible assets
- Quest Diagnostics Inc: other nonoperating income or expense
- Quest Diagnostics Inc: nonoperating income or expense
- Quest Diagnostics Inc: deferred income tax expense or benefit
- Quest Diagnostics Inc: interest paid, net
- Quest Diagnostics Inc: income taxes paid, net
- Quest Diagnostics Inc: operating lease payments
- Quest Diagnostics Inc: change in accounts receivable
Inspect the source
- Entity
- Quest Diagnostics Inc / CIK 0001022079
- Captured
- 2026-09-20T05:13:34.798Z
- SEC response SHA-256
adbcd1ab76a0f4e97550d23fe491dd7925c24a4e382bdc83c78850bdff87d14f
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.
Use this in research
A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.
These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.
Research methodology · Execution and cost assumptions · Check backtest overfitting
Build with the open-source tools
Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0001022079.json") as response:
record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
print(concept["tag"], next(iter(concept["observations"])))