Palantir Technologies (PLTR) Cash from Investing Activities (2019 - 2026)
Palantir Technologies' (PLTR) quarterly Cash from Investing Activities came in at -$1.5 billion in Q2 2026, down 140.34% year-over-year from $3.7 billion in Q2 2025, and down 5449.1% quarter-over-quarter from -$26.7 million in Q1 2026.
Palantir Technologies (PLTR) Cash from Investing Activities (2019 - 2026) Analysis & Trends
Palantir Technologies (PLTR) has reported Cash from Investing Activities for 8 consecutive years, with -$1.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 140.34% year-over-year to -$1.5 billion in Q2 2026; TTM through Jun 2026 was -$2.3 billion, a 35.44% decrease from a year earlier, with the FY2025 full-year figure at -$2.8 billion, down 717.12% from the prior year.
- Cash from Investing Activities was -$1.5 billion for Q2 2026 at Palantir Technologies, down from -$26.7 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $640.2 million in Q4 2024 and troughed at -$1.6 billion in Q1 2023.
- A 5-year average of -$410.6 million and a median of -$258.5 million in 2023 frame the typical range for Cash from Investing Activities.
- The widest YoY moves for Cash from Investing Activities: up 860.98% in 2022, down 13525.42% in 2022.
- Over 5 years, Cash from Investing Activities stood at $73.1 million in 2022, then sank by 878.9% to -$569.2 million in 2023, then jumped by 212.47% to $640.2 million in 2024, then slumped by 249.62% to -$957.8 million in 2025, then sank by 54.82% to -$1.5 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$1.5 billion (Q2 2026), -$26.7 million (Q1 2026), and -$957.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | -1.48 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | -28.58 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | -2.02 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | -1.20 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | -6.65 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -958.00 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -312.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -7.11 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.48 Bn |
| Mar 31, 2026 | -26.72 Mn |
| Dec 31, 2025 | -957.83 Mn |
| Sep 30, 2025 | 181.57 Mn |
| Jun 30, 2025 | -617.01 Mn |
| Mar 31, 2025 | -1.39 Bn |
| Dec 31, 2024 | 640.19 Mn |
| Sep 30, 2024 | -320.73 Mn |
| Jun 30, 2024 | -148.88 Mn |
| Mar 31, 2024 | -511.25 Mn |
| Dec 31, 2023 | -569.23 Mn |
| Sep 30, 2023 | -196.26 Mn |
| Jun 30, 2023 | -391.10 Mn |
| Mar 31, 2023 | -1.55 Bn |
| Dec 31, 2022 | 73.08 Mn |
| Sep 30, 2022 | -27.34 Mn |
| Jun 30, 2022 | 5.30 Mn |
| Mar 31, 2022 | -96.47 Mn |
| Dec 31, 2021 | -181.87 Mn |
| Sep 30, 2021 | -214.63 Mn |
Palantir Technologies Cash from Investing Activities 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=cash-from-investing-activities&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();