Skip to content

INTERNATIONAL BARRIER TECHNOLOGY INC: filings

Every INTERNATIONAL BARRIER TECHNOLOGY INC annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2017-09-28

The latest filing in this captured record is a 10-K filed 2017-09-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTERNATIONAL BARRIER 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-K2017-09-28fiscal FY 201734650001052918-17-000481
10-Q2017-05-15fiscal Q3 201728680001052918-17-000273
10-Q2017-02-14fiscal Q2 201728680001052918-17-000106
10-Q2016-11-15fiscal Q1 201728580001052918-16-001391
10-Q2016-11-14fiscal Q3 201627670001052918-16-001386
10-K2016-09-28fiscal FY 201634660001052918-16-001289
10-Q2016-05-16fiscal Q3 201627670001052918-16-001066
10-Q2016-02-16fiscal Q2 201625630001052918-16-000823
10-Q2015-11-16fiscal Q1 201624510001052918-15-000620
10-K2015-09-29fiscal FY 201529580001052918-15-000484
10-K2015-09-28fiscal FY 201529580001052918-15-000485
10-Q2015-05-15fiscal Q3 201526640001052918-15-000247
10-Q2015-02-17fiscal Q2 201527670001052918-15-000065
10-Q2014-11-14fiscal Q1 201526530001052918-14-000451
10-K2014-09-29fiscal FY 201430600001052918-14-000364
10-Q2014-05-15fiscal Q3 201426650001052918-14-000168
10-Q2014-02-14fiscal Q2 201426650001052918-14-000039
10-Q2013-11-14fiscal Q1 201425500001052918-13-000494
10-K2013-09-30fiscal FY 201329580001052918-13-000403
10-Q2013-05-15fiscal Q3 201324600001052918-13-000192
10-Q2013-02-14fiscal Q2 201323550001052918-13-000055
10-Q2012-11-14fiscal Q1 201324480001052918-12-000538
10-K/A2012-11-14fiscal FY 201230620001052918-12-000525
10-Q2012-05-15fiscal Q3 201222540001052918-12-000242
10-Q2012-02-14fiscal Q2 201224620001052918-12-000067
10-Q2011-11-14fiscal Q1 201223470001052918-11-000644
10-K2011-10-13fiscal FY 201124490001052918-11-000544

Inspect the source

Entity
INTERNATIONAL BARRIER TECHNOLOGY INC / CIK 0000890543
Captured
SEC response SHA-256
2978041cf5a1061b224b9da9ea61d136c10a16da7138d16029c4a63d175b13e6

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