Skip to content

RESTAURANT BRANDS INTERNATIONAL LIMITED PARTNERSHIP: filings

Every RESTAURANT BRANDS INTERNATIONAL LIMITED PARTNERSHIP 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 2026381040001618755-26-000030
10-Q2026-05-06fiscal Q1 202638800001618755-26-000015
10-K2026-02-20fiscal FY 2025441100001618755-26-000009
10-Q2025-10-30fiscal Q3 2025371040001618755-25-000046
10-Q2025-08-07fiscal Q2 2025371000001618755-25-000039
10-Q2025-05-08fiscal Q1 202537780001618755-25-000026
10-K2025-02-21fiscal FY 2024431090001618755-25-000010
10-Q2024-11-05fiscal Q3 2024371040001618755-24-000074
10-Q2024-08-08fiscal Q2 2024371000001618755-24-000055
10-Q2024-04-30fiscal Q1 202437780001618755-24-000032
10-K2024-02-22fiscal FY 2023431090001618755-24-000017
10-Q2023-11-03fiscal Q3 2023391080001618755-23-000053
10-Q2023-08-08fiscal Q2 2023381020001618755-23-000032
10-Q2023-05-02fiscal Q1 202338800001618755-23-000021
10-K2023-02-22fiscal FY 2022431090001618755-23-000010
10-Q2022-11-03fiscal Q3 2022381060001618755-22-000037
10-Q2022-08-04fiscal Q2 2022381020001618755-22-000028
10-Q2022-05-03fiscal Q1 202238800001618755-22-000016
10-K2022-02-23fiscal FY 2021431090001618755-22-000009
10-Q2021-10-25fiscal Q3 2021381060001618755-21-000060
10-Q2021-07-30fiscal Q2 202137980001618755-21-000047
10-Q2021-04-30fiscal Q1 202138800001618755-21-000020
10-K2021-02-23fiscal FY 2020431290001618755-21-000007
10-Q2020-10-28fiscal Q3 2020381040001618755-20-000073
10-Q2020-08-06fiscal Q2 202037960001618755-20-000031
10-Q2020-05-01fiscal Q1 202037780001618755-20-000018
10-K2020-02-21fiscal FY 2019461660001618755-20-000004
10-Q2019-10-28fiscal Q3 2019391180001618755-19-000018
10-Q2019-08-02fiscal Q2 2019391140001618755-19-000014
10-Q2019-04-29fiscal Q1 201939960001618755-19-000010
10-K2019-02-22fiscal FY 2018421430001618755-19-000005
10-Q2018-10-24fiscal Q3 201836870001618755-18-000028
10-Q2018-08-01fiscal Q2 201835850001618755-18-000019
10-Q2018-04-25fiscal Q1 201834700001618755-18-000013
10-K2018-02-23fiscal FY 2017391190001618755-18-000007
10-Q2017-10-26fiscal Q3 201733820001618755-17-000012
10-Q2017-08-02fiscal Q2 201733820001628280-17-007875
10-Q2017-04-26fiscal Q1 201728580001193125-17-139574
10-K2017-02-17fiscal FY 2016351110001193125-17-048127
10-Q2016-10-24fiscal Q3 201628720001193125-16-745249
10-Q2016-08-04fiscal Q2 201628720001193125-16-671869
10-Q2016-04-29fiscal Q1 201629600001193125-16-569306
10-K2016-02-26fiscal FY 2015411310001193125-16-481442
10-Q2015-10-30fiscal Q3 201533810001193125-15-359375
10-Q2015-07-31fiscal Q2 201532800001193125-15-272064
10-Q2015-05-05fiscal Q1 201532620001193125-15-170670
10-K2015-03-12fiscal FY 2014421340001193125-15-089362

Inspect the source

Entity
RESTAURANT BRANDS INTERNATIONAL LIMITED PARTNERSHIP / CIK 0001618755
Captured
2026-09-21T17:20:39.904Z
SEC response SHA-256
8db30c36f57d35a63433646f48244b0ac79c554f7c1889d8b7484003f1ea18f4

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