Skip to content

CANOO INC: filings

Every CANOO INC annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-Q2024-11-14fiscal Q3 2024471470001628280-24-047749
10-Q2024-08-14fiscal Q2 2024451350001628280-24-037286
10-Q2024-05-15fiscal Q1 202444930001628280-24-023563
10-K2024-04-01fiscal FY 202346930001628280-24-014075
10-Q2023-11-14fiscal Q3 2023441350001628280-23-038994
10-Q2023-08-14fiscal Q2 2023431250001628280-23-029426
10-Q2023-05-15fiscal Q1 202342890001628280-23-018252
10-K2023-03-30fiscal FY 202243880001628280-23-009932
10-Q2022-11-09fiscal Q3 2022421290001628280-22-029300
10-Q2022-08-08fiscal Q2 2022401190001628280-22-021600
10-Q2022-05-10fiscal Q1 202238810001628280-22-013637
10-K2022-03-01fiscal FY 202141830001628280-22-004514
10-Q2021-11-15fiscal Q3 202136950001558370-21-016025
10-Q2021-08-16fiscal Q2 202135880001558370-21-011838
10-Q2021-05-17fiscal Q1 202133690001558370-21-007431
10-K2021-03-31fiscal FY 202037730001558370-21-003823
10-Q2020-11-12fiscal Q3 202023630001213900-20-036567
10-Q2020-08-07fiscal Q2 202023620001213900-20-020899
10-Q2020-05-06fiscal Q1 202022440001213900-20-011204
10-K2020-03-16fiscal FY 201923390001213900-20-006498
10-Q2019-11-08fiscal Q3 201923470001213900-19-022569
10-Q2019-08-05fiscal Q2 201924420001213900-19-014629
10-Q2019-05-15fiscal Q1 201922320001213900-19-008767

Inspect the source

Entity
CANOO INC / CIK 0001750153
Captured
2026-09-21T17:29:00.489Z
SEC response SHA-256
e982e5f536affcfac5bb4a97830d7b9f92d2afe1f5824494e6da031e33915b86

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