Skip to content

SiteOne Landscape Supply, Inc.: filings

Every SiteOne Landscape Supply, 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-04-29fiscal Q1 2026531100001650729-26-000011
10-K2026-02-19fiscal FY 2025561460001650729-26-000005
10-Q2025-10-29fiscal Q3 2025541520001650729-25-000024
10-Q2025-07-30fiscal Q2 2025531460001650729-25-000019
10-Q2025-04-30fiscal Q1 2025521080001650729-25-000013
10-K2025-02-20fiscal FY 2024561450001650729-25-000004
10-Q2024-10-30fiscal Q3 2024531500001650729-24-000018
10-Q2024-07-31fiscal Q2 2024531460001650729-24-000013
10-Q2024-05-01fiscal Q1 2024521080001650729-24-000009
10-K2024-02-22fiscal FY 2023551420001650729-24-000004
10-Q2023-11-01fiscal Q3 2023521460001650729-23-000015
10-Q2023-08-02fiscal Q2 2023521420001650729-23-000012
10-Q2023-05-03fiscal Q1 2023521080001650729-23-000008
10-K2023-02-23fiscal FY 2022551420001650729-23-000003
10-Q2022-11-02fiscal Q3 2022511430001650729-22-000017
10-Q2022-08-03fiscal Q2 2022511390001650729-22-000013
10-Q2022-05-04fiscal Q1 2022511050001650729-22-000010
10-K2022-02-24fiscal FY 2021541380001650729-22-000005
10-Q2021-11-03fiscal Q3 2021511430001650729-21-000021
10-Q2021-08-04fiscal Q2 2021511390001650729-21-000017
10-Q2021-05-05fiscal Q1 2021511050001650729-21-000013
10-K2021-03-03fiscal FY 2020541380001650729-21-000006
10-Q2020-10-28fiscal Q3 2020501410001650729-20-000019
10-Q2020-07-29fiscal Q2 2020501370001650729-20-000015
10-Q2020-04-29fiscal Q1 2020501030001650729-20-000009
10-K2020-02-26fiscal FY 2019541410001650729-20-000004
10-Q2019-10-30fiscal Q3 2019531490001650729-19-000021
10-Q2019-07-31fiscal Q2 2019531460001650729-19-000016
10-Q2019-05-01fiscal Q1 2019541140001650729-19-000010
10-K2019-02-27fiscal FY 2018561500001650729-19-000004
10-Q2018-10-31fiscal Q3 2018511380001650729-18-000019
10-Q2018-08-01fiscal Q2 2018511380001650729-18-000014
10-Q2018-05-02fiscal Q1 2018491040001650729-18-000009
10-K2018-02-28fiscal FY 2017531380001650729-18-000005
10-Q2017-11-08fiscal Q3 2017501320001650729-17-000013
10-Q2017-08-09fiscal Q2 2017501320001650729-17-000010
10-Q2017-05-10fiscal Q1 2017501020001650729-17-000007
10-K2017-03-15fiscal FY 2016531380001650729-17-000004
10-Q2016-11-07fiscal Q3 2016511350001650729-16-000014
10-Q2016-08-17fiscal Q2 2016511350001650729-16-000008
10-Q2016-06-22fiscal Q1 2016501030001650729-16-000005

Inspect the source

Entity
SiteOne Landscape Supply, Inc. / CIK 0001650729
Captured
2026-09-21T17:23:33.484Z
SEC response SHA-256
ec9a69838cb8fc78e69f980acd392d5c9cbc6cea2fb0f2a8ff5f92388babc554

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