Booking Holdings (BKNG) Common Equity (2009 - 2026)
Booking Holdings' (BKNG) quarterly Common Equity came in at -$10.8 billion in Q2 2026, down 61.98% on a YoY basis from -$28.4 billion in Q2 2025, and down 23.6% quarter-over-quarter from -$8.7 billion in Q1 2026.
Booking Holdings (BKNG) Common Equity (2009 - 2026) Analysis & Trends
Booking Holdings (BKNG) has reported Common Equity for 18 consecutive years, with -$10.8 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Common Equity fell 61.98% year-over-year to -$10.8 billion; the trailing twelve-month figure through Jun 2026 stood at -$10.8 billion (down 61.98% YoY), and the FY2025 full-year result was -$5.6 billion, down 38.76% from the prior year.
- Common Equity slipped to -$10.8 billion in Q2 2026 per BKNG's latest filing, from -$8.7 billion in the prior quarter.
- Across five years, Common Equity topped out at $4.4 billion in Q1 2022 and bottomed at -$10.8 billion in Q2 2026.
- Historically, Common Equity has averaged -$2.6 billion across 5 years, with a median of -$3.8 billion in 2024.
- The sharpest annual moves came in 2022 and 2024: Common Equity decreased 8.21% in 2022, then slumped 543.01% in 2024.
- Over 5 years, Common Equity stood at $2.8 billion in 2022, then plunged by 198.63% to -$2.7 billion in 2023, then sank by 46.5% to -$4.0 billion in 2024, then plunged by 38.76% to -$5.6 billion in 2025, then plunged by 93.31% to -$10.8 billion in 2026.
- According to Business Quant data, Common Equity over the past three periods registered -$10.8 billion, -$8.7 billion, and -$5.6 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 640.48 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 261.22 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 30.15 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 163.05 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 12.68 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 28.22 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | -10.78 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 66.00 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 9.75 Bn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 3.16 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.78 Bn |
| Mar 31, 2026 | -8.72 Bn |
| Dec 31, 2025 | -5.58 Bn |
| Sep 30, 2025 | -4.74 Bn |
| Jun 30, 2025 | -6.66 Bn |
| Mar 31, 2025 | -6.11 Bn |
| Dec 31, 2024 | -4.02 Bn |
| Sep 30, 2024 | -3.65 Bn |
| Jun 30, 2024 | -4.28 Bn |
| Mar 31, 2024 | -4.05 Bn |
| Dec 31, 2023 | -2.74 Bn |
| Sep 30, 2023 | -625.00 Mn |
| Jun 30, 2023 | -665.00 Mn |
| Mar 31, 2023 | 1.07 Bn |
| Dec 31, 2022 | 2.78 Bn |
| Sep 30, 2022 | 3.67 Bn |
| Jun 30, 2022 | 4.00 Bn |
| Mar 31, 2022 | 4.37 Bn |
| Dec 31, 2021 | 6.18 Bn |
| Sep 30, 2021 | 5.55 Bn |
Booking Holdings Common Equity 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=common-equity&ticker=BKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "ticker": "BKNG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=common-equity&ticker=BKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();