Skip to content

ENERGOUS CORPORATION: filings

Every ENERGOUS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026421140001104659-26-095940
10-Q2026-05-14fiscal Q1 202642860001104659-26-061191
10-K2026-03-26fiscal FY 202544880001104659-26-035214
10-Q2025-11-13fiscal Q3 2025411160001104659-25-111315
10-Q2025-07-31fiscal Q2 2025411120001410578-25-001546
10-Q2025-05-13fiscal Q1 202541840001410578-25-001229
10-K2025-02-27fiscal FY 202444870001410578-25-000218
10-Q2024-11-13fiscal Q3 2024361030001410578-24-001937
10-Q2024-08-12fiscal Q2 202436970001410578-24-001319
10-Q2024-05-14fiscal Q1 202436710001410578-24-000812
10-K2024-03-28fiscal FY 202340790000950170-24-038168
10-Q2023-11-14fiscal Q3 2023361010000950170-23-063250
10-Q2023-08-15fiscal Q2 202336970000950170-23-042561
10-Q2023-05-17fiscal Q1 202336710001564590-23-007324
10-K2023-03-30fiscal FY 202241790001564590-23-004785
10-Q2022-11-10fiscal Q3 2022381030001564590-22-037408
10-Q2022-08-16fiscal Q2 202238990001564590-22-029528
10-Q2022-05-16fiscal Q1 202234670001564590-22-020364
10-K2022-03-23fiscal FY 202135700001564590-22-011415
10-Q2021-11-15fiscal Q3 202132850001564590-21-057041
10-Q2021-08-11fiscal Q2 202132790001564590-21-043164
10-Q2021-05-17fiscal Q1 202132640001564590-21-028434
10-K2021-03-24fiscal FY 202036870001564590-21-015121
10-Q2020-11-09fiscal Q3 202032890001564590-20-052603
10-Q2020-08-10fiscal Q2 202032830001564590-20-038993
10-Q2020-05-11fiscal Q1 202032650001564590-20-024347
10-K2020-03-13fiscal FY 201936870001564590-20-010876
10-Q2019-11-12fiscal Q3 201932880001564590-19-042944
10-Q2019-08-09fiscal Q2 201930810001564590-19-031269
10-Q2019-05-10fiscal Q1 201930630001564590-19-018605
10-K2019-02-28fiscal FY 201832800001564590-19-005041
10-Q2018-11-09fiscal Q3 201830750001564590-18-028955
10-Q2018-08-09fiscal Q2 201828710001564590-18-021081
10-Q2018-05-10fiscal Q1 201829590001564590-18-012883
10-K2018-03-16fiscal FY 2017321050001193125-18-086072
10-Q2017-11-09fiscal Q3 201729770001144204-17-057824
10-Q2017-08-09fiscal Q2 201726690001144204-17-041697
10-Q2017-05-10fiscal Q1 201726530001144204-17-026113
10-K2017-03-16fiscal FY 201629990001144204-17-015126
10-Q2016-11-09fiscal Q3 201626700001144204-16-132782
10-Q2016-08-09fiscal Q2 201625680001144204-16-117770
10-Q2016-05-10fiscal Q1 201623480001144204-16-100535
10-K2016-03-15fiscal FY 201528970001144204-16-088198
10-Q2015-11-12fiscal Q3 201525670001144204-15-064413
10-Q2015-08-13fiscal Q2 201527800001144204-15-049112
10-Q2015-05-13fiscal Q1 201524500001144204-15-030183
10-K2015-03-30fiscal FY 201426560001144204-15-019501
10-Q2014-11-10fiscal Q3 201424640001144204-14-066679
10-Q2014-08-13fiscal Q2 201429820001144204-14-049364
10-Q2014-05-14fiscal Q1 201426690001144204-14-030125

Inspect the source

Entity
ENERGOUS CORPORATION / CIK 0001575793
Captured
2026-09-20T09:21:49.019Z
SEC response SHA-256
bf4e0ea46e885af3e2eda1c980b181fe32811251660b5bb43c3f3b2d44aea276

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