Restaurant Brands International (QSR) Other Non Operating Income (2014 - 2025)
Restaurant Brands International's (QSR) quarterly Other Non Operating Income came in at -$2.0 million in Q4 2025, down 100.0% quarter-over-quarter from -$1.0 million in Q3 2024.
Restaurant Brands International (QSR) Other Non Operating Income (2014 - 2025) Analysis & Trends
Restaurant Brands International (QSR) has reported Other Non Operating Income for 10 consecutive years, with -$2.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to -$2.0 million in Q4 2025; TTM through Dec 2025 was -$2.0 million, a 93.94% increase from a year earlier, with the FY2025 full-year figure at -$2.0 million, up 93.94% from the prior year.
- Other Non Operating Income was -$2.0 million for Q4 2025 at Restaurant Brands International, down from -$1.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at -$1.0 million in Q3 2024 and troughed at -$32.0 million in Q2 2024.
- A 4-year average of -$12.4 million and a median of -$11.0 million in 2021 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 93.75% in 2024, down 93.75% in 2024.
- Over 4 years, Other Non Operating Income stood at -$11.0 million in 2021, then sank by 45.45% to -$16.0 million in 2023, then jumped by 93.75% to -$1.0 million in 2024, then sank by 100.0% to -$2.0 million in 2025.
- The last three Other Non Operating Income figures came in at -$2.0 million (Q4 2025), -$1.0 million (Q3 2024), and -$32.0 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.00 Mn |
| Sep 30, 2024 | -1.00 Mn |
| Jun 30, 2024 | -32.00 Mn |
| Sep 30, 2023 | -16.00 Mn |
| Sep 30, 2021 | -11.00 Mn |
| Dec 31, 2020 | -98.00 Mn |
| Dec 31, 2019 | -19.00 Mn |
| Sep 30, 2019 | -4.00 Mn |
| Dec 31, 2017 | -43.40 Mn |
| Sep 30, 2017 | -58.20 Mn |
| Mar 31, 2017 | -20.40 Mn |
| Mar 31, 2016 | -24.10 Mn |
| Dec 31, 2015 | 5.10 Mn |
| Sep 30, 2015 | -10.80 Mn |
| Jun 30, 2015 | -39.90 Mn |
| Mar 31, 2015 | -22.50 Mn |
| Dec 31, 2014 | -143.00 Mn |
| Sep 30, 2014 | -147.90 Mn |
| Jun 30, 2014 | 2.90 Mn |
| Mar 31, 2014 | -400,000.00 |
Restaurant Brands International Other Non Operating Income API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=QSR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "QSR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=QSR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();