Skip to content

BrightView Holdings, Inc.: filings

Every BrightView Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-08-04fiscal Q3 2026511430001193125-26-332820
10-Q2026-05-05fiscal Q2 2026511430001193125-26-206419
10-Q2026-02-03fiscal Q1 2026511070001193125-26-035550
10-K2025-11-19fiscal FY 2025561440001193125-25-288109
10-Q2025-08-06fiscal Q3 2025511430000950170-25-104037
10-Q2025-05-07fiscal Q2 2025511430000950170-25-065670
10-Q2025-02-05fiscal Q1 2025511070000950170-25-014510
10-K2024-11-13fiscal FY 2024561440000950170-24-126338
10-Q2024-07-31fiscal Q3 2024501410000950170-24-088585
10-Q2024-05-01fiscal Q2 2024501410000950170-24-051292
10-Q2024-01-31fiscal Q1 2024511070000950170-24-009414
10-K2023-11-16fiscal FY 2023561440000950170-23-064336
10-Q2023-08-03fiscal Q3 2023501410000950170-23-037535
10-Q2023-05-04fiscal Q2 2023501410000950170-23-017424
10-Q2023-02-07fiscal Q1 2022491030000950170-23-001914
10-K2022-11-17fiscal FY 2022551410000950170-22-025340
10-Q2022-08-04fiscal Q3 2022501410000950170-22-014434
10-Q2022-05-05fiscal Q2 2022491390000950170-22-007529
10-Q2022-02-03fiscal Q1 202146970000950170-22-000701
10-K2021-11-17fiscal FY 2021551410000950170-21-004707
10-Q2021-08-05fiscal Q3 2021491390000950170-21-000847
10-Q2021-05-06fiscal Q2 2021471340001564590-21-024459
10-Q2021-02-04fiscal Q1 202143910001564590-21-004173
10-K2020-11-18fiscal FY 2020561390001564590-20-054411
10-Q2020-08-05fiscal Q3 2020491360001564590-20-036392
10-Q2020-05-07fiscal Q2 2020451210001564590-20-022344
10-Q2020-02-06fiscal Q1 202044900001564590-20-003571
10-K2019-11-21fiscal FY 2019521350001564590-19-044016
10-Q2019-08-07fiscal Q3 2019471330001564590-19-029636
10-Q2019-05-08fiscal Q2 2019431170001564590-19-016806
10-Q2019-02-07fiscal Q1 201943890001564590-19-002213
10-K2018-11-28fiscal FY 2018471470001564590-18-030205
10-Q2018-08-09fiscal Q3 2018431180001564590-18-021093

Inspect the source

Entity
BrightView Holdings, Inc. / CIK 0001734713
Captured
2026-09-21T17:28:02.701Z
SEC response SHA-256
1fef314ed463ab435a05d3583854bff6d57f23ccef64d48cffaf649b6514d458

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/0001734713.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"])))