Alibaba Group Holding (BABA) Non Operating Income (2015 - 2022)
Alibaba Group Holding's (BABA) quarterly Non Operating Income came in at $1.8 billion in Q1 2022, up 327.79% quarter-over-quarter from -$798.0 million in Q4 2021.
Alibaba Group Holding (BABA) Non Operating Income (2015 - 2022) Analysis & Trends
Alibaba Group Holding has disclosed Non Operating Income across 8 years of filings, most recently posting $1.8 billion for Q1 2022.
- In Q1 2022, Non Operating Income changed N/A year-over-year to $1.8 billion; the TTM figure through Mar 2022 stood at $260.3 million (changed N/A YoY), while the FY2026 annual figure was -$145.3 million, down 217.9% from the prior year.
- Non Operating Income came in at $1.8 billion for Q1 2022 at Alibaba Group Holding, up from -$798.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $1.8 billion in Q1 2022 to a low of -$798.0 million in Q4 2021.
- Average Non Operating Income over 5 years is -$2.4 million, with a median of -$214.6 million recorded in 2019.
- Year-over-year, Non Operating Income jumped 320.7% in 2018 and plunged 257.08% in 2021.
- Over 5 years, Non Operating Income stood at $141.0 million in 2018, then slumped by 420.85% to -$452.4 million in 2019, then climbed by 5.74% to -$426.4 million in 2020, then tumbled by 87.14% to -$798.0 million in 2021, then surged by 327.79% to $1.8 billion in 2022.
- Per Business Quant data, the three most recent Non Operating Income figures were $1.8 billion in Q1 2022, -$798.0 million in Q4 2021, and -$333.0 million in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | 97.98 Bn |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | -19.00 Mn |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | 51.66 Mn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | 1.29 Bn |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | - |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | - |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | - |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | 11.25 Mn |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | 75.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 1.82 Bn |
| Dec 31, 2021 | -798.00 Mn |
| Jun 30, 2021 | -333.00 Mn |
| Dec 31, 2020 | -426.42 Mn |
| Sep 30, 2020 | 169.00 Mn |
| Jun 30, 2020 | 212.00 Mn |
| Mar 31, 2020 | 167.00 Mn |
| Sep 30, 2019 | -452.40 Mn |
| Jun 30, 2019 | -308.25 Mn |
| Mar 31, 2019 | -214.58 Mn |
| Mar 31, 2018 | 141.00 Mn |
| Sep 30, 2017 | 261.00 Mn |
| Jun 30, 2017 | 279.00 Mn |
| Mar 31, 2017 | -63.89 Mn |
| Dec 31, 2016 | 434.00 Mn |
| Sep 30, 2016 | 130.00 Mn |
| Jun 30, 2016 | 265.00 Mn |
| Mar 31, 2016 | -711.28 Mn |
| Dec 31, 2015 | -251.87 Mn |
| Sep 30, 2015 | -68.22 Mn |
Alibaba Group Holding 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=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "BABA", "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=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();