Skip to content

ALARM.COM HOLDINGS, INC.: filings

Every ALARM.COM HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-06fiscal Q2 2026471330001459200-26-000015
10-Q2026-05-07fiscal Q1 202647990001459200-26-000009
10-K2026-02-19fiscal FY 2025561480001459200-26-000005
10-Q2025-11-06fiscal Q3 2025491400001459200-25-000023
10-Q2025-08-07fiscal Q2 2025491390001459200-25-000018
10-Q2025-05-09fiscal Q1 2025501050001459200-25-000008
10-K2025-02-20fiscal FY 2024581910001459200-25-000004
10-Q2024-11-07fiscal Q3 2024501440001459200-24-000025
10-Q2024-08-08fiscal Q2 2024501420001459200-24-000021
10-Q2024-05-10fiscal Q1 2024481000001459200-24-000016
10-K2024-02-22fiscal FY 2023571880001459200-24-000008
10-Q2023-11-09fiscal Q3 2023491400001459200-23-000028
10-Q2023-08-09fiscal Q2 2023491380001459200-23-000023
10-Q2023-05-10fiscal Q1 2023491020001459200-23-000016
10-K2023-02-24fiscal FY 2022551830001459200-23-000006
10-Q2022-11-09fiscal Q3 2022481400001459200-22-000033
10-Q2022-08-09fiscal Q2 2022481360001459200-22-000024
10-Q2022-05-05fiscal Q1 2022481000001459200-22-000015
10-K2022-02-24fiscal FY 2021551820001459200-22-000008
10-Q2021-11-04fiscal Q3 2021481390001459200-21-000035
10-Q2021-08-05fiscal Q2 2021481350001459200-21-000028
10-Q2021-05-04fiscal Q1 202148990001459200-21-000021
10-K2021-02-25fiscal FY 2020551810001459200-21-000012
10-Q2020-11-05fiscal Q3 2020481380001459200-20-000030
10-Q2020-08-05fiscal Q2 2020481340001459200-20-000022
10-Q2020-05-07fiscal Q1 202048980001459200-20-000012
10-K2020-02-26fiscal FY 2019551840001459200-20-000005
10-Q2019-11-05fiscal Q3 2019471370001459200-19-000024
10-Q2019-08-09fiscal Q2 2019471330001459200-19-000019
10-Q2019-05-09fiscal Q1 201946960001459200-19-000012
10-K2019-03-01fiscal FY 2018491640001459200-19-000007
10-Q2018-11-07fiscal Q3 2018431180001459200-18-000038
10-Q2018-08-07fiscal Q2 2018431180001459200-18-000028
10-Q2018-05-04fiscal Q1 201840820001459200-18-000018
10-K2018-02-28fiscal FY 2017461480001459200-18-000013
10-Q2017-11-09fiscal Q3 2017411120001459200-17-000032
10-Q2017-08-09fiscal Q2 2017411120001459200-17-000021
10-Q2017-05-10fiscal Q1 201740820001459200-17-000013
10-K2017-03-16fiscal FY 2016481530001459200-17-000007
10-Q2016-11-14fiscal Q3 2016421140001459200-16-000050
10-Q2016-08-15fiscal Q2 2016421140001459200-16-000042
10-Q2016-05-10fiscal Q1 201641840001459200-16-000037
10-K2016-02-29fiscal FY 2015481370001459200-16-000024
10-Q2015-11-12fiscal Q3 2015431180001459200-15-000013
10-Q2015-08-14fiscal Q2 2015431180001459200-15-000005

Inspect the source

Entity
ALARM.COM HOLDINGS, INC. / CIK 0001459200
Captured
2026-09-20T09:06:07.238Z
SEC response SHA-256
9a0ee0c7782c4c51ea09db728d9985733180d15888f0f1a8655281031cd114c5

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