Skip to content

Gates Industrial Corporation Ltd.: filings

Every Gates Industrial Corporation Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-31fiscal Q2 2026541520001628280-26-051411
10-Q2026-05-01fiscal Q1 2026541140001628280-26-029351
10-K2026-02-12fiscal FY 2025601600001628280-26-007719
10-Q2025-10-29fiscal Q3 2025541520001628280-25-047174
10-Q2025-07-30fiscal Q2 2025541520001718512-25-000051
10-Q2025-04-30fiscal Q1 2025541140001718512-25-000031
10-K2025-02-06fiscal FY 2024601600001718512-25-000013
10-Q2024-10-30fiscal Q3 2024541520001718512-24-000084
10-Q2024-07-31fiscal Q2 2024541520001718512-24-000065
10-Q2024-05-01fiscal Q1 2024541140001718512-24-000036
10-K2024-02-08fiscal FY 2023601600001718512-24-000010
10-Q2023-11-03fiscal Q3 2023551530001718512-23-000065
10-Q2023-08-04fiscal Q2 2023551530001718512-23-000053
10-Q2023-05-04fiscal Q1 2023551150001718512-23-000033
10-K2023-02-09fiscal FY 2022601600001718512-23-000013
10-Q2022-11-04fiscal Q3 2022541520001718512-22-000058
10-Q2022-08-05fiscal Q2 2022541520001718512-22-000049
10-Q2022-05-04fiscal Q1 2022541140001718512-22-000025
10-K2022-02-11fiscal FY 2021601600001718512-22-000007
10-Q2021-11-08fiscal Q3 2021531500001718512-21-000063
10-Q2021-08-09fiscal Q2 2021531500001718512-21-000051
10-Q2021-05-11fiscal Q1 2021531120001718512-21-000033
10-K2021-02-10fiscal FY 2020591560001718512-21-000012
10-Q2020-11-04fiscal Q3 2020531500001718512-20-000061
10-Q2020-08-05fiscal Q2 2020531500001718512-20-000046
10-Q2020-05-06fiscal Q1 2020531120001718512-20-000030
10-K2020-02-21fiscal Q4 2019631990001718512-20-000013
10-Q2019-11-06fiscal Q3 2019571550001718512-19-000034
10-Q2019-08-07fiscal Q2 2019571550001718512-19-000026
10-Q2019-05-08fiscal Q1 2019571160001718512-19-000016
10-K2019-02-14fiscal Q4 2018591960001718512-19-000004
10-Q2018-11-02fiscal Q3 2018541500001718512-18-000017
10-Q2018-08-02fiscal Q2 2018531480001718512-18-000013
10-Q2018-05-03fiscal Q1 2018511080001718512-18-000007

Inspect the source

Entity
Gates Industrial Corporation Ltd. / CIK 0001718512
Captured
2026-09-21T17:27:07.285Z
SEC response SHA-256
ce7d311f2c56bd4802ae1ac9acb4df88e9e88f5c3856fe9af8bed5c3588f1cfe

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