Mcdonalds (MCD) Gross Profit (2018 - 2026)
Mcdonalds' (MCD) quarterly Gross Profit came in at $6.4 billion in Q2 2026, up 3.72% on a YoY basis from $6.2 billion in Q2 2025, and up 9.9% quarter-over-quarter from $5.8 billion in Q1 2026.
Mcdonalds (MCD) Gross Profit (2018 - 2026) Analysis & Trends
Mcdonalds (MCD) has reported Gross Profit for 9 consecutive years, with $6.4 billion the latest figure, recorded in Q2 2026.
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 |
|---|---|
| Jun 30, 2026 | 6.42 Bn |
| Mar 31, 2026 | 5.84 Bn |
| Sep 30, 2025 | 6.41 Bn |
| Jun 30, 2025 | 6.19 Bn |
| Mar 31, 2025 | 5.34 Bn |
| Sep 30, 2024 | 6.23 Bn |
| Jun 30, 2024 | 5.86 Bn |
| Mar 31, 2024 | 5.54 Bn |
| Sep 30, 2023 | 6.07 Bn |
| Jun 30, 2023 | 5.88 Bn |
| Mar 31, 2023 | 5.30 Bn |
| Sep 30, 2022 | 5.28 Bn |
| Jun 30, 2022 | 5.13 Bn |
| Mar 31, 2022 | 5.08 Bn |
| Sep 30, 2021 | 5.61 Bn |
| Jun 30, 2021 | 5.31 Bn |
| Mar 31, 2021 | 4.55 Bn |
| Sep 30, 2020 | 4.85 Bn |
| Jun 30, 2020 | 3.24 Bn |
| Mar 31, 2020 | 4.16 Bn |
Mcdonalds Gross Profit 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=gross-profit&ticker=MCD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "ticker": "MCD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gross-profit&ticker=MCD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();