Skip to content

Resideo Technologies, Inc.: filings

Every Resideo Technologies, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-12fiscal Q2 2026501440001740332-26-000025
10-Q2026-05-12fiscal Q1 2026491020001740332-26-000018
10-K2026-02-24fiscal FY 2025571490001740332-26-000005
10-Q2025-11-05fiscal Q3 2025491400001740332-25-000034
10-Q2025-08-05fiscal Q2 2025491420001740332-25-000024
10-Q2025-05-06fiscal Q1 2025501040001740332-25-000019
10-K2025-02-20fiscal FY 2024581510001740332-25-000010
10-Q2024-11-07fiscal Q3 2024511440001740332-24-000059
10-Q2024-08-09fiscal Q2 2024501420001740332-24-000053
10-Q2024-05-02fiscal Q1 2024491020001740332-24-000045
10-K2024-02-14fiscal FY 2023571480001740332-24-000019
10-Q2023-11-01fiscal Q3 2023501380001740332-23-000027
10-Q2023-08-04fiscal Q2 2023481320001740332-23-000021
10-Q2023-05-03fiscal Q1 2023481000001740332-23-000014
10-K2023-02-21fiscal FY 2022541400001740332-23-000006
10-Q2022-11-01fiscal Q3 2022531450000950170-22-020843
10-Q2022-08-04fiscal Q2 2022531460000950170-22-014776
10-Q2022-05-03fiscal Q1 202244920000950170-22-007105
10-K2022-02-15fiscal FY 2021531380000950170-22-001289
10-Q2021-11-04fiscal Q3 2021431210000950170-21-003105
10-Q2021-08-05fiscal Q2 2021431210001564590-21-041637
10-Q2021-05-06fiscal Q1 202142870001564590-21-024946
10-K2021-02-25fiscal FY 2020521670001564590-21-008469
10-Q2020-11-05fiscal Q3 2020441240001564590-20-050926
10-Q2020-08-04fiscal Q2 2020441240001564590-20-035858
10-Q2020-05-07fiscal Q1 202044900001564590-20-022480
10-K2020-02-27fiscal FY 2019541700001564590-20-007105
10-Q2019-11-06fiscal Q3 2019451330001564590-19-041017
10-Q2019-08-07fiscal Q2 2019441250001564590-19-030038
10-Q2019-05-08fiscal Q1 201943880001564590-19-017186
10-K2019-03-18fiscal FY 2018501610001564590-19-008280
10-Q2018-11-13fiscal Q3 201836930001564590-18-029339

Inspect the source

Entity
Resideo Technologies, Inc. / CIK 0001740332
Captured
2026-09-21T17:28:29.043Z
SEC response SHA-256
9d4f0aa34ed13d2dabdb04a268e1ac1042fb5162b097a176bdfcd429c1870bd1

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