Skip to content

Luminar Technologies, Inc./DE: filings

Every Luminar Technologies, Inc./DE annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-K2026-03-27fiscal FY 2025601570001140361-26-011477
10-Q2025-11-13fiscal Q3 2025561580001758057-25-000018
10-Q2025-08-13fiscal Q2 2025561570001628280-25-040161
10-Q2025-05-20fiscal Q1 2025561180001628280-25-026904
10-K2025-03-28fiscal FY 2024591570001628280-25-015432
10-Q2024-11-18fiscal Q3 2024561640001628280-24-048172
10-Q2024-08-08fiscal Q2 2024561640001628280-24-036245
10-Q2024-05-10fiscal Q1 2024561200001628280-24-022459
10-K2024-02-28fiscal FY 2023591560001628280-24-007616
10-Q2023-11-09fiscal Q3 2023561630001628280-23-037965
10-Q2023-08-08fiscal Q2 2023561630001628280-23-028281
10-Q2023-05-10fiscal Q1 2023561190001628280-23-016922
10-K2023-02-28fiscal FY 2022611590001628280-23-005649
10-Q/A2023-02-28fiscal Q1 2022551150001628280-23-005553
10-Q2022-11-04fiscal Q3 2022571630001628280-22-028465
10-Q2022-08-09fiscal Q2 2022561610001628280-22-021669
10-Q2022-05-06fiscal Q1 2022551150001628280-22-013113
10-K2022-03-01fiscal FY 2021591520001628280-22-004366
10-Q2021-11-15fiscal Q3 2021561540001628280-21-023285
10-Q2021-08-13fiscal Q2 2021511380001628280-21-017019
10-Q2021-05-14fiscal Q1 202149980001628280-21-010327
10-K2021-04-14fiscal FY 2020531060001628280-21-006908
10-Q2020-11-06fiscal Q3 202016430001564590-20-051947
10-Q2020-08-06fiscal Q2 202016430001564590-20-037894
10-Q2020-05-08fiscal Q1 202016330001564590-20-023643
10-K/A2020-03-26fiscal FY 201919350001564590-20-013219
10-K2020-03-13fiscal FY 201919350001564590-20-010877
10-Q2019-11-08fiscal Q3 201918320001564590-19-042236
10-Q2019-08-09fiscal Q2 201918320001564590-19-031245
10-Q2019-05-06fiscal Q1 201917250001564590-19-016032
10-K2019-03-29fiscal FY 201814150001564590-19-010133

Inspect the source

Entity
Luminar Technologies, Inc./DE / CIK 0001758057
Captured
2026-09-21T17:29:31.617Z
SEC response SHA-256
d87172ceaf4bddc31f0cbda7e163076f17e37d043e7fc7cad122f447eaad0bcd

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