Skip to content

RESTAURANT BRANDS INTERNATIONAL INC.: filings

Every RESTAURANT BRANDS INTERNATIONAL INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-06fiscal Q2 2026431180001618756-26-000045
10-Q2026-05-06fiscal Q1 202643880001618756-26-000029
10-K2026-02-20fiscal FY 2025521310001618756-26-000017
10-Q2025-10-30fiscal Q3 2025411180001618756-25-000300
10-Q2025-08-07fiscal Q2 2025411140001618756-25-000292
10-Q2025-05-08fiscal Q1 202541860001618756-25-000242
10-K2025-02-21fiscal FY 2024521330001618756-25-000087
10-Q2024-11-05fiscal Q3 2024421220001618756-24-000190
10-Q2024-08-08fiscal Q2 2024411160001618756-24-000133
10-Q2024-04-30fiscal Q1 202441860001618756-24-000082
10-K2024-02-22fiscal FY 2023521330001618756-24-000020
10-Q2023-11-03fiscal Q3 2023421220001618756-23-000057
10-Q2023-08-08fiscal Q2 2023421180001618756-23-000038
10-Q2023-05-02fiscal Q1 202342880001618756-23-000022
10-K2023-02-22fiscal FY 2022521330001618756-23-000013
10-Q2022-11-03fiscal Q3 2022421220001618756-22-000055
10-Q2022-08-04fiscal Q2 2022421180001618756-22-000044
10-Q2022-05-03fiscal Q1 202242880001618756-22-000028
10-K2022-02-23fiscal FY 2021511300001618756-22-000018
10-Q2021-10-25fiscal Q3 2021421220001618756-21-000060
10-Q2021-07-30fiscal Q2 2021401120001618756-21-000047
10-Q2021-04-30fiscal Q1 202140840001618756-21-000022
10-K2021-02-23fiscal FY 2020471570001618756-21-000007
10-Q2020-10-28fiscal Q3 2020421200001618756-20-000075
10-Q2020-08-06fiscal Q2 2020411120001618756-20-000031
10-Q2020-05-01fiscal Q1 202041860001618756-20-000018
10-K2020-02-21fiscal FY 2019501970001618756-20-000004
10-Q2019-10-28fiscal Q3 2019441380001618756-19-000020
10-Q2019-08-02fiscal Q2 2019441340001618756-19-000014
10-Q2019-04-29fiscal Q1 2019431060001618756-19-000010
10-K2019-02-22fiscal FY 2018461730001618756-19-000005
10-Q2018-10-24fiscal Q3 2018401220001618756-18-000030
10-Q2018-08-01fiscal Q2 2018391200001618756-18-000021
10-Q2018-04-24fiscal Q1 201838950001618756-18-000015
10-K2018-02-23fiscal FY 2017441500001618756-18-000007
10-Q2017-10-26fiscal Q3 2017381000001618756-17-000017
10-Q2017-08-02fiscal Q2 2017381000001628280-17-007871
10-Q2017-04-26fiscal Q1 201734700001193125-17-139557
10-K2017-02-17fiscal FY 2016411430001193125-17-048122
10-Q2016-10-24fiscal Q3 201635930001193125-16-745261
10-Q2016-08-04fiscal Q2 201635930001193125-16-671840
10-Q2016-04-29fiscal Q1 201636730001193125-16-569296
10-K2016-02-26fiscal FY 2015441490001193125-16-481509
10-Q2015-10-30fiscal Q3 201537990001193125-15-359374
10-Q2015-07-31fiscal Q2 201537990001193125-15-272061
10-Q2015-05-05fiscal Q1 201537750001193125-15-170663
10-K2015-03-02fiscal FY 2014451550001193125-15-072217

Inspect the source

Entity
RESTAURANT BRANDS INTERNATIONAL INC. / CIK 0001618756
Captured
2026-09-19T11:19:44.089Z
SEC response SHA-256
735fa01d78ab793ccefcce3c66113191f6f6868236439093be755a283aac067f

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