Skip to content

Global Water Resources, Inc.: filings

Every Global Water Resources, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-08-13fiscal Q2 2026371080001628280-26-056446
10-Q2026-05-13fiscal Q1 202637780001628280-26-034667
10-K2026-03-04fiscal FY 202547940001628280-26-014659
10-Q2025-11-12fiscal Q3 2025401220001628280-25-051658
10-Q2025-08-13fiscal Q2 2025401180001434728-25-000265
10-Q2025-05-14fiscal Q1 202540840001434728-25-000169
10-K2025-03-05fiscal FY 202447960001434728-25-000079
10-Q2024-11-06fiscal Q3 2024421260001434728-24-000381
10-Q2024-08-07fiscal Q2 2024421220001434728-24-000280
10-Q2024-05-09fiscal Q1 202444910001434728-24-000153
10-K2024-03-07fiscal FY 202348970001434728-24-000087
10-Q2023-11-09fiscal Q3 2023461330001434728-23-000353
10-Q2023-08-10fiscal Q2 2023471300001434728-23-000263
10-Q2023-05-03fiscal Q1 202345930001434728-23-000152
10-K2023-03-09fiscal FY 202249990001434728-23-000086
10-Q2022-11-10fiscal Q3 2022461350001434728-22-000365
10-Q2022-08-10fiscal Q2 2022491400001434728-22-000281
10-Q2022-05-04fiscal Q1 202245930001434728-22-000153
10-K2022-03-10fiscal FY 202148980001434728-22-000077
10-Q2021-11-09fiscal Q3 2021481400001434728-21-000359
10-Q2021-08-05fiscal Q2 2021481340001434728-21-000262
10-Q2021-05-06fiscal Q1 202147950001434728-21-000145
10-K2021-03-04fiscal FY 202047970001434728-21-000087
10-Q2020-11-06fiscal Q3 2020451360001434728-20-000348
10-Q2020-08-06fiscal Q2 2020451300001434728-20-000244
10-Q2020-05-07fiscal Q1 202045930001434728-20-000144
10-K2020-03-05fiscal FY 201947990001434728-20-000077
10-Q2019-11-07fiscal Q3 2019451360001434728-19-000303
10-Q2019-08-08fiscal Q2 2019451320001434728-19-000203
10-Q2019-05-09fiscal Q1 201945940001434728-19-000121
10-K/A2019-04-10fiscal FY 2018451670001434728-19-000095
10-K2019-03-07fiscal FY 2018451670001434728-19-000051
10-Q2018-11-08fiscal Q3 2018431180001434728-18-000238
10-Q2018-08-09fiscal Q2 2018431180001434728-18-000151
10-Q2018-05-10fiscal Q1 201842890001434728-18-000079
10-K2018-03-09fiscal FY 2017431570001434728-18-000040
10-Q2017-11-09fiscal Q3 2017421170001434728-17-000133
10-Q2017-08-09fiscal Q2 2017421170001434728-17-000063
10-Q2017-05-10fiscal Q1 201742850001564590-17-010046
10-K2017-03-10fiscal FY 2016451550001564590-17-003919
10-Q2016-11-14fiscal Q3 2016411140001564590-16-029077
10-Q2016-08-11fiscal Q2 2016411140001564590-16-023986
10-Q2016-06-09fiscal Q1 201642870001564590-16-020405

Inspect the source

Entity
Global Water Resources, Inc. / CIK 0001434728
Captured
2026-09-20T09:02:59.998Z
SEC response SHA-256
f629b38fbf4e8555b7a40154efe20b91a19d8e15b340008d0538e3d0fe19b8ed

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