Booking Holdings (BKNG) Non Operating Income (2009 - 2020)
Booking Holdings' (BKNG) quarterly Non Operating Income came in at $520.0 million in Q3 2020, up 7528.57% on a YoY basis from $6.8 million in Q4 2019, and down 24.96% quarter-over-quarter from $693.0 million in Q2 2020.
Booking Holdings (BKNG) Non Operating Income (2009 - 2020) Analysis & Trends
Booking Holdings (BKNG) has reported Non Operating Income for 12 consecutive years, with $520.0 million the latest figure, recorded in Q3 2020.
- For the quarter ending Q3 2020, Non Operating Income rose 7528.57% year-over-year to $520.0 million; the trailing twelve-month figure through Sep 2020 stood at $1.0 billion (up 817.81% YoY), and the FY2019 full-year result was $613.0 million, up 221.15% from the prior year.
- Non Operating Income eased to $520.0 million in Q3 2020 per BKNG's latest filing, from $693.0 million in the prior quarter.
- Across five years, Non Operating Income topped out at $693.0 million in Q2 2020 and bottomed at -$511.0 million in Q4 2018.
- Historically, Non Operating Income has averaged $30.3 million across 5 years, with a median of -$28.9 million in 2017.
- The sharpest annual moves came in 2018 and 2020: Non Operating Income sank 1034.3% in 2018, then surged 7528.57% in 2020.
- Over 5 years, Non Operating Income stood at -$27.6 million in 2016, then tumbled by 63.09% to -$45.0 million in 2017, then tumbled by 1034.3% to -$511.0 million in 2018, then jumped by 148.53% to $248.0 million in 2019, then surged by 109.68% to $520.0 million in 2020.
- According to Business Quant data, Non Operating Income over the past three periods registered $520.0 million, $693.0 million, and -$413.0 million for Q3 2020, Q2 2020, and Q1 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 97.98 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | -19.00 Mn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 51.66 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 1.29 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 | 11.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2020 | 520.00 Mn |
| Jun 30, 2020 | 693.00 Mn |
| Mar 31, 2020 | -413.00 Mn |
| Dec 31, 2019 | 248.00 Mn |
| Sep 30, 2019 | -7.00 Mn |
| Jun 30, 2019 | -40.00 Mn |
| Mar 31, 2019 | 412.00 Mn |
| Dec 31, 2018 | -511.00 Mn |
| Sep 30, 2018 | -7.00 Mn |
| Jun 30, 2018 | -11.00 Mn |
| Mar 31, 2018 | 23.00 Mn |
| Dec 31, 2017 | -45.05 Mn |
| Sep 30, 2017 | -34.96 Mn |
| Jun 30, 2017 | -30.14 Mn |
| Mar 31, 2017 | -28.85 Mn |
| Dec 31, 2016 | -27.62 Mn |
| Sep 30, 2016 | -35.69 Mn |
| Jun 30, 2016 | -39.86 Mn |
| Mar 31, 2016 | -89.83 Mn |
| Dec 31, 2015 | -41.37 Mn |
Booking Holdings 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=non-operating-income&ticker=BKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=BKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();