Skip to content

SYMBOTIC INC.: filings

Every SYMBOTIC INC. 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-08-05fiscal Q3 2026561610001837240-26-000043
10-Q2026-05-06fiscal Q2 2026561610001837240-26-000024
10-Q2026-02-04fiscal Q1 2026561180001837240-26-000009
10-K2025-11-24fiscal FY 2025581480001837240-25-000278
10-Q2025-08-06fiscal Q3 2025561550001837240-25-000263
10-Q2025-05-07fiscal Q2 2025561540001837240-25-000152
10-Q2025-02-05fiscal Q1 2025561140001837240-25-000044
10-K2024-12-04fiscal FY 2024582220001837240-24-000232
10-Q/A2024-12-04fiscal Q3 2024541540001837240-24-000230
10-Q/A2024-12-04fiscal Q2 2024561560001837240-24-000228
10-Q/A2024-12-04fiscal Q1 2024551140001837240-24-000226
10-Q2024-07-31fiscal Q3 2024541540001837240-24-000168
10-Q2024-05-07fiscal Q2 2024551550001837240-24-000111
10-Q2024-02-08fiscal Q1 2024551140001837240-24-000039
10-K2023-12-11fiscal FY 2023601460001837240-23-000189
10-Q2023-08-02fiscal Q3 2023571590001837240-23-000140
10-Q2023-05-05fiscal Q2 2023561470001837240-23-000116
10-Q2023-02-03fiscal Q1 2023551080001837240-23-000056
10-K2022-12-09fiscal FY 2022551400001837240-22-000049
10-Q2022-08-05fiscal Q3 2022511460001837240-22-000008
10-Q2022-05-13fiscal Q1 202218390001193125-22-150005
10-K2022-03-23fiscal FY 202118300001193125-22-082751
10-Q/A2022-01-26fiscal Q3 202118340001193125-22-017182
10-Q/A2022-01-26fiscal Q2 202118320001193125-22-017176
10-Q/A2022-01-26fiscal Q1 202118270001193125-22-017174
10-Q2021-11-09fiscal Q3 202118340001193125-21-324570
10-Q2021-08-11fiscal Q2 202118320001193125-21-242175
10-Q2021-05-13fiscal Q1 202118270001193125-21-160437

Inspect the source

Entity
SYMBOTIC INC. / CIK 0001837240
Captured
2026-09-21T17:36:59.788Z
SEC response SHA-256
5648ab3914a0987f9b9dfe46bc2079b23ddaa29316269e42339989bb2db0641b

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