Skip to content

Faraday Future Intelligent Electric Inc.: filings

Every Faraday Future Intelligent Electric 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-13fiscal Q2 2026491330001628280-26-056740
10-Q2026-05-14fiscal Q1 202647990001628280-26-035138
10-K2026-03-31fiscal FY 2025521080001628280-26-022509
10-Q2025-11-21fiscal Q3 2025471270001628280-25-053577
10-Q2025-08-19fiscal Q2 2025431170001628280-25-040825
10-Q2025-05-09fiscal Q1 202543910001628280-25-024006
10-K2025-03-31fiscal FY 202447950001628280-25-015548
10-Q2024-11-08fiscal Q3 2024451210001628280-24-046478
10-Q2024-08-14fiscal Q2 2024431160001628280-24-037267
10-Q2024-07-30fiscal Q1 202440850001628280-24-033559
10-K2024-05-28fiscal FY 202346930001628280-24-025420
10-Q2023-11-13fiscal Q3 2023411120001628280-23-038646
10-Q2023-08-21fiscal Q2 2023391080001628280-23-030130
10-Q/A2023-08-21fiscal Q1 202339820001628280-23-030107
10-K/A2023-08-21fiscal FY 202242830001628280-23-030104
10-Q/A2023-08-21fiscal Q3 202236960001628280-23-030103
10-Q2023-05-12fiscal Q1 202343900001628280-23-017931
10-K2023-03-09fiscal FY 202242830001628280-23-007358
10-Q2022-11-21fiscal Q3 202236960001628280-22-030540
10-Q2022-08-15fiscal Q2 202236960001628280-22-022896
10-Q2022-05-23fiscal Q1 202236760001628280-22-015217
10-K2022-05-13fiscal FY 202137760001628280-22-014386
10-Q2022-05-06fiscal Q3 202136970001628280-22-013095
10-Q2021-08-13fiscal Q2 202118400001213900-21-042428
10-Q2021-05-28fiscal Q1 202119390001213900-21-030025
10-K/A2021-05-27fiscal FY 202016160001213900-21-029474
10-K2021-03-31fiscal FY 202016160001213900-21-019210
10-Q2020-11-13fiscal Q3 202019280001213900-20-036980

Inspect the source

Entity
Faraday Future Intelligent Electric Inc. / CIK 0001805521
Captured
2026-09-21T17:33:15.019Z
SEC response SHA-256
417fbced79b81f9456740cbbb339352c6f211b59a528616890fb36d9d1a63186

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