Skip to content

Aly Energy Services, Inc.: filings

Every Aly Energy Services, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Aly Energy Services, 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-Q2019-11-13fiscal Q3 2019381120001477932-19-006390
10-Q2019-08-14fiscal Q2 2019401020001477932-19-004819
10-Q2019-05-15fiscal Q1 201939760001477932-19-002786
10-K2019-04-15fiscal FY 201839760001477932-19-001749
10-Q2018-11-13fiscal Q3 201836980001477932-18-005412
10-Q2018-08-14fiscal Q2 201835920001477932-18-003960
10-Q2018-05-15fiscal Q1 201833640001477932-18-002496
10-K2018-04-02fiscal FY 201738750001477932-18-001613
10-Q2017-11-14fiscal Q3 2017371030001477932-17-005530
10-Q2017-10-27fiscal Q2 2017361010001477932-17-005264
10-Q2017-10-27fiscal Q3 201632820001477932-17-005262
10-Q2017-10-27fiscal Q2 201632820001477932-17-005260
10-Q2017-09-05fiscal Q1 201735700001477932-17-004324
10-K2017-09-05fiscal FY 201637740001477932-17-004323
10-Q2016-05-16fiscal Q1 201637750001477932-16-010359
10-K2016-04-15fiscal FY 2015431360001477932-16-009825
10-Q2015-11-16fiscal Q3 2015431120001477932-15-007158
10-Q2015-08-17fiscal Q2 2015451130001477932-15-005316
10-Q2015-05-15fiscal Q1 201542840001477932-15-003311
10-K2015-04-01fiscal FY 2014471430001477932-15-002184
10-Q2014-11-14fiscal Q3 2014461200001477932-14-006276
10-Q2014-08-14fiscal Q2 2014421070001477932-14-004357
10-Q2014-05-16fiscal Q1 201442850001477932-14-002708
10-K2014-04-10fiscal FY 201345910001477932-14-001643
10-Q2013-11-14fiscal Q3 2013431020001477932-13-005458
10-Q2013-08-16fiscal Q2 2013401010001477932-13-003852
10-Q2013-05-15fiscal Q1 201318330001477932-13-002434
10-Q2012-11-13fiscal Q2 201220490001477932-12-004256
10-Q2012-08-13fiscal Q1 201220400001477932-12-002930
10-K2012-06-27fiscal FY 201124470001477932-12-002085
10-Q2012-02-10fiscal Q3 201125610001477932-12-000338
10-Q2011-11-02fiscal Q2 201123530001477932-11-002300
10-Q2011-07-22fiscal Q1 201123440001477932-11-001148

Inspect the source

Entity
Aly Energy Services, Inc. / CIK 0000946822
Captured
SEC response SHA-256
50d71d9e762a5809399e4d6c8b6f7743e80cd3fdb1c6a0216663e1ad67485c30

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