Skip to content

AERKOMM INC.: filings

Every AERKOMM INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-09-18fiscal Q2 2026511360001213900-26-101291
10-Q2026-07-30fiscal Q1 202643910001213900-26-083016
10-K2026-05-28fiscal FY 2025521030001213900-26-061993
10-Q2025-12-16fiscal Q3 2025521440001213900-25-121844
10-Q2025-11-17fiscal Q2 2025501350001213900-25-111150
10-Q2025-10-27fiscal Q1 202549940001213900-25-102306
10-K2025-08-18fiscal FY 202448970001213900-25-077887
10-Q2024-11-13fiscal Q3 2024511380001213900-24-097124
10-Q2024-09-19fiscal Q2 2024491310001213900-24-080355
10-Q/A2024-09-16fiscal Q1 202445900001213900-24-078709
10-K/A2024-09-05fiscal FY 202348940001213900-24-076149
10-Q2024-05-29fiscal Q1 202444900001213900-24-047257
10-K2024-05-07fiscal FY 202346900001213900-24-040309
10-Q2024-01-19fiscal Q3 2023441200001213900-24-004903
10-Q2023-11-13fiscal Q2 2023421120001213900-23-085557
10-Q2023-10-25fiscal Q1 202343840001013762-23-006432
10-K2023-07-10fiscal FY 202248930001213900-23-055610
10-Q2022-12-20fiscal Q3 2022461280001213900-22-081459
10-Q2022-08-22fiscal Q2 2022451210001213900-22-050062
10-Q2022-07-13fiscal Q1 202242830001213900-22-039170
10-K2022-07-01fiscal FY 202147930001213900-22-036794
10-Q2021-11-22fiscal Q3 2021481360001213900-21-061214
10-Q2021-08-23fiscal Q2 2021491320001213900-21-044350
10-Q2021-05-21fiscal Q1 202146930001213900-21-028401
10-K2021-03-24fiscal FY 202051990001213900-21-017392
10-Q2020-11-09fiscal Q3 2020491290001213900-20-035939
10-Q2020-08-17fiscal Q2 2020491260001213900-20-022524
10-Q2020-07-07fiscal Q1 202046930001213900-20-016793
10-K2020-03-30fiscal FY 201950970001213900-20-008056
10-Q2019-11-14fiscal Q3 2019471160001213900-19-023484
10-Q2019-08-14fiscal Q2 2019471140001213900-19-015851
10-Q2019-05-14fiscal Q1 201938710001213900-19-008582
10-Q2019-02-19fiscal Q3 201939950001213900-19-002845
10-Q/A2018-11-30fiscal Q2 201939930001213900-18-016799
10-Q2018-11-14fiscal Q2 201939930001213900-18-015769
10-Q2018-08-14fiscal Q1 201934650001213900-18-011017
10-K2018-03-19fiscal FY 201737940001213900-18-003153
10-Q2017-11-20fiscal Q3 201737990001213900-17-012301
10-Q2017-08-14fiscal Q2 201737950001477932-17-003962
10-Q2017-05-15fiscal Q1 201737720001477932-17-002321
10-K2017-02-13fiscal FY 201614290001477932-17-000688
10-Q2016-11-02fiscal Q3 201614380001477932-16-013224
10-Q2016-07-14fiscal Q2 201614350001477932-16-011364
10-Q2016-04-12fiscal Q1 201613250001477932-16-009654
10-K2016-02-16fiscal FY 201515290001477932-16-008603
10-Q2015-10-15fiscal Q3 201516380001477932-15-006402
10-Q2015-07-29fiscal Q2 201516370001477932-15-004741
10-Q2015-04-27fiscal Q1 201513260001477932-15-002744
10-K2015-03-06fiscal FY 201414300001477932-15-001539
10-Q2015-01-27fiscal Q3 201417480001477932-15-000818
10-Q2014-11-05fiscal Q3 201417480001477932-14-005763
10-Q2014-08-05fiscal Q2 201419480001477932-14-004058
10-Q2014-04-28fiscal Q1 201414320001477932-14-002062
10-K2014-03-14fiscal FY 201314460001477932-14-001052

Inspect the source

Entity
AERKOMM INC. / CIK 0001590496
Captured
2026-09-21T17:21:00.379Z
SEC response SHA-256
1c5ac75120811a05538bbc0791ce11a099374100f6f50e4b580165bb9f3b6c10

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