Palantir Technologies (PLTR) Operating Income (2019 - 2026)
Palantir Technologies' (PLTR) quarterly Operating Income came in at $912.0 million in Q2 2026, up 238.64% year-over-year from $269.3 million in Q2 2025, and up 20.96% quarter-over-quarter from $754.0 million in Q1 2026.
Palantir Technologies (PLTR) Operating Income (2019 - 2026) Analysis & Trends
Palantir Technologies (PLTR) has reported Operating Income for 8 consecutive years, with $912.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Income rose 238.64% year-over-year to $912.0 million in Q2 2026; TTM through Jun 2026 was $2.6 billion, a 362.59% increase from a year earlier, with the FY2025 full-year figure at $1.4 billion, up 355.54% from the prior year.
- Operating Income was $912.0 million for Q2 2026 at Palantir Technologies, up from $754.0 million in the prior quarter.
- Over five years, Operating Income peaked at $912.0 million in Q2 2026 and troughed at -$62.2 million in Q3 2022.
- A 5-year average of $186.1 million and a median of $73.3 million in 2023 frame the typical range for Operating Income.
- Across the five-year window, Operating Income plunged 83.22% in 2024 and jumped 5110.49% in 2025, its largest moves.
- Over 5 years, Operating Income stood at -$17.8 million in 2022, then jumped by 469.09% to $65.8 million in 2023, then sank by 83.22% to $11.0 million in 2024, then jumped by 5110.49% to $575.4 million in 2025, then soared by 58.5% to $912.0 million in 2026.
- The last three Operating Income figures came in at $912.0 million (Q2 2026), $754.0 million (Q1 2026), and $575.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 912.00 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 6.73 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 3.07 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 2.33 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 162.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -1.82 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 475.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -8.33 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 313.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 912.00 Mn |
| Mar 31, 2026 | 754.00 Mn |
| Dec 31, 2025 | 575.39 Mn |
| Sep 30, 2025 | 393.26 Mn |
| Jun 30, 2025 | 269.32 Mn |
| Mar 31, 2025 | 176.05 Mn |
| Dec 31, 2024 | 11.04 Mn |
| Sep 30, 2024 | 113.14 Mn |
| Jun 30, 2024 | 105.34 Mn |
| Mar 31, 2024 | 80.88 Mn |
| Dec 31, 2023 | 65.79 Mn |
| Sep 30, 2023 | 39.98 Mn |
| Jun 30, 2023 | 10.07 Mn |
| Mar 31, 2023 | 4.12 Mn |
| Dec 31, 2022 | -17.83 Mn |
| Sep 30, 2022 | -62.19 Mn |
| Jun 30, 2022 | -41.75 Mn |
| Mar 31, 2022 | -39.44 Mn |
| Dec 31, 2021 | -58.94 Mn |
| Sep 30, 2021 | -91.94 Mn |
Palantir Technologies 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=operating-income&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();