Skip to content

ALKALINE WATER Co INC: filings

Every ALKALINE WATER Co INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-09-22

The latest filing in this captured record is a 10-Q filed 2023-09-22. No later filing is in the SEC companyfacts record captured on 2026-09-20. ALKALINE WATER Co 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-Q2023-09-22fiscal Q3 202341900001062993-23-018414
10-K2023-08-17fiscal FY 202342920001062993-23-016652
10-Q2023-02-28fiscal Q3 2023411250001062993-23-005132
10-Q2022-11-14fiscal Q2 2023411210001062993-22-022060
10-Q2022-08-15fiscal Q1 202341900001062993-22-017983
10-K2022-07-14fiscal FY 202241860001062993-22-016353
10-Q2022-02-14fiscal Q3 2022371060001062993-22-004240
10-Q2021-11-09fiscal Q2 2022371040001062993-21-010494
10-K/A2021-08-31fiscal FY 202138800001062993-21-008049
10-Q2021-08-16fiscal Q1 202237800001062993-21-007575
10-K2021-07-06fiscal FY 202138800001062993-21-006297
10-Q2021-02-16fiscal Q3 2021371090001062993-21-001520
10-Q2020-11-16fiscal Q2 2021381030001062993-20-005741
10-Q2020-08-14fiscal Q1 202138770001062993-20-003950
10-K2020-08-13fiscal FY 202037720001062993-20-003916
10-Q2020-02-10fiscal Q3 202036990001062993-20-000550
10-Q2019-11-12fiscal Q2 202038970001062993-19-004320
10-Q2019-08-08fiscal Q1 201938730001062993-19-003191
10-K2019-07-01fiscal FY 201935710001062993-19-002758
10-Q2019-02-14fiscal Q3 201934890001062993-19-000944
10-Q2018-11-13fiscal Q2 201934890001062993-18-004510
10-Q2018-08-14fiscal Q1 201833670001062993-18-003419
10-K2018-06-29fiscal FY 201836730001062993-18-002765
10-Q2018-02-20fiscal Q3 201834880001062993-18-000926
10-Q2017-11-20fiscal Q2 201833860001062993-17-005043
10-Q2017-08-21fiscal Q1 201733660001062993-17-003908
10-K2017-07-14fiscal FY 201734690001062993-17-003236
10-Q2017-02-14fiscal Q3 201733860001062993-17-000939
10-Q2016-11-21fiscal Q2 201733860001062993-16-012446
10-Q2016-08-15fiscal Q1 201633660001062993-16-011157
10-K2016-07-14fiscal FY 201633670001062993-16-010562
10-Q2016-02-22fiscal Q3 201632840001062993-16-008010
10-Q2015-11-23fiscal Q2 201631820001062993-15-006394
10-Q2015-08-18fiscal Q1 201530600001062993-15-004667
10-K2015-07-14fiscal FY 201530610001062993-15-003853
10-Q2015-02-17fiscal Q3 201530780001062993-15-000910
10-Q2014-11-14fiscal Q2 201530780001062993-14-006691
10-Q2014-08-13fiscal Q1 201430760001062993-14-004803
10-K2014-06-30fiscal FY 201428730001062993-14-003953
10-Q/A2014-03-28fiscal Q3 201329900001062993-14-001674
10-Q2014-02-14fiscal Q3 201329900001062993-14-000865
10-Q2013-11-13fiscal Q2 201329740001062993-13-005637
10-Q2013-08-13fiscal Q1 201329570001062993-13-004048
10-Q2013-05-17fiscal Q2 201316530001062993-13-002646
10-Q2013-01-22fiscal Q3 201213340001532390-13-000006
10-K2012-11-26fiscal FY 201211280001532390-12-000006
10-Q2012-07-18fiscal Q1 201221500001165527-12-000762
10-Q2012-06-21fiscal Q2 201220470001165527-12-000672

Inspect the source

Entity
ALKALINE WATER Co INC / CIK 0001532390
Captured
2026-09-20T09:16:21.657Z
SEC response SHA-256
ead65423e1a46a55ab783c676fdcf33965b1701208d06921ea95d181a376b134

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