Skip to content

APi Group Corporation: filings

Every APi Group Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-30fiscal Q2 2026541520001628280-26-051007
10-Q2026-04-30fiscal Q1 2026541120001628280-26-028658
10-K2026-02-25fiscal FY 2025571510001628280-26-011620
10-Q2025-10-30fiscal Q3 2025541540001628280-25-047400
10-Q2025-07-31fiscal Q2 2025541500001628280-25-036919
10-Q2025-05-01fiscal Q1 2025531100001628280-25-021384
10-K2025-02-26fiscal FY 2024571510001628280-25-008189
10-Q2024-10-31fiscal Q3 2024551570001628280-24-044499
10-Q2024-08-01fiscal Q2 2024551530001628280-24-033989
10-Q2024-05-02fiscal Q1 2024541130001628280-24-019929
10-K2024-02-28fiscal FY 2023561490001628280-24-007573
10-Q2023-11-02fiscal Q3 2023551590001628280-23-036327
10-Q2023-08-03fiscal Q2 2023551550000950170-23-037745
10-Q2023-05-04fiscal Q1 2023551140000950170-23-017734
10-K2023-03-01fiscal FY 2022611570000950170-23-005456
10-Q2022-11-03fiscal Q3 2022561580000950170-22-021671
10-Q2022-08-04fiscal Q2 2022561540000950170-22-014594
10-Q2022-05-04fiscal Q1 2022561140000950170-22-007288
10-K2022-03-01fiscal FY 2021611540000950170-22-002474
10-Q2021-11-10fiscal Q3 2021541570000950170-21-003973
10-Q2021-08-11fiscal Q2 2021541520001564590-21-043269
10-Q2021-05-12fiscal Q1 2021541130001564590-21-026763
10-K2021-03-24fiscal FY 2020601790001564590-21-014986
10-Q2020-11-12fiscal Q3 2020541490001564590-20-053192
10-Q2020-08-12fiscal Q2 2020531390001564590-20-039727
10-Q2020-06-02fiscal Q1 2020521050001193125-20-158136

Inspect the source

Entity
APi Group Corporation / CIK 0001796209
Captured
2026-09-21T17:32:19.325Z
SEC response SHA-256
2a4477433f7cac83b065f748298de2a4c32c247f732fd23b29aae45fd20603df

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