Skip to content

Cambium Networks Corporation: filings

Every Cambium Networks Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-05-20fiscal Q1 2026511040001193125-26-232550
10-K2026-05-01fiscal FY 2025591190001193125-26-201759
10-Q2026-04-30fiscal Q3 2025531520001193125-26-197911
10-Q2026-04-30fiscal Q2 2025531520001193125-26-197894
10-Q2026-04-30fiscal Q1 2025531080001193125-26-197885
10-K2026-04-07fiscal FY 2024584870001193125-26-144057
10-Q2024-11-12fiscal Q3 2024531500000950170-24-125400
10-Q2024-08-09fiscal Q2 2024531500000950170-24-094742
10-Q2024-05-10fiscal Q1 2024531080000950170-24-057806
10-K2024-03-15fiscal FY 2023571480000950170-24-032168
10-Q2023-11-03fiscal Q3 2023551530000950170-23-058824
10-Q2023-08-02fiscal Q2 2023551530000950170-23-037148
10-Q2023-05-09fiscal Q1 2023551110000950170-23-019648
10-K2023-02-27fiscal FY 2022581490000950170-23-004712
10-Q2022-11-04fiscal Q3 2022551530000950170-22-022188
10-Q2022-08-05fiscal Q2 2022551530000950170-22-015120
10-Q2022-05-06fiscal Q1 2022551110000950170-22-008124
10-K2022-02-24fiscal FY 2021581530000950170-22-001957
10-Q2021-11-10fiscal Q3 2021571580001564590-21-056176
10-Q2021-08-09fiscal Q2 2021571560001564590-21-042693
10-Q2021-05-07fiscal Q1 2021561130001564590-21-025551
10-K2021-03-01fiscal FY 2020582460001564590-21-009841
10-Q2020-11-06fiscal Q3 2020561530001564590-20-051977
10-Q2020-08-12fiscal Q2 2020561530001564590-20-039697
10-Q2020-05-13fiscal Q1 2020511010001564590-20-025092
10-K2020-03-24fiscal FY 2019522170001564590-20-012247
10-Q2019-11-08fiscal Q3 2019491290001564590-19-042351
10-Q2019-08-12fiscal Q2 2019501300001564590-19-031538

Inspect the source

Entity
Cambium Networks Corporation / CIK 0001738177
Captured
2026-09-21T17:28:18.832Z
SEC response SHA-256
51de27cb6f11d256abdf415a5c9d6df6990907a5bd0b162250f010f397f19bbd

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