Skip to content

NEUROPATHIX, INC.: filings

Every NEUROPATHIX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2022-05-23

The latest filing in this captured record is a 10-Q filed 2022-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. NEUROPATHIX, INC. 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-Q2022-05-23fiscal Q1 202231620001607062-22-000388
10-K2022-04-15fiscal FY 202132650001607062-22-000284
10-Q2021-11-12fiscal Q3 202129780001607062-21-000518
10-Q2021-08-06fiscal Q2 202130780001607062-21-000259
10-Q2021-05-13fiscal Q1 202131650001607062-21-000117
10-K2021-03-30fiscal FY 202032650001607062-21-000063
10-Q2020-11-12fiscal Q3 2020341040001607062-20-000324
10-Q2020-08-12fiscal Q2 2020331040001607062-20-000217
10-Q2020-05-14fiscal Q1 202030640001607062-20-000123
10-K2020-03-30fiscal FY 201935730001607062-20-000083
10-Q2019-11-13fiscal Q3 2019331030001607062-19-000442
10-Q2019-08-13fiscal Q2 201929870001607062-19-000322
10-Q2019-05-14fiscal Q1 201930640001078782-19-000427
10-K2019-04-09fiscal FY 201831640001078782-19-000306
10-Q2018-11-14fiscal Q3 201828860001078782-18-001296
10-Q2018-07-27fiscal Q2 201827740001078782-18-000744
10-Q2018-07-24fiscal Q1 201825520001078782-18-000728
10-K2018-07-24fiscal FY 201725510001078782-18-000726
10-Q2017-11-14fiscal Q3 201725700001078782-17-001572
10-Q2017-08-18fiscal Q2 201726720001078782-17-001169
10-Q2017-05-22fiscal Q1 201720360001078782-17-000753
10-K2017-03-30fiscal FY 201621400001615999-17-000003
10-Q2016-11-21fiscal Q3 201621510001615999-16-000050
10-Q2016-08-29fiscal Q2 201620550001615999-16-000042

Inspect the source

Entity
NEUROPATHIX, INC. / CIK 0001615999
Captured
SEC response SHA-256
a975fe997e9854c9c4b078afe8f374baf90509e583bb6ae365c0229bf1a5418f

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