Skip to content

AMERICAN DG ENERGY INC: filings

Every AMERICAN DG ENERGY INC annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2017-05-12

The latest filing in this captured record is a 10-Q filed 2017-05-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMERICAN DG ENERGY 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-Q2017-05-12fiscal Q1 201730620001378706-17-000027
10-K2017-03-21fiscal FY 201637760001378706-17-000008
10-Q2016-11-14fiscal Q3 201632840001378706-16-000214
10-Q2016-08-11fiscal Q2 201631820001378706-16-000204
10-Q2016-05-13fiscal Q1 201631640001378706-16-000193
10-K2016-03-30fiscal FY 201337760001378706-16-000176
10-Q2015-11-16fiscal Q3 201533860001378706-15-000101
10-Q2015-08-14fiscal Q2 201532840001378706-15-000036
10-Q2015-05-15fiscal Q1 201532660001378706-15-000011
10-K2015-03-31fiscal FY 201337750001378706-15-000003
10-Q2014-11-14fiscal Q3 201433850001378706-14-000036
10-Q2014-08-14fiscal Q2 201433840001378706-14-000024
10-Q2014-05-15fiscal Q1 201433660001378706-14-000010
10-K2014-04-09fiscal FY 201337750001378706-14-000002
10-Q2013-11-14fiscal Q3 201334880001378706-13-000046
10-Q2013-08-14fiscal Q2 201334880001378706-13-000027
10-Q2013-05-15fiscal Q1 201334690001378706-13-000015
10-K2013-04-01fiscal FY 201237750001378706-13-000006
10-Q2012-11-14fiscal Q3 201234870001378706-12-000006
10-Q2012-08-14fiscal Q2 201234880001144204-12-045367
10-Q2012-05-15fiscal Q1 201235720001144204-12-029185
10-K2012-03-26fiscal FY 201134700001144204-12-017003
10-Q2011-11-10fiscal Q3 201132840001144204-11-062830
10-Q2011-08-12fiscal Q2 201130800001144204-11-045822

Inspect the source

Entity
AMERICAN DG ENERGY INC / CIK 0001378706
Captured
SEC response SHA-256
92c59b5789b9f16efb9f3bc964f705d6151098464e8d4c525441b46094c1f431

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