Skip to content

Airgain, Inc.: filings

Every Airgain, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-08-05fiscal Q2 2026501430001193125-26-335336
10-Q2026-05-06fiscal Q1 2026501030001193125-26-209133
10-K2026-02-26fiscal FY 2025541080001193125-26-076752
10-Q2025-11-12fiscal Q3 2025531500001193125-25-277931
10-Q2025-08-06fiscal Q2 2025531460000950170-25-104171
10-Q2025-05-07fiscal Q1 2025531080000950170-25-065872
10-K2025-02-27fiscal FY 2024551100000950170-25-029234
10-Q2024-11-12fiscal Q3 2024541540000950170-24-125669
10-Q2024-08-06fiscal Q2 2024541500000950170-24-092012
10-Q2024-05-08fiscal Q1 2024541080000950170-24-055887
10-K2024-03-06fiscal FY 2023561120000950170-24-027341
10-Q2023-11-09fiscal Q3 2023521440000950170-23-062233
10-Q2023-08-10fiscal Q2 2023521440000950170-23-041464
10-Q2023-05-11fiscal Q1 2023511040000950170-23-021388
10-K2023-03-20fiscal FY 2022561140000950170-23-008785
10-Q2022-11-14fiscal Q3 2022531460000950170-22-025104
10-Q2022-08-11fiscal Q2 2022531450000950170-22-016912
10-Q2022-05-10fiscal Q1 2022531060000950170-22-009047
10-K2022-03-21fiscal FY 2021581160000950170-22-004238
10-Q2021-11-09fiscal Q3 2021541480000950170-21-003802
10-Q2021-08-10fiscal Q2 2021541480000950170-21-001199
10-Q2021-05-06fiscal Q1 2021541100000950170-21-000128
10-K2021-02-19fiscal FY 2020551090001193125-21-049098
10-Q2020-11-05fiscal Q3 2020521440001564590-20-051487
10-Q2020-08-06fiscal Q2 2020521450001564590-20-037891
10-Q2020-05-07fiscal Q1 2020541080001564590-20-023016
10-K2020-02-28fiscal FY 2019561960001564590-20-007848
10-Q2019-11-07fiscal Q3 2019541480001564590-19-041856
10-Q2019-08-08fiscal Q2 2019531480001564590-19-030917
10-Q2019-05-10fiscal Q1 2019531100001564590-19-018194
10-K2019-03-15fiscal FY 2018571980001564590-19-008047
10-Q2018-11-08fiscal Q3 2018541480001564590-18-028540
10-Q2018-08-09fiscal Q2 2018541460001564590-18-021030
10-Q2018-05-10fiscal Q1 201848960001564590-18-012928
10-K2018-03-15fiscal FY 2017521710001564590-18-005821
10-Q2017-11-14fiscal Q3 2017501360001564590-17-023645
10-Q2017-08-14fiscal Q2 2017461290001564590-17-017545
10-Q2017-05-12fiscal Q1 201744880001564590-17-010656
10-K2017-03-15fiscal FY 2016481610001564590-17-004418
10-Q2016-11-14fiscal Q3 2016421190001564590-16-029067
10-Q2016-09-21fiscal Q2 2016401140001564590-16-025353

Inspect the source

Entity
Airgain, Inc. / CIK 0001272842
Captured
2026-09-20T07:47:50.751Z
SEC response SHA-256
fcf5c9876d9318fb38f8da4a91b193be220055a609286341a5b4103faeea80a0

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