Skip to content

Broadcom Inc.: filings

Every Broadcom Inc. 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-09-10fiscal Q3 2026521540001730168-26-000080
10-Q2026-06-09fiscal Q2 2026521520001730168-26-000054
10-Q2026-03-11fiscal Q1 2026511060001730168-26-000016
10-K2025-12-18fiscal FY 2025591550001730168-25-000121
10-Q2025-09-10fiscal Q3 2025501500001730168-25-000098
10-Q2025-06-11fiscal Q2 2025501460001730168-25-000064
10-Q2025-03-12fiscal Q1 2025491020001730168-25-000021
10-K2024-12-20fiscal FY 2024601580001730168-24-000139
10-Q2024-09-11fiscal Q3 2024501500001730168-24-000099
10-Q2024-06-13fiscal Q2 2024501450001730168-24-000080
10-Q2024-03-14fiscal Q1 2024501040001730168-24-000023
10-K2023-12-14fiscal FY 2023591550001730168-23-000096
10-Q2023-09-06fiscal Q3 2023511540001730168-23-000077
10-Q2023-06-07fiscal Q2 2023511500001730168-23-000064
10-Q2023-03-08fiscal Q1 2023501040001730168-23-000008
10-K2022-12-16fiscal FY 2022591550001730168-22-000118
10-Q2022-09-08fiscal Q3 2022501500001730168-22-000094
10-Q2022-06-09fiscal Q2 2022501460001730168-22-000081
10-Q2022-03-10fiscal Q1 2022511060001730168-22-000029
10-K2021-12-17fiscal FY 2021591540001730168-21-000153
10-Q2021-09-09fiscal Q3 2021501500001730168-21-000123
10-Q2021-06-11fiscal Q2 2021501460001730168-21-000116
10-Q2021-03-12fiscal Q1 2021511060001730168-21-000045
10-K2020-12-18fiscal FY 2020592030001730168-20-000226
10-Q2020-09-11fiscal Q3 2020551590001730168-20-000164
10-Q2020-06-12fiscal Q2 2020551550001730168-20-000109
10-Q2020-03-13fiscal Q1 2020561150001730168-20-000045
10-K2019-12-20fiscal FY 2019612090001730168-19-000144
10-Q2019-09-13fiscal Q3 2019541620001730168-19-000118
10-Q2019-06-14fiscal Q2 2019541580001730168-19-000101
10-Q2019-03-15fiscal Q1 2019541120001730168-19-000036
10-K2018-12-21fiscal FY 2018572000001730168-18-000084
10-Q2018-09-13fiscal Q3 2018511420001730168-18-000039
10-Q2018-06-14fiscal Q2 2018511460001730168-18-000019

Inspect the source

Entity
Broadcom Inc. / CIK 0001730168
Captured
2026-09-21T17:27:47.328Z
SEC response SHA-256
3bdb6644c12addf1e63c4dc861008d7804fbf3d3f5aa6eb9b97f72c0e89a7adf

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