Palantir Technologies (PLTR) Income from Continuing Operations (2019 - 2026)
Palantir Technologies' (PLTR) quarterly Income from Continuing Operations came in at $1.1 billion in Q2 2026, up 224.42% year-over-year from $328.6 million in Q2 2025, and up 21.63% quarter-over-quarter from $876.4 million in Q1 2026.
Palantir Technologies (PLTR) Income from Continuing Operations (2019 - 2026) Analysis & Trends
Palantir Technologies (PLTR) has reported Income from Continuing Operations for 8 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 224.42% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $3.0 billion, a 292.29% increase from a year earlier, with the FY2025 full-year figure at $1.6 billion, up 249.38% from the prior year.
- Income from Continuing Operations was $1.1 billion for Q2 2026 at Palantir Technologies, up from $876.4 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $1.1 billion in Q2 2026 and troughed at -$179.3 million in Q2 2022.
- A 5-year average of $216.2 million and a median of $101.5 million in 2023 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations retreated 29.45% in 2022 and soared 694.93% in 2025, its largest moves.
- Over 5 years, Income from Continuing Operations stood at $33.5 million in 2022, then surged by 189.73% to $96.9 million in 2023, then slipped by 20.63% to $76.9 million in 2024, then jumped by 694.93% to $611.6 million in 2025, then soared by 74.29% to $1.1 billion in 2026.
- The last three Income from Continuing Operations figures came in at $1.1 billion (Q2 2026), $876.4 million (Q1 2026), and $611.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 1.07 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 4.76 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 4.42 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 3.53 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 298.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 978.60 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 363.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -8.22 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 632.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.07 Bn |
| Mar 31, 2026 | 876.40 Mn |
| Dec 31, 2025 | 611.61 Mn |
| Sep 30, 2025 | 476.70 Mn |
| Jun 30, 2025 | 328.57 Mn |
| Mar 31, 2025 | 217.72 Mn |
| Dec 31, 2024 | 76.94 Mn |
| Sep 30, 2024 | 149.34 Mn |
| Jun 30, 2024 | 135.56 Mn |
| Mar 31, 2024 | 106.03 Mn |
| Dec 31, 2023 | 96.93 Mn |
| Sep 30, 2023 | 73.44 Mn |
| Jun 30, 2023 | 27.84 Mn |
| Mar 31, 2023 | 19.13 Mn |
| Dec 31, 2022 | 33.46 Mn |
| Sep 30, 2022 | -123.88 Mn |
| Jun 30, 2022 | -179.34 Mn |
| Mar 31, 2022 | -101.38 Mn |
| Dec 31, 2021 | -156.20 Mn |
| Sep 30, 2021 | -102.14 Mn |
Palantir Technologies Income from Continuing Operations 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-continuing-operations&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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-continuing-operations&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();