Skip to content

ENERGY AND WATER DEVELOPMENT CORP.: filings

Every ENERGY AND WATER DEVELOPMENT CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-Q2024-11-19fiscal Q3 2024391160001079973-24-001589
10-Q2024-08-19fiscal Q2 2024371080001079973-24-001285
10-Q/A2024-07-01fiscal Q1 202439820001079973-24-000984
10-K2024-04-26fiscal FY 202344900001079973-24-000601
10-Q2024-01-12fiscal Q3 2023401200001079973-24-000062
10-Q2023-09-29fiscal Q2 2023411180001079973-23-001337
10-Q2023-06-06fiscal Q1 202337760001079973-23-000826
10-K2023-03-31fiscal FY 202242860001553350-23-000245
10-Q2022-11-08fiscal Q3 2022391160001553350-22-000868
10-Q2022-08-11fiscal Q2 2022391120001553350-22-000660
10-Q2022-05-10fiscal Q1 202237760001553350-22-000419
10-K2022-04-14fiscal FY 202140780001553350-22-000329
10-Q2021-11-15fiscal Q3 202133890001553350-21-001018
10-Q2021-10-29fiscal Q2 202127680001553350-21-000944
10-Q2021-10-25fiscal Q1 202121410001553350-21-000932
10-K2021-09-30fiscal FY 202019350001553350-21-000870
10-Q2020-11-17fiscal Q3 202016490001553350-20-001031
10-Q2020-08-17fiscal Q2 202014420001553350-20-000770
10-Q2020-06-29fiscal Q1 202014290001553350-20-000577
10-K2020-04-14fiscal FY 201914260001553350-20-000315
10-Q2019-11-19fiscal Q3 201915450001553350-19-001217
10-Q2019-08-19fiscal Q2 201916430001553350-19-000866
10-Q2019-05-09fiscal Q1 201915270001553350-19-000491

Inspect the source

Entity
ENERGY AND WATER DEVELOPMENT CORP. / CIK 0001563298
Captured
2026-09-21T17:19:58.314Z
SEC response SHA-256
ffdf01274733fa2e7599b6207ebfb83c077803b5d45e715895eb260a7c1d3023

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