Skip to content

Vertiv Holdings Co: filings

Every Vertiv Holdings Co annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-07-29fiscal Q2 2026481320001628280-26-050609
10-Q2026-04-22fiscal Q1 202647980001628280-26-026556
10-K2026-02-13fiscal FY 2025571470001674101-26-000008
10-Q2025-10-22fiscal Q3 2025481360001674101-25-000024
10-Q2025-07-30fiscal Q2 2025481320001674101-25-000008
10-Q2025-04-23fiscal Q1 2025481000001628280-25-019372
10-K2025-02-18fiscal FY 2024571470001628280-25-005905
10-Q2024-10-25fiscal Q3 2024471300001628280-24-043698
10-Q2024-07-26fiscal Q2 2024471260001628280-24-033173
10-Q2024-04-26fiscal Q1 202447980001628280-24-018417
10-K2024-02-23fiscal FY 2023561440001628280-24-006498
10-Q2023-10-27fiscal Q3 2023461280001628280-23-035351
10-Q2023-08-02fiscal Q2 2023461240001628280-23-026777
10-Q2023-04-28fiscal Q1 202346960001628280-23-013730
10-K2023-02-27fiscal FY 2022571470001628280-23-005248
10-Q2022-10-31fiscal Q3 2022481320001628280-22-027344
10-Q2022-08-03fiscal Q2 2022481280001628280-22-020322
10-Q2022-05-02fiscal Q1 2022481000001628280-22-011733
10-K2022-03-01fiscal FY 2021571470001628280-22-004533
10-Q2021-11-01fiscal Q3 2021491340001628280-21-020992
10-Q2021-08-02fiscal Q2 2021491300001628280-21-015172
10-Q2021-05-03fiscal Q1 2021521080001628280-21-008627
10-K/A2021-04-30fiscal FY 2020562340001628280-21-008318
10-K2021-03-01fiscal FY 2020562080001628280-21-003604
10-Q2020-11-05fiscal Q3 2020501360001628280-20-015793
10-Q2020-08-05fiscal Q2 2020501320001628280-20-011825
10-Q2020-05-07fiscal Q1 2020501040001628280-20-006768
10-K2020-03-12fiscal FY 201917600001104659-20-032055
10-Q2019-11-05fiscal Q3 201918480001193125-19-284707
10-Q2019-08-06fiscal Q2 201918480001193125-19-214077
10-Q2019-05-08fiscal Q1 201917360001193125-19-141423
10-K2019-03-13fiscal FY 201821530001193125-19-072362
10-Q2018-11-06fiscal Q3 201818330001193125-18-319562
10-Q2018-08-07fiscal Q2 201818330001193125-18-241168

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

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

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.

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"])))