Skip to content

Fisker Inc./DE: filings

Every Fisker Inc./DE annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2024-04-23

The latest filing in this captured record is a 10-K filed 2024-04-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Fisker Inc./DE may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2024-04-23fiscal FY 2023591520001720990-24-000045
10-Q2023-11-22fiscal Q3 2023471310001720990-23-000125
10-Q2023-08-09fiscal Q2 2023491370001720990-23-000089
10-Q2023-05-09fiscal Q1 202344900001720990-23-000052
10-K2023-03-01fiscal FY 2022521350001720990-23-000020
10-Q2022-11-07fiscal Q3 2022431180001720990-22-000081
10-Q2022-08-08fiscal Q2 2022421160001720990-22-000059
10-Q2022-05-09fiscal Q1 202241850001720990-22-000029
10-K2022-02-28fiscal FY 2021461140001720990-22-000010
10-Q2021-11-15fiscal Q3 202136950001193125-21-330145
10-Q2021-08-11fiscal Q2 202136970001193125-21-242552
10-Q2021-05-17fiscal Q1 202139800001193125-21-163828
10-K/A2021-05-17fiscal FY 2020431070001193125-21-163712
10-K2021-03-31fiscal FY 2020431070001193125-21-100857
10-Q2020-10-28fiscal Q3 202018530001213900-20-033711
10-Q2020-07-31fiscal Q2 202017500001213900-20-019647
10-Q2020-05-08fiscal Q1 202015330001213900-20-011332
10-K2020-03-12fiscal FY 201919360001213900-20-006147
10-Q2019-11-12fiscal Q3 201919520001213900-19-022936
10-Q2019-08-13fiscal Q2 201918370001213900-19-015561
10-Q2019-05-09fiscal Q1 201916280001213900-19-008155
10-K2019-03-22fiscal FY 201818310001213900-19-004678
10-Q2018-11-09fiscal Q3 201817300001213900-18-015319

Inspect the source

Entity
Fisker Inc./DE / CIK 0001720990
Captured
SEC response SHA-256
37191c7100973e1eb7717b36108c6e1d63b7dadbc555706fa01d1dc9842df02f

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