Skip to content

ADVANCED CONTAINER TECHNOLOGIES, INC.: filings

Every ADVANCED CONTAINER TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2022-11-15

The latest filing in this captured record is a 10-Q/A filed 2022-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. ADVANCED CONTAINER TECHNOLOGIES, 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-Q/A2022-11-15fiscal Q3 2022401150001683168-22-007773
10-Q2022-08-22fiscal Q2 2022381080001683168-22-005991
10-Q2022-05-20fiscal Q1 202236760001683168-22-003867
10-K2022-04-18fiscal FY 202140800001213900-22-020228
10-Q2021-11-12fiscal Q3 202134920001721868-21-000777
10-Q2021-08-24fiscal Q2 202132840001721868-21-000527
10-Q2021-05-24fiscal Q1 202128560001721868-21-000325
10-K2021-04-16fiscal FY 202031610001721868-21-000228
10-Q2020-11-16fiscal Q3 202032860001721868-20-000542
10-Q2020-08-14fiscal Q2 202032860001721868-20-000364
10-Q2020-06-24fiscal Q1 202028570001721868-20-000286
10-K2020-05-28fiscal FY 201933660001721868-20-000253
10-Q2020-03-11fiscal Q3 201933870001721868-20-000132
10-Q2020-02-27fiscal Q2 201933870001721868-20-000112
10-Q2020-02-18fiscal Q1 201931620001721868-20-000083
10-K2019-12-20fiscal FY 201833630001721868-19-000602
10-Q2018-11-13fiscal Q3 201826610001721868-18-000659
10-Q2018-08-14fiscal Q2 201826610001721868-18-000566
10-Q2018-05-14fiscal Q1 201825500001721868-18-000405
10-K2018-04-02fiscal FY 201727550001721868-18-000221
10-Q2017-11-08fiscal Q3 201726620001721868-17-000007
10-Q2017-08-14fiscal Q2 201726640000721748-17-000514
10-Q2017-05-12fiscal Q1 201726520000721748-17-000307
10-K2017-04-14fiscal FY 201627550000721748-17-000242
10-Q2016-11-18fiscal Q3 201626630000721748-16-001809
10-Q2016-08-17fiscal Q2 201626630000721748-16-001595
10-Q2016-05-16fiscal Q1 201626520000721748-16-001282
10-K2016-04-14fiscal FY 201528560000721748-16-001180
10-Q2015-11-12fiscal Q3 201526610000721748-15-000817
10-Q2015-08-19fiscal Q2 201526580000721748-15-000676
10-Q2015-05-20fiscal Q1 201526440000721748-15-000398
10-K2015-04-15fiscal FY 201429510000721748-15-000270
10-Q2014-11-17fiscal Q3 201423500000721748-14-001159
10-Q2014-08-19fiscal Q2 201420470000721748-14-000884

Inspect the source

Entity
ADVANCED CONTAINER TECHNOLOGIES, INC. / CIK 0001096950
Captured
SEC response SHA-256
2fab970cb92bcbd63420faac535db1e2b85f730ede9b35bb19b594440a376885

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