Booking Holdings (BKNG) Enterprise Value (2009 - 2026)
Booking Holdings' (BKNG) quarterly Enterprise Value came in at $116.7 billion in Q2 2026, up 1256.73% on a YoY basis from $8.6 billion in Q2 2025, and up 1.95% quarter-over-quarter from $114.5 billion in Q1 2026.
Booking Holdings (BKNG) Enterprise Value (2009 - 2026) Analysis & Trends
Booking Holdings (BKNG) has reported Enterprise Value for 18 consecutive years, with $116.7 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 1256.73% year-over-year to $116.7 billion; the trailing twelve-month figure through Jun 2026 stood at $116.7 billion (up 1256.73% YoY), and the FY2025 full-year result was -$10.4 billion, down 8.05% from the prior year.
- Enterprise Value improved to $116.7 billion in Q2 2026 per BKNG's latest filing, from $114.5 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $116.7 billion in Q2 2026 and bottomed at -$11.4 billion in Q2 2023.
- Historically, Enterprise Value has averaged $4.4 billion across 5 years, with a median of -$9.6 billion in 2023.
- The sharpest annual moves came in 2023 and 2026: Enterprise Value tumbled 57.15% in 2023, then surged 1294.74% in 2026.
- Over 5 years, Enterprise Value stood at -$9.4 billion in 2022, then gained by 16.31% to -$7.8 billion in 2023, then slipped by 23.08% to -$9.6 billion in 2024, then fell by 8.05% to -$10.4 billion in 2025, then soared by 1220.28% to $116.7 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $116.7 billion, $114.5 billion, and -$10.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 116.71 Bn |
| Mar 31, 2026 | 114.47 Bn |
| Dec 31, 2025 | -10.42 Bn |
| Sep 30, 2025 | -9.55 Bn |
| Jun 30, 2025 | -10.09 Bn |
| Mar 31, 2025 | -9.58 Bn |
| Dec 31, 2024 | -9.64 Bn |
| Sep 30, 2024 | -10.20 Bn |
| Jun 30, 2024 | -11.01 Bn |
| Mar 31, 2024 | -11.07 Bn |
| Dec 31, 2023 | -7.83 Bn |
| Sep 30, 2023 | -9.61 Bn |
| Jun 30, 2023 | -11.39 Bn |
| Mar 31, 2023 | -10.58 Bn |
| Dec 31, 2022 | -9.36 Bn |
| Sep 30, 2022 | -6.59 Bn |
| Jun 30, 2022 | -9.06 Bn |
| Mar 31, 2022 | -6.73 Bn |
| Dec 31, 2021 | -7.23 Bn |
| Sep 30, 2021 | -8.27 Bn |
Booking Holdings Enterprise Value 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=enterprise-value&ticker=BKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=BKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();