Skip to content

Anterix Inc.: filings

Every Anterix Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-11fiscal Q1 202737800001304492-26-000046
10-K2026-06-25fiscal FY 202646920001304492-26-000027
10-Q2026-02-11fiscal Q3 2026391100001304492-26-000010
10-Q2025-11-12fiscal Q2 2026391100001304492-25-000109
10-Q2025-08-12fiscal Q1 202637800001304492-25-000096
10-K2025-06-24fiscal FY 202545910001304492-25-000056
10-Q2025-02-11fiscal Q3 2024391100001304492-25-000024
10-Q2024-11-13fiscal Q2 2024391100001304492-24-000121
10-Q2024-08-06fiscal Q1 202439840001304492-24-000103
10-K2024-06-26fiscal FY 202445910001304492-24-000077
10-Q2024-02-14fiscal Q3 2024391100001304492-24-000018
10-Q2023-11-13fiscal Q2 2024391080001304492-23-000061
10-Q2023-08-02fiscal Q1 202439820001304492-23-000043
10-K2023-06-14fiscal FY 2023471210001304492-23-000030
10-Q2023-02-09fiscal Q3 2023411130001304492-23-000005
10-Q2022-10-31fiscal Q2 2023401090001304492-22-000039
10-Q2022-08-08fiscal Q1 202340830001304492-22-000028
10-K2022-05-26fiscal FY 2022491260001304492-22-000020
10-Q2022-02-03fiscal Q3 202238970001304492-22-000010
10-Q/A2022-02-03fiscal Q2 202237940001304492-22-000007
10-Q2021-11-03fiscal Q2 202237940001562762-21-000405
10-Q2021-08-11fiscal Q1 202236750001304492-21-000036
10-K2021-06-15fiscal FY 2021441060001304492-21-000018
10-Q2021-02-08fiscal Q3 202138990001304492-21-000003
10-Q2020-11-16fiscal Q2 202138990001304492-20-000055
10-Q2020-08-06fiscal Q1 202037770001304492-20-000042
10-K2020-05-28fiscal FY 2020451040001304492-20-000027
10-Q2020-02-04fiscal Q3 2020441080001304492-20-000005
10-Q2019-11-06fiscal Q2 2020421040001304492-19-000049
10-Q2019-08-08fiscal Q1 202042830001304492-19-000045
10-K2019-05-20fiscal FY 2019441380001304492-19-000019
10-Q2019-02-08fiscal Q3 2019431140001304492-19-000009
10-Q2018-11-07fiscal Q2 2019431090001304492-18-000063
10-Q2018-08-10fiscal Q1 201943840001304492-18-000057
10-K/A2018-08-09fiscal FY 2018441350001304492-18-000052
10-Q/A2018-08-09fiscal Q3 201836940001304492-18-000050
10-K2018-06-05fiscal FY 2018441340001304492-18-000032
10-Q2018-02-06fiscal Q3 201837970001304492-18-000011
10-Q2017-11-07fiscal Q2 201836950001304492-17-000047
10-Q2017-08-08fiscal Q1 201837720001304492-17-000037
10-K2017-06-06fiscal FY 2017401190001304492-17-000020
10-Q2017-02-07fiscal Q3 201735880001304492-17-000008
10-Q2016-11-03fiscal Q2 201734850001304492-16-000081
10-Q2016-08-09fiscal Q1 201634660001304492-16-000067
10-K2016-06-13fiscal FY 2016371110001304492-16-000053
10-Q2016-02-16fiscal Q3 201632800001304492-16-000034
10-Q2015-11-10fiscal Q2 201630760001304492-15-000021
10-Q2015-08-11fiscal Q1 201628560001304492-15-000008
10-K2015-06-10fiscal FY 2015331060001193125-15-219362
10-Q/A2015-04-27fiscal Q3 201529760001193125-15-149843
10-Q2015-02-19fiscal Q3 201529760001193125-15-054197

Inspect the source

Entity
Anterix Inc. / CIK 0001304492
Captured
2026-09-20T07:50:53.192Z
SEC response SHA-256
a7be00deb9f8a8f608dd865b7e294daab498b3a1e039fb1ec7eb3f60745a9905

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