Vertiv Holdings Co: diluted weighted-average shares
Diluted weighted-average shares for Vertiv Holdings Co. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Vertiv Holdings Co financial histories
What this measure means
Weighted-average shares used for diluted earnings per share. Potential shares are included under the applicable dilution rules, not simply added to outstanding shares.
Exact concept: us-gaap:WeightedAverageNumberOfDilutedSharesOutstanding. 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 2018-01-01 to 2025-12-31. The SEC response was captured on 2026-09-21.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2025-01-01 | 2025-12-31 | 390,652,824 | shares | 2026-02-13 | 10-K · 0001674101-26-000008 |
| 2024-01-01 | 2024-12-31 | 386,325,058 | shares | 2026-02-13 | 10-K · 0001674101-26-000008 |
| 2023-01-01 | 2023-12-31 | 386,226,267 | shares | 2026-02-13 | 10-K · 0001674101-26-000008 |
| 2022-01-01 | 2022-12-31 | 378,224,051 | shares | 2025-02-18 | 10-K · 0001628280-25-005905 |
| 2021-01-01 | 2021-12-31 | 360,140,323 | shares | 2024-02-23 | 10-K · 0001628280-24-006498 |
| 2020-01-01 | 2020-12-31 | 307,076,397 | shares | 2023-02-27 | 10-K · 0001628280-23-005248 |
| 2019-01-01 | 2019-12-31 | 118,261,955 | shares | 2022-03-01 | 10-K · 0001628280-22-004533 |
| 2018-01-01 | 2018-12-31 | 118,261,955 | shares | 2021-04-30 | 10-K/A · 0001628280-21-008318 |
Related financial histories
- Vertiv Holdings Co: total assets
- Vertiv Holdings Co: total liabilities
- Vertiv Holdings Co: stockholders equity
- Vertiv Holdings Co: cash and cash equivalents
- Vertiv Holdings Co: net income or loss
- Vertiv Holdings Co: operating cash flow
- Vertiv Holdings Co: capital expenditure payments
- Vertiv Holdings Co: revenue
- Vertiv Holdings Co: contract revenue excluding tax
- Vertiv Holdings Co: financing cash flow
- Vertiv Holdings Co: investing cash flow
- Vertiv Holdings Co: retained earnings or deficit
- Vertiv Holdings Co: basic weighted-average shares
- Vertiv Holdings Co: basic earnings per share
- Vertiv Holdings Co: diluted earnings per share
- Vertiv Holdings Co: income tax expense or benefit
- Vertiv Holdings Co: net property, plant and equipment
- Vertiv Holdings Co: share-based compensation expense
- Vertiv Holdings Co: operating income or loss
- Vertiv Holdings Co: current assets
- Vertiv Holdings Co: interest expense
- Vertiv Holdings Co: current liabilities
- Vertiv Holdings Co: current accounts payable
- Vertiv Holdings Co: goodwill carrying amount
- Vertiv Holdings Co: net finite-lived intangible assets
- Vertiv Holdings Co: net current accounts receivable
- Vertiv Holdings Co: common-stock repurchase payments
- Vertiv Holdings Co: net inventory
- Vertiv Holdings Co: selling, general and administrative expense
- Vertiv Holdings Co: research and development expense
Inspect the source
- Entity
- Vertiv Holdings Co / CIK 0001674101
- Captured
- 2026-09-21T17:24:27.358Z
- SEC response SHA-256
bd014465e4ffacad9de91c1c4afa057a4ec69ca9d2bded7fd660044be38a3ed3
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/0001674101.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"])))