Skip to content

Navitas Semiconductor Corp: filings

Every Navitas Semiconductor Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-27fiscal Q2 2026511400001628280-26-049808
10-Q2026-05-05fiscal Q1 2026511060001628280-26-030524
10-K2026-02-27fiscal FY 2025531080001821769-26-000007
10-Q2025-11-03fiscal Q3 2025511450001821769-25-000214
10-Q2025-08-04fiscal Q2 2025511410001821769-25-000181
10-Q2025-05-09fiscal Q1 2025501040001821769-25-000068
10-K2025-03-19fiscal FY 2024531080001821769-25-000021
10-Q2024-11-05fiscal Q3 2024521500001821769-24-000122
10-Q2024-08-05fiscal Q2 2024541500001821769-24-000094
10-K/A2024-07-23fiscal FY 2023591220001821769-24-000088
10-Q2024-05-15fiscal Q1 2024541100001821769-24-000064
10-K2024-03-06fiscal FY 2023591220001821769-24-000024
10-Q2023-11-09fiscal Q3 2023561610001821769-23-000176
10-Q2023-08-14fiscal Q2 2023551550001821769-23-000133
10-Q2023-05-15fiscal Q1 2023551160001821769-23-000090
10-K2023-04-03fiscal FY 2022581170001821769-23-000049
10-Q2022-11-14fiscal Q3 2022571620001821769-22-000034
10-Q2022-08-15fiscal Q2 2022531460001821769-22-000014
10-Q2022-05-16fiscal Q1 2022531080001628280-22-014541
10-K2022-03-31fiscal FY 2021521070001628280-22-008077
10-Q/A2021-11-24fiscal Q3 202115390001213900-21-061703
10-K/A2021-11-24fiscal FY 202016160001213900-21-061702
10-Q2021-11-12fiscal Q3 202115390001213900-21-058738
10-Q2021-08-13fiscal Q2 202116300001213900-21-042145
10-K/A2021-05-24fiscal FY 202016170001213900-21-028704
10-Q2021-05-24fiscal Q1 202114230001193125-21-170793
10-K2021-03-25fiscal FY 202016160001213900-21-017767

Inspect the source

Entity
Navitas Semiconductor Corp / CIK 0001821769
Captured
2026-09-21T17:35:11.733Z
SEC response SHA-256
6c3cce6f58b1b227a3609d24d9a6fe67ef874801a5a9b73e69c13bd650e7c47d

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