Skip to content

NEXT-CHEMX CORPORATION: filings

Every NEXT-CHEMX CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-K/A2026-09-02fiscal FY 202430560001493152-26-041187
10-Q/A2025-11-18fiscal Q3 202426810001493152-25-024043
10-Q/A2025-09-16fiscal Q2 202425730001493152-25-013719
10-Q2025-08-19fiscal Q2 202526780001641172-25-024817
10-Q/A2025-06-30fiscal Q1 202425510001641172-25-017123
10-Q2025-05-19fiscal Q1 202523480001641172-25-011444
10-K2025-04-30fiscal FY 202429560001641172-25-007847
10-K/A2025-04-28fiscal FY 202330560001641172-25-006431
10-Q2024-11-19fiscal Q3 202426820001493152-24-046731
10-Q2024-08-19fiscal Q2 202424730001493152-24-033069
10-Q2024-07-15fiscal Q1 202424490001493152-24-027787
10-K2024-04-01fiscal FY 202330560001493152-24-012269
10-Q2023-11-20fiscal Q3 202328820001493152-23-042025
10-Q2023-08-21fiscal Q2 202327760001493152-23-029687
10-Q2023-05-15fiscal Q1 202321440001493152-23-017377
10-K/A2023-04-21fiscal FY 202226510001493152-23-013175
10-K2023-03-30fiscal FY 202226510001493152-23-009838
10-Q2022-11-21fiscal Q3 202222680001493152-22-032989
10-Q2022-08-15fiscal Q2 202222640001493152-22-022720
10-Q2022-05-23fiscal Q1 202220400001493152-22-014745
10-K2022-04-15fiscal FY 202124440001493152-22-010068
10-Q2021-11-22fiscal Q3 202125640001493152-21-029487
10-Q2021-08-23fiscal Q2 202124560001493152-21-020931
10-Q2021-06-14fiscal Q1 202117350001493152-21-014291
10-K2021-04-08fiscal FY 202024440001493152-21-008299
10-Q2021-01-05fiscal Q3 202025690001493152-21-000200
10-Q2020-09-16fiscal Q2 202025700001493152-20-017911
10-Q2020-08-05fiscal Q1 202021440001493152-20-014708
10-K2020-06-18fiscal FY 201924470001493152-20-011422
10-Q2019-11-15fiscal Q3 201923570001493152-19-017710
10-Q2019-08-19fiscal Q2 201922570001493152-19-012906
10-Q2019-05-17fiscal Q1 201918380001493152-19-007683
10-K2019-04-11fiscal FY 201822400001493152-19-005154
10-Q2018-11-19fiscal Q3 201816420001493152-18-016430
10-Q2018-08-14fiscal Q2 201815400001493152-18-011697
10-Q2018-05-18fiscal Q1 201818360001657045-18-000014
10-K2018-04-19fiscal FY 201720390001657045-18-000008
10-Q2017-11-17fiscal Q3 201720520001657045-17-000026
10-Q2017-08-15fiscal Q2 201720520001657045-17-000021
10-Q2017-05-15fiscal Q1 201719390001657045-17-000012
10-K2017-04-17fiscal FY 201619380001657045-17-000006
10-Q2016-11-01fiscal Q3 201618480001657045-16-000013
10-Q2016-08-15fiscal Q2 201618480001657045-16-000010
10-Q2016-05-10fiscal Q1 201616310001657045-16-000008

Inspect the source

Entity
NEXT-CHEMX CORPORATION / CIK 0001657045
Captured
2026-09-21T17:22:10.634Z
SEC response SHA-256
8b9a80f4ed1ebf8fe92d09d5bdb4d230a70a76b781701efdf934f25953154fca

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