Skip to content

Aurora Innovation, Inc.: filings

Every Aurora Innovation, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-07-29fiscal Q2 2026401140001828108-26-000077
10-Q2026-05-06fiscal Q1 202640840001828108-26-000052
10-K2026-02-11fiscal FY 2025451150001828108-26-000016
10-Q2025-10-28fiscal Q3 2025401140001828108-25-000157
10-Q2025-07-30fiscal Q2 2025401140001828108-25-000139
10-Q2025-05-08fiscal Q1 202539820001828108-25-000087
10-K2025-02-14fiscal FY 2024441130001828108-25-000028
10-Q2024-10-31fiscal Q3 2024391100001828108-24-000140
10-Q2024-07-31fiscal Q2 2024391100001828108-24-000127
10-K/A2024-05-24fiscal FY 2023421090001828108-24-000112
10-Q2024-05-09fiscal Q1 202438800001828108-24-000088
10-K2024-02-15fiscal FY 2023421090001828108-24-000028
10-Q2023-11-02fiscal Q3 2023381080001828108-23-000219
10-Q2023-08-03fiscal Q2 2023391120001828108-23-000168
10-Q2023-05-04fiscal Q1 202339810001828108-23-000081
10-K2023-02-21fiscal FY 2022431130001828108-23-000020
10-Q2022-11-03fiscal Q3 2022451250001828108-22-000129
10-Q2022-08-12fiscal Q2 2022461270001828108-22-000103
10-K/A2022-08-12fiscal FY 2021471200001828108-22-000102
10-Q2022-05-12fiscal Q1 202245940001828108-22-000046
10-K2022-03-11fiscal FY 202146920001628280-22-005886
10-Q2021-11-15fiscal Q3 202117350001193125-21-329900
10-Q2021-08-11fiscal Q2 202117330001193125-21-242866
10-Q2021-05-17fiscal Q1 202117330001193125-21-162338

Inspect the source

Entity
Aurora Innovation, Inc. / CIK 0001828108
Captured
2026-09-21T17:29:50.619Z
SEC response SHA-256
fd1ab1f99cab8c464203a8c05f73f7456bc447b3ec0f77a793b2be2649c49f49

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