Skip to content

ALASKA COMMUNICATIONS SYSTEMS GROUP INC: filings

Every ALASKA COMMUNICATIONS SYSTEMS GROUP INC annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-07

The latest filing in this captured record is a 10-Q filed 2021-05-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALASKA COMMUNICATIONS SYSTEMS GROUP 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-Q2021-05-07fiscal Q1 202145930001437749-21-011343
10-K2021-03-16fiscal FY 202049990001437749-21-006153
10-Q2020-11-09fiscal Q3 2020471290001437749-20-023227
10-Q2020-08-10fiscal Q2 2020471290001437749-20-017317
10-Q2020-05-11fiscal Q1 202045920001437749-20-010263
10-K2020-03-16fiscal FY 201949960001437749-20-005330
10-Q2019-11-08fiscal Q3 2019471250001437749-19-022093
10-Q2019-08-08fiscal Q2 2019471240001437749-19-016053
10-Q2019-05-10fiscal Q1 201945890001437749-19-009470
10-K2019-03-11fiscal FY 2018461490001437749-19-004487
10-Q2018-11-07fiscal Q3 2018431190001437749-18-019822
10-Q2018-08-08fiscal Q2 2018431190001437749-18-014889
10-Q2018-05-10fiscal Q1 201842840001437749-18-009396
10-K2018-03-16fiscal FY 2017471620001437749-18-004865
10-Q2017-11-09fiscal Q3 2017431140001437749-17-018731
10-Q2017-08-04fiscal Q2 2017391060001193125-17-248610
10-Q2017-05-05fiscal Q1 201736730001193125-17-160771
10-K2017-03-16fiscal FY 2016421530001193125-17-085233
10-Q2016-11-04fiscal Q3 2016391070001193125-16-759218
10-Q2016-08-04fiscal Q2 2016371020001193125-16-671738
10-Q2016-05-09fiscal Q1 201636740001193125-16-583569
10-K2016-03-28fiscal FY 2015431560001193125-16-519797
10-Q2015-11-05fiscal Q3 2015371020001193125-15-368238
10-Q2015-08-10fiscal Q2 2015371020001193125-15-284452
10-Q2015-05-08fiscal Q1 201536740001193125-15-179852
10-K2015-03-16fiscal FY 2014411440001193125-15-091560
10-Q2014-11-10fiscal Q3 201436940001193125-14-404051
10-Q2014-08-08fiscal Q2 201436950001193125-14-303232
10-Q2014-05-09fiscal Q1 201437750001193125-14-192689
10-K2014-03-27fiscal FY 2013461540001193125-14-116933
10-Q/A2014-03-05fiscal Q3 201238520001193125-14-084562
10-Q2013-11-08fiscal Q3 2013391000001193125-13-435216
10-Q2013-08-02fiscal Q2 2013391020001193125-13-316780
10-Q2013-05-06fiscal Q1 201338770001193125-13-200222
10-K2013-03-01fiscal FY 2012421370001193125-13-087734
10-Q2012-11-05fiscal Q3 2012391020001193125-12-451362
10-Q2012-08-06fiscal Q2 201236920001193125-12-338032
10-Q2012-05-04fiscal Q1 201236740001193125-12-209306
10-K2012-03-02fiscal FY 201138960001193125-12-094359
10-Q2011-11-09fiscal Q3 201136850001193125-11-304149
10-Q2011-08-01fiscal Q2 201134810000950123-11-071127

Inspect the source

Entity
ALASKA COMMUNICATIONS SYSTEMS GROUP INC / CIK 0001089511
Captured
SEC response SHA-256
10b07dbe65c1c1c1378d69590dd66e61891bcdc1567b7995553ffda32d3f2ddb

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