Skip to content

NEUROMETRIX, INC.: filings

Every NEUROMETRIX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-K2025-03-31fiscal FY 2024481000001641172-25-001538
10-Q2024-11-05fiscal Q3 2024421220001628280-24-045323
10-Q2024-08-06fiscal Q2 2024411160001628280-24-035221
10-Q2024-05-15fiscal Q1 202441860001628280-24-023431
10-K2024-03-01fiscal FY 202346960001628280-24-008267
10-Q2023-10-26fiscal Q3 2023411180001628280-23-035304
10-Q2023-07-27fiscal Q2 2023411140001628280-23-025914
10-Q2023-05-03fiscal Q1 202341860001628280-23-015243
10-K2023-03-22fiscal FY 202243880001628280-23-008931
10-Q2022-10-20fiscal Q3 2022391120001628280-22-026757
10-Q2022-07-21fiscal Q2 2022391080001628280-22-019259
10-Q2022-04-26fiscal Q1 202238800001628280-22-010331
10-K2022-01-28fiscal FY 202043880001628280-22-001406
10-Q2021-10-21fiscal Q3 2021381100001628280-21-020328
10-Q2021-07-22fiscal Q2 2021381060001628280-21-014241
10-Q2021-04-22fiscal Q1 202136760001628280-21-007364
10-K2021-01-29fiscal FY 202039800001628280-21-001059
10-Q2020-10-22fiscal Q3 2020371060001628280-20-014684
10-Q2020-07-23fiscal Q2 2020371020001628280-20-010566
10-Q2020-04-23fiscal Q1 202036760001628280-20-005340
10-K2020-01-28fiscal FY 201942880001628280-20-000575
10-Q2019-10-17fiscal Q3 2019371010001628280-19-012340
10-Q2019-07-18fiscal Q2 2019381020001628280-19-008787
10-Q2019-04-25fiscal Q1 201936760001628280-19-004677
10-K2019-01-24fiscal FY 201842860001628280-19-000527
10-Q2018-10-17fiscal Q3 201836980001628280-18-012594
10-Q2018-07-19fiscal Q2 201833930001628280-18-009424
10-Q2018-04-20fiscal Q1 201833680001628280-18-004797
10-K2018-02-08fiscal FY 201732680001628280-18-001282
10-Q2017-10-20fiscal Q3 201729780001628280-17-010010
10-Q2017-07-20fiscal Q2 201729780001628280-17-007149
10-Q2017-04-20fiscal Q1 201729600001628280-17-003952
10-K2017-02-09fiscal FY 201633850001144204-17-007088
10-Q2016-10-20fiscal Q3 201630800001144204-16-128777
10-Q2016-07-21fiscal Q2 201630800001144204-16-113950
10-Q2016-04-21fiscal Q1 201629600001144204-16-095581
10-K2016-02-12fiscal FY 201533850001144204-16-081638
10-Q2015-10-22fiscal Q3 201529780001144204-15-060400
10-Q2015-07-23fiscal Q2 201529780001144204-15-043943
10-Q2015-04-24fiscal Q1 201528580001144204-15-024753
10-K2015-02-25fiscal FY 201434880001144204-15-011802
10-Q2014-10-28fiscal Q3 201429780001144204-14-063361
10-Q2014-07-24fiscal Q2 201432840001144204-14-044775
10-Q2014-04-24fiscal Q1 201431640001144204-14-024572
10-K2014-02-24fiscal FY 2013391010001144204-14-011172
10-Q2013-10-24fiscal Q3 201332830001144204-13-056647
10-Q2013-07-26fiscal Q2 201331820001144204-13-041334
10-Q2013-04-25fiscal Q1 201330620001144204-13-023915
10-K2013-02-25fiscal FY 201237960001144204-13-010881
10-Q2012-10-25fiscal Q3 201232810001144204-12-057740
10-Q2012-08-03fiscal Q2 201232810001144204-12-042812
10-Q2012-04-24fiscal Q1 201232650001144204-12-023393
10-K2012-02-24fiscal FY 201133840001144204-12-010903
10-Q2011-10-27fiscal Q3 201134850001144204-11-059675
10-Q2011-07-28fiscal Q2 201133830001144204-11-042511

Inspect the source

Entity
NEUROMETRIX, INC. / CIK 0001289850
Captured
2026-09-21T17:18:17.667Z
SEC response SHA-256
a8bcb6176e39f2b78532ab77047334a9ea544316148327f0e4d18bc7ac5fd7fa

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