Skip to content

IONIX TECHNOLOGY, INC.: filings

Every IONIX TECHNOLOGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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. IONIX TECHNOLOGY, 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 Q3 2022511550001214659-22-007314
10-Q2022-02-14fiscal Q2 2022511500001214659-22-002683
10-Q2021-11-15fiscal Q1 2022511060001214659-21-011719
10-K/A2021-09-29fiscal FY 2021541090001214659-21-009904
10-K2021-09-29fiscal FY 2021541090001214659-21-009869
10-Q2021-05-17fiscal Q3 2021481390001214659-21-005505
10-Q2021-02-16fiscal Q2 2021471340001214659-21-001845
10-Q2020-11-16fiscal Q1 202147980001214659-20-009592
10-K2020-09-28fiscal FY 2020541070001214659-20-008144
10-Q2020-05-15fiscal Q3 2020551570001214659-20-004671
10-Q2020-02-14fiscal Q2 2020491240001214659-20-001382
10-Q2019-11-14fiscal Q1 202045850001214659-19-007143
10-K2019-09-30fiscal FY 201946820001214659-19-006106
10-Q2019-05-15fiscal Q3 2019431100001214659-19-003553
10-Q2019-02-11fiscal Q2 201934870001214659-19-000963
10-Q2018-11-14fiscal Q1 201831620001214659-18-007107
10-K2018-10-11fiscal FY 201831630001214659-18-006485
10-Q2018-05-14fiscal Q3 201831840001214659-18-003657
10-Q2018-02-14fiscal Q2 201831840001214659-18-001189
10-Q2017-11-20fiscal Q1 201831640001214659-17-006870
10-K2017-10-13fiscal FY 201730510001214659-17-006047
10-Q2017-05-22fiscal Q3 201730670001214659-17-003531
10-Q/A2017-03-23fiscal Q1 201729450001214659-17-002140
10-Q2017-02-21fiscal Q2 201731630001214659-17-001270
10-Q2016-11-14fiscal Q1 201727430001214659-16-014592
10-K2016-10-11fiscal FY 201629430001214659-16-014070
10-Q2016-05-13fiscal Q3 201625570001214659-16-011540
10-Q2016-02-12fiscal Q2 201615330001214659-16-009470
10-Q2015-11-09fiscal Q1 201614280001528308-15-000016
10-K2015-10-02fiscal FY 201518370001528308-15-000014
10-Q2015-05-18fiscal Q3 201514340001528308-15-000008
10-Q2015-02-12fiscal Q2 201514340001528308-15-000002
10-Q2014-11-17fiscal Q1 201514280001528308-14-000029
10-K2014-10-14fiscal FY 201420400001528308-14-000023
10-Q2014-05-20fiscal Q3 201414360001528308-14-000011
10-Q2014-02-06fiscal Q2 201414360001528308-14-000002
10-Q2013-11-18fiscal Q1 201414300001528308-13-000024
10-K2013-10-03fiscal FY 201318350001528308-13-000018
10-Q2013-05-17fiscal Q3 201318410001528308-13-000008
10-Q2013-02-11fiscal Q2 201318370001528308-13-000003
10-Q2012-11-19fiscal Q1 201319400001528308-12-000025
10-K2012-10-12fiscal FY 201221410001528308-12-000019
10-Q2012-05-17fiscal Q3 201222500001528308-12-000011
10-Q2012-02-07fiscal Q2 201215260001528308-12-000005
10-Q/A2011-11-21fiscal Q1 201213190001528308-11-000019

Inspect the source

Entity
IONIX TECHNOLOGY, INC. / CIK 0001528308
Captured
SEC response SHA-256
7db40d9d675b62e3a861e7f75897809099367afa20ba541569dbc65917c3cba9

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