Skip to content

XENOUS HOLDINGS, INC.: filings

Every XENOUS HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-02-24fiscal Q3 202617560001640334-26-000365
10-Q2025-11-17fiscal Q2 202616500001640334-25-002132
10-Q2025-08-13fiscal Q1 202617380001640334-25-001422
10-K2025-06-27fiscal FY 202518380001640334-25-001069
10-Q2025-02-14fiscal Q3 202517560001640334-25-000255
10-Q2024-11-14fiscal Q2 202516500001640334-24-001725
10-Q2024-08-14fiscal Q1 202515340001640334-24-001234
10-K2024-06-27fiscal FY 202416340001640334-24-001020
10-Q2024-02-07fiscal Q3 202416500001640334-24-000186
10-Q2023-11-01fiscal Q2 202316460001640334-23-002007
10-Q2023-08-18fiscal Q1 202315340001640334-23-001599
10-K2023-06-28fiscal FY 202317360001640334-23-001138
10-Q2023-02-14fiscal Q3 202315480001640334-23-000209
10-Q2022-11-04fiscal Q2 202315440001640334-22-002342
10-Q2022-08-17fiscal Q1 202315340001640334-22-001819
10-K2022-06-29fiscal FY 202217360001640334-22-001381
10-Q2022-03-15fiscal Q3 202215480001640334-22-000484
10-Q2022-02-25fiscal Q2 202216450001640334-22-000385
10-Q2021-08-23fiscal Q1 202213300001640334-21-002011
10-K2021-06-29fiscal FY 202114300001640334-21-001449
10-Q2021-02-10fiscal Q3 202118600001640334-21-000315
10-Q2020-11-16fiscal Q2 202018550001640334-20-002820
10-Q2020-08-14fiscal Q1 202018410001640334-20-002113
10-K2020-07-14fiscal FY 202022460001640334-20-001775
10-Q2020-02-24fiscal Q3 202016500001640334-20-000384
10-Q2019-11-14fiscal Q2 202017520001640334-19-002330
10-Q2019-08-14fiscal Q1 201915320001640334-19-001627
10-K2019-07-09fiscal FY 201917340001640334-19-001306
10-Q2019-02-20fiscal Q3 201917450001640334-19-000296
10-Q2018-10-31fiscal Q2 201916430001640334-18-002038
10-Q2018-08-09fiscal Q1 201916300001640334-18-001517
10-K2018-06-29fiscal FY 201818350001640334-18-001289
10-Q2018-02-07fiscal Q3 201816450001640334-18-000245
10-Q/A2017-12-05fiscal Q2 201816460001640334-17-002597
10-Q/A2017-12-05fiscal Q1 201816330001640334-17-002595
10-Q2017-11-20fiscal Q2 201817480001640334-17-002491
10-Q2017-08-16fiscal Q1 201817350001640334-17-001724
10-K2017-06-26fiscal FY 201726540001515971-17-000095
10-Q2017-02-21fiscal Q3 201725700001515971-17-000028
10-Q2016-11-17fiscal Q2 201724680001515971-16-000630
10-Q2016-08-12fiscal Q1 201724500001515971-16-000575
10-K2016-07-14fiscal FY 201625520001515971-16-000556
10-Q2016-01-22fiscal Q3 201624680001515971-16-000426

Inspect the source

Entity
XENOUS HOLDINGS, INC. / CIK 0001651932
Captured
2026-09-21T17:22:50.842Z
SEC response SHA-256
62c24b1adeeafca479d9b62d0cf3f0a8b6a6915335724403156c03ce6234f5e4

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