AppLovin (APP) Income from Non-Controlling Interests (2020 - 2022)
AppLovin's (APP) quarterly Income from Non-Controlling Interests came in at -$109000.0 in Q3 2022, down 202.78% year-over-year from $106054.1 in Q3 2021, and down 113.73% quarter-over-quarter from -$51000.0 in Q2 2022.
AppLovin (APP) Income from Non-Controlling Interests (2020 - 2022) Analysis & Trends
AppLovin (APP) has reported Income from Non-Controlling Interests for 3 consecutive years, with -$109000.0 the latest figure, recorded in Q3 2022.
- On a quarterly basis, Income from Non-Controlling Interests fell 202.78% year-over-year to -$109000.0 in Q3 2022; TTM through Jun 2023 was -$109000.0, a 25.29% decrease from a year earlier, with the FY2022 full-year figure at -$201000.0, down 86.11% from the prior year.
- Income from Non-Controlling Interests was -$109000.0 for Q3 2022 at AppLovin, down from -$51000.0 in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $41000.0 in Q4 2021 and troughed at -$320000.0 in Q2 2020.
- A 3-year average of -$105600.0 and a median of -$56500.0 in 2021 frame the typical range for Income from Non-Controlling Interests.
- Across the five-year window, Income from Non-Controlling Interests jumped 120.4% in 2021 and slumped 202.78% in 2022, its largest moves.
- Over 3 years, Income from Non-Controlling Interests stood at -$201000.0 in 2020, then jumped by 120.4% to $41000.0 in 2021, then slumped by 365.85% to -$109000.0 in 2022.
- The last three Income from Non-Controlling Interests figures came in at -$109000.0 (Q3 2022), -$51000.0 (Q2 2022), and -$41000.0 (Q1 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | - |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | - |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | - |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | 25.00 Mn |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | 22.00 Mn |
| 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 | - |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | -109,000.00 |
| Jun 30, 2022 | -51,000.00 |
| Mar 31, 2022 | -41,000.00 |
| Dec 31, 2021 | 41,000.00 |
| Sep 30, 2021 | -36,000.00 |
| Jun 30, 2021 | -59,000.00 |
| Mar 31, 2021 | -54,000.00 |
| Dec 31, 2020 | -201,000.00 |
| Sep 30, 2020 | -226,000.00 |
| Jun 30, 2020 | -320,000.00 |
AppLovin Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=APP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "APP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=APP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();