Skip to content

Ouster, Inc.: filings

Every Ouster, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-06fiscal Q2 2026561550001628280-26-054467
10-Q2026-05-05fiscal Q1 2026561170001628280-26-030722
10-K2026-03-02fiscal FY 2025611230001628280-26-013313
10-Q2025-11-05fiscal Q3 2025561610001628280-25-049640
10-Q2025-08-11fiscal Q2 2025551550001628280-25-039599
10-Q2025-05-09fiscal Q1 2025551150001628280-25-024281
10-K2025-03-21fiscal FY 2024611230001628280-25-014318
10-Q2024-11-08fiscal Q3 2024551590001628280-24-046736
10-Q2024-08-14fiscal Q2 2024551550001628280-24-036996
10-Q2024-05-13fiscal Q1 2024551150001628280-24-022948
10-K2024-03-28fiscal FY 2023631280001628280-24-013619
10-Q2023-11-13fiscal Q3 2023591650001628280-23-038609
10-Q2023-08-14fiscal Q2 2023591610001628280-23-029351
10-Q2023-05-12fiscal Q1 2023591210001628280-23-017873
10-K2023-03-24fiscal FY 2022641680001628280-23-009161
10-Q2022-11-08fiscal FY 2022571620001628280-22-028989
10-Q2022-08-05fiscal FY 2022571580001628280-22-021334
10-Q2022-05-06fiscal FY 2022561170001628280-22-013060
10-K2022-02-28fiscal FY 2021631640001628280-22-004256
10-Q/A2021-11-15fiscal Q3 2021491480001628280-21-023387
10-Q2021-11-12fiscal Q3 2021491480001628280-21-023166
10-Q2021-08-10fiscal FY 2021481410001628280-21-016321
10-K/A2021-06-30fiscal FY 202017170001193125-21-204699
10-Q2021-05-14fiscal FY 2021511070001628280-21-010318
10-K2021-03-09fiscal FY 202017170001193125-21-074025
10-Q2020-11-13fiscal Q3 202017230001193125-20-293220

Inspect the source

Entity
Ouster, Inc. / CIK 0001816581
Captured
2026-09-21T17:34:14.830Z
SEC response SHA-256
0ecfaefa3a050d96f823e8223910fd26b5ee157c4a92633f83cdaee2331641e7

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