Skip to content

Everspin Technologies, Inc.: filings

Every Everspin Technologies, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-05fiscal Q2 2026471340001628280-26-053558
10-Q2026-04-29fiscal Q1 202645940001628280-26-028464
10-K2026-03-04fiscal FY 2025501020001628280-26-014733
10-Q2025-11-05fiscal Q3 2025471380001628280-25-049703
10-Q2025-08-06fiscal Q2 2025471330001558370-25-010568
10-Q2025-04-30fiscal Q1 202546960001558370-25-006020
10-K2025-02-27fiscal FY 2024521020001558370-25-001827
10-Q2024-11-05fiscal Q3 2024441260001558370-24-014455
10-Q2024-08-02fiscal Q2 2024441210001558370-24-010715
10-Q2024-05-02fiscal Q1 202442860001558370-24-006532
10-K2024-02-29fiscal FY 202349990001558370-24-002185
10-Q2023-11-02fiscal Q3 2023431270001558370-23-017399
10-Q2023-08-03fiscal Q2 2023431230001558370-23-013145
10-Q2023-05-04fiscal Q1 202342880001558370-23-008054
10-K2023-03-02fiscal FY 202248980001558370-23-002697
10-Q2022-11-10fiscal Q3 2022441300001558370-22-017466
10-Q2022-08-12fiscal Q2 2022441250001558370-22-013465
10-Q2022-05-12fiscal Q1 202244910001558370-22-008501
10-K2022-03-09fiscal FY 202148970001558370-22-003158
10-Q2021-11-12fiscal Q3 2021451320001558370-21-015811
10-Q2021-08-12fiscal Q2 2021451280001558370-21-011516
10-Q2021-05-07fiscal Q1 202141840001558370-21-006478
10-K2021-03-04fiscal FY 202045880001558370-21-002369
10-Q2020-11-05fiscal Q3 2020371060001558370-20-012943
10-Q2020-08-06fiscal Q2 2020371020001558370-20-009726
10-Q2020-05-08fiscal Q1 202037780001558370-20-005810
10-K2020-03-13fiscal FY 201945880001558370-20-002576
10-Q2019-11-08fiscal Q3 2019401080001558370-19-010452
10-Q2019-08-07fiscal Q2 2019401040001558370-19-007501
10-Q2019-05-09fiscal Q1 201940800001558370-19-004514
10-K2019-03-15fiscal FY 201843860001558370-19-002175
10-Q2018-11-14fiscal Q3 201839980001558370-18-009316
10-Q/A2018-11-14fiscal Q2 201838960001558370-18-009315
10-Q2018-08-09fiscal Q2 201838960001558370-18-006798
10-Q2018-05-09fiscal Q1 201838750001558370-18-004523
10-K2018-03-15fiscal FY 2017391190001558370-18-002138
10-Q2017-11-13fiscal Q3 201734880001558370-17-008862
10-Q2017-08-11fiscal Q2 201733860001558370-17-006581
10-Q2017-05-15fiscal Q1 201729600001558370-17-004323
10-K2017-03-29fiscal FY 2016361060001558370-17-002252
10-Q2016-11-18fiscal Q3 201631840001193125-16-772344

Inspect the source

Entity
Everspin Technologies, Inc. / CIK 0001438423
Captured
2026-09-20T09:03:42.208Z
SEC response SHA-256
72eecefe5bf524ac09c7fb32a5300bb6071f8e9ed6ae744939a8b04393c8a4e1

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