Skip to content

QUEST WATER GLOBAL, INC.: filings

Every QUEST WATER GLOBAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-03-05fiscal Q3 202522670001493152-26-008980
10-Q2025-09-15fiscal Q2 202522620001493152-25-013354
10-Q2025-05-20fiscal Q1 202522450001641172-25-011714
10-K2025-04-10fiscal FY 202422440001641172-25-003648
10-Q2024-11-12fiscal Q3 202423700001493152-24-044868
10-Q2024-08-19fiscal Q2 202423670001493152-24-033057
10-Q2024-05-21fiscal Q1 202421430001493152-24-020799
10-K2024-04-16fiscal FY 202323430001493152-24-014872
10-Q2023-11-13fiscal Q3 202321560001493152-23-040450
10-Q2023-07-20fiscal Q2 202318460001493152-23-024965
10-Q2023-05-22fiscal Q1 202318350001493152-23-018558
10-K2023-05-15fiscal FY 202223380001493152-23-017485
10-Q2022-11-10fiscal Q3 202223590001493152-22-031196
10-Q2022-08-15fiscal Q2 202221490001493152-22-022621
10-Q2022-05-20fiscal Q1 202215310001493152-22-014613
10-K2022-04-15fiscal FY 202115300001493152-22-010091
10-Q2022-03-11fiscal Q3 202113400001493152-22-006611
10-Q2022-03-11fiscal Q2 202112320001493152-22-006601
10-Q2022-03-11fiscal Q1 202112240001493152-22-006596
10-K2022-03-11fiscal FY 202013260001493152-22-006567
10-Q2014-11-14fiscal Q3 201423490001493152-14-003699
10-Q2014-08-14fiscal Q2 201423460001493152-14-002582
10-Q2014-05-20fiscal Q1 201425540001493152-14-001650
10-K2014-04-15fiscal FY 201326660001493152-14-001124
10-Q2013-11-18fiscal Q3 201323570001493152-13-002464
10-Q2013-08-19fiscal Q2 201324600001493152-13-001681
10-Q/A2013-06-10fiscal Q1 201323520001493152-13-001134
10-K/A2013-06-10fiscal FY 201223580001493152-13-001129
10-Q2012-11-19fiscal Q3 201224630001493152-12-001767
10-Q/A2012-09-11fiscal Q2 201222600001493152-12-001239
10-Q2012-05-21fiscal Q1 201220510001493152-12-000500
10-K/A2012-04-19fiscal FY 201115380001493152-12-000329
10-Q2011-11-09fiscal Q3 201117560001213900-11-005816
10-Q2011-08-12fiscal Q2 201117560001213900-11-004259

Inspect the source

Entity
QUEST WATER GLOBAL, INC. / CIK 0001487091
Captured
2026-09-20T09:09:30.296Z
SEC response SHA-256
46f185d33085ac25aa64efdad04725d6664d43c96498b4ff5065d8639f71183c

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