Skip to content

NEXENTIS TECHNOLOGIES INC.: filings

Every NEXENTIS TECHNOLOGIES INC. 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-08-13fiscal Q2 2026421040001493152-26-037757
10-Q2026-05-14fiscal Q1 202641780001493152-26-023107
10-K2026-03-31fiscal FY 202548860001493152-26-014183
10-Q2025-11-13fiscal Q3 2025371030001493152-25-022355
10-Q2025-08-14fiscal Q2 202537990001493152-25-011990
10-Q2025-05-15fiscal Q1 202536730001641172-25-010883
10-K2025-03-31fiscal FY 202442830001641172-25-001513
10-Q2024-11-14fiscal Q3 2024371040001493152-24-045890
10-Q2024-08-14fiscal Q2 202435980001493152-24-032148
10-Q2024-05-15fiscal Q1 202434660001493152-24-019822
10-K2024-04-01fiscal FY 202343860001493152-24-012356
10-Q2023-11-14fiscal Q3 202335990001493152-23-041078
10-Q2023-08-14fiscal Q2 202335960001493152-23-028426
10-Q2023-05-15fiscal Q1 202333650001493152-23-017282
10-K2023-03-27fiscal FY 202240820001493152-23-009116
10-Q2022-11-14fiscal Q3 202234980001493152-22-032103
10-Q2022-08-15fiscal Q2 202234920001493152-22-022618
10-Q2022-05-16fiscal Q1 202233660001493152-22-013801
10-K2022-03-31fiscal FY 202140800001493152-22-008526
10-Q2021-11-15fiscal Q3 202134870001493152-21-028612
10-Q2021-08-16fiscal Q2 202131800001493152-21-020134
10-Q2021-05-18fiscal Q1 202130620001493152-21-012165
10-K2021-03-29fiscal FY 202039770001493152-21-007020
10-Q2020-11-12fiscal Q3 202035820001493152-20-021059
10-Q2020-08-11fiscal Q2 202032780001493152-20-015213
10-Q2020-05-15fiscal Q1 202032640001493152-20-008914
10-K2020-03-30fiscal FY 201940790001493152-20-005159

Inspect the source

Entity
NEXENTIS TECHNOLOGIES INC. / CIK 0001789192
Captured
2026-09-21T17:31:49.473Z
SEC response SHA-256
65aed7fb146478510e5508c91b134b8dcaeb260b3abe183d5322ae5422613dec

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