Skip to content

AG&E HOLDINGS INC.: filings

Every AG&E HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-08-14

The latest filing in this captured record is a 10-Q filed 2018-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. AG&E HOLDINGS 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-Q2018-08-14fiscal Q2 2018381000001437749-18-015565
10-Q2018-05-21fiscal Q1 201839800001437749-18-010457
10-K2018-03-30fiscal FY 201738940001437749-18-005843
10-Q2017-11-14fiscal Q3 201736940001437749-17-019309
10-Q2017-08-14fiscal Q2 2017361120001437749-17-014695
10-Q2017-05-12fiscal Q1 201738780001437749-17-008871
10-K2017-03-30fiscal FY 201638940001437749-17-005612
10-Q2016-11-14fiscal Q3 201630940001437749-16-041859
10-Q2016-08-08fiscal Q2 201629880001437749-16-036678
10-Q2016-05-16fiscal Q1 201629600001437749-16-031935
10-K2016-03-30fiscal FY 2015381270001437749-16-028667
10-Q2015-11-13fiscal Q3 2015321000001437749-15-020721
10-Q2015-08-13fiscal Q2 2015321010001437749-15-015705
10-Q2015-05-15fiscal Q1 201532670001437749-15-010400
10-K2015-03-23fiscal FY 2014401330001437749-15-005818
10-Q2014-11-14fiscal Q3 2014371340001437749-14-020881
10-Q2014-08-08fiscal Q2 2014381350001437749-14-014747
10-Q2014-05-14fiscal Q1 201438930001437749-14-009014
10-K2014-03-13fiscal FY 2013411420001437749-14-004056
10-Q2013-11-13fiscal Q3 2013371320001437749-13-014615
10-Q2013-08-13fiscal Q2 2013371320001437749-13-010576
10-Q2013-05-15fiscal Q1 201337900000105608-13-000007
10-K2013-03-13fiscal FY 2012411420000105608-13-000002
10-Q2012-11-14fiscal Q3 2012371320000105608-12-000021
10-Q2012-08-14fiscal Q2 2012371320000105608-12-000014
10-Q2012-05-10fiscal Q1 201235870000105608-12-000007
10-K2012-03-08fiscal FY 2011401060000105608-12-000002
10-Q2011-11-10fiscal Q3 2011361310000105608-11-000016
10-Q2011-08-10fiscal Q2 2011351270000105608-11-000014

Inspect the source

Entity
AG&E HOLDINGS INC. / CIK 0000105608
Captured
SEC response SHA-256
cc92fa8eedb6c51903bfc19a2ebb01074212c568a161adcb67038822989b51e9

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