Skip to content

Allegion plc: filings

Every Allegion plc annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07-23fiscal Q2 2026401220001579241-26-000028
10-Q2026-04-28fiscal Q1 202640860001579241-26-000015
10-K2026-02-17fiscal FY 2025531410001579241-26-000007
10-Q2025-10-23fiscal Q3 2025411290001579241-25-000043
10-Q2025-07-24fiscal Q2 2025411230001579241-25-000030
10-Q2025-04-24fiscal Q1 202542900001579241-25-000021
10-K2025-02-18fiscal FY 2024541440001579241-25-000008
10-Q2024-10-24fiscal Q3 2024421320001579241-24-000049
10-Q2024-07-24fiscal Q2 2024421270001579241-24-000045
10-Q2024-04-25fiscal Q1 202442900001579241-24-000031
10-K2024-02-20fiscal FY 2023551460001579241-24-000006
10-Q2023-10-31fiscal Q3 2023431320001579241-23-000050
10-Q2023-07-26fiscal Q2 2023431280001579241-23-000039
10-Q2023-04-26fiscal Q1 202343920001579241-23-000023
10-K2023-02-22fiscal FY 2022551460001579241-23-000006
10-Q2022-10-27fiscal Q3 2022431340001579241-22-000063
10-Q2022-07-28fiscal Q2 2022431290001579241-22-000055
10-Q2022-04-26fiscal Q1 202242900001579241-22-000041
10-K2022-02-15fiscal FY 2021541440001579241-22-000019
10-Q2021-10-21fiscal Q3 2021421320001579241-21-000074
10-Q2021-07-22fiscal Q2 2021421270001579241-21-000062
10-Q2021-04-22fiscal Q1 202142900001579241-21-000043
10-K2021-02-16fiscal FY 2020541440001579241-21-000020
10-Q2020-10-22fiscal Q3 2020421320001579241-20-000075
10-Q2020-07-23fiscal Q2 2020421270001579241-20-000061
10-Q2020-04-23fiscal Q1 202042900001579241-20-000041
10-K2020-02-18fiscal FY 2019531400001579241-20-000013
10-Q2019-10-24fiscal Q3 2019411280001579241-19-000064
10-Q2019-07-25fiscal Q2 2019401210001579241-19-000051
10-Q2019-04-25fiscal Q1 201938790001579241-19-000028
10-K2019-02-19fiscal FY 2018501350001579241-19-000006
10-Q2018-10-25fiscal Q3 2018361020001579241-18-000037
10-Q2018-07-26fiscal Q2 2018351000001579241-18-000030
10-Q2018-04-26fiscal Q1 201835740001579241-18-000020
10-K2018-02-20fiscal FY 2017491330001579241-18-000007
10-Q2017-10-26fiscal Q3 2017371060001579241-17-000052
10-Q2017-07-27fiscal Q2 2017351020001579241-17-000039
10-Q2017-04-27fiscal Q1 201735760001579241-17-000021
10-K2017-02-17fiscal FY 2016481270001579241-17-000009
10-Q2016-10-27fiscal Q3 2016361050001579241-16-000087
10-Q2016-07-28fiscal Q2 2016361050001579241-16-000079
10-Q2016-04-28fiscal Q1 201636780001579241-16-000068
10-K2016-02-26fiscal FY 2015481270001579241-16-000056
10-Q2015-10-29fiscal Q3 2015361050001579241-15-000046
10-Q2015-07-30fiscal Q2 2015361050001579241-15-000033
10-Q2015-04-30fiscal Q1 201536780001579241-15-000013
10-K2015-02-27fiscal FY 2014481280001579241-15-000005
10-Q2014-10-30fiscal Q3 2014371070001579241-14-000041
10-Q2014-07-30fiscal Q2 2014361050001579241-14-000033
10-Q2014-04-30fiscal Q1 201435760001579241-14-000017

Inspect the source

Entity
Allegion plc / CIK 0001579241
Captured
2026-09-20T09:22:21.503Z
SEC response SHA-256
838a936033f9e2ceb5a60bbb42a6e41e4d4977a2cd263d0a55e2327b0094b80c

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