Palantir Technologies (PLTR) Income from Non-Controlling Interests (2022 - 2026)
Palantir Technologies' (PLTR) quarterly Income from Non-Controlling Interests came in at $4.1 million in Q2 2026, up 120.7% year-over-year from $1.8 million in Q2 2025, and down 30.69% quarter-over-quarter from $5.9 million in Q1 2026.
Palantir Technologies (PLTR) Income from Non-Controlling Interests (2022 - 2026) Analysis & Trends
Palantir Technologies (PLTR) has reported Income from Non-Controlling Interests for 5 consecutive years, with $4.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests rose 120.7% year-over-year to $4.1 million in Q2 2026; TTM through Jun 2026 was $14.0 million, a 51.25% increase from a year earlier, with the FY2025 full-year figure at $9.6 million, up 67.79% from the prior year.
- Income from Non-Controlling Interests was $4.1 million for Q2 2026 at Palantir Technologies, down from $5.9 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $5.9 million in Q1 2026 and troughed at -$2.1 million in Q4 2024.
- A 5-year average of $2.4 million and a median of $2.3 million in 2023 frame the typical range for Income from Non-Controlling Interests.
- The widest YoY moves for Income from Non-Controlling Interests: up 666.27% in 2024, down 158.86% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at $2.6 million in 2022, then soared by 34.89% to $3.5 million in 2023, then tumbled by 158.86% to -$2.1 million in 2024, then jumped by 241.39% to $2.9 million in 2025, then soared by 38.93% to $4.1 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at $4.1 million (Q2 2026), $5.9 million (Q1 2026), and $2.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 4.07 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 34.87 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | - |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | - |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.07 Mn |
| Mar 31, 2026 | 5.88 Mn |
| Dec 31, 2025 | 2.93 Mn |
| Sep 30, 2025 | 1.15 Mn |
| Jun 30, 2025 | 1.85 Mn |
| Mar 31, 2025 | 3.69 Mn |
| Dec 31, 2024 | -2.07 Mn |
| Sep 30, 2024 | 5.82 Mn |
| Jun 30, 2024 | 1.44 Mn |
| Mar 31, 2024 | 541,000.00 |
| Dec 31, 2023 | 3.52 Mn |
| Sep 30, 2023 | 1.93 Mn |
| Jun 30, 2023 | -255,000.00 |
| Mar 31, 2023 | 2.35 Mn |
| Dec 31, 2022 | 2.61 Mn |
Palantir Technologies 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=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "PLTR", "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=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();