Skip to content

INTEGRAL TECHNOLOGIES, INC: filings

Every INTEGRAL TECHNOLOGIES, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-05-15fiscal Q3 202618660001437749-26-017377
10-Q2026-02-17fiscal Q2 202618620001437749-26-004190
10-Q2025-12-18fiscal Q1 202618380001437749-25-038287
10-K2025-12-03fiscal FY 202521420001437749-25-036695
10-Q2025-08-25fiscal Q3 202519700001437749-25-027698
10-Q2025-07-23fiscal Q2 202519660001437749-25-023265
10-Q2025-07-03fiscal Q1 202519400001437749-25-022141
10-K2025-06-09fiscal FY 202421430001437749-25-019879
10-Q2025-02-19fiscal Q1 202420420001437749-25-004271
10-Q2025-02-19fiscal Q2 202419660001437749-25-004269
10-Q2025-02-19fiscal Q3 202419700001437749-25-004268
10-K2024-09-26fiscal FY 202318370001437749-24-030004
10-Q2019-01-22fiscal Q3 201826580001437749-19-001092
10-Q2018-11-26fiscal Q2 201825570001437749-18-021276
10-Q2018-10-30fiscal Q1 201825450001437749-18-019044
10-K2018-09-19fiscal FY 201730600001437749-18-017215
10-Q2017-05-22fiscal Q3 201721500001437749-17-009826
10-Q2017-02-17fiscal Q2 201721500001437749-17-002757
10-Q2017-02-10fiscal Q1 201720380001437749-17-002139
10-K2017-01-17fiscal FY 201626530001140361-17-002040
10-Q2016-05-16fiscal Q3 201621500001140361-16-065771
10-Q2016-02-16fiscal Q2 201621500001140361-16-053194
10-Q2015-11-16fiscal Q1 201619360001140361-15-041668
10-K2015-09-29fiscal FY 201525510001140361-15-036073
10-Q2015-05-15fiscal Q3 201525610001140361-15-020252
10-Q2015-02-17fiscal Q2 201529720001140361-15-007267
10-Q2014-11-14fiscal Q1 201529580001140361-14-042231
10-K2014-09-30fiscal FY 201431630001140361-14-036802
10-Q2014-05-15fiscal Q3 201422650001140361-14-021419
10-Q2014-02-14fiscal Q2 201421630001140361-14-007859
10-Q2013-11-18fiscal Q1 201421530001140361-13-043312
10-K2013-09-30fiscal FY 2013231030001140361-13-037258
10-Q2013-05-15fiscal Q3 201320630001140361-13-021003
10-Q2013-02-14fiscal Q2 201320630001140361-13-007316
10-Q2012-11-14fiscal Q1 201319510001140361-12-047246
10-K2012-09-28fiscal FY 201221970001140361-12-041899
10-Q2012-05-15fiscal Q3 201216540001140361-12-025554
10-Q2012-02-14fiscal Q2 201216530001140361-12-008355
10-Q2011-11-15fiscal Q1 201215420001140361-11-053702

Inspect the source

Entity
INTEGRAL TECHNOLOGIES, INC / CIK 0001018281
Captured
2026-09-21T17:17:58.596Z
SEC response SHA-256
c90369ec592fd6f00cda2cd2d13fd2d5ded938233c0b93a5b8d136449735091c

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