Palantir Technologies (PLTR) Invested Capital (2019 - 2021)
Palantir Technologies' (PLTR) quarterly Invested Capital came in at $2.3 billion in Q4 2021, up 33.16% year-over-year from $1.7 billion in Q4 2020, and up 14.32% quarter-over-quarter from $2.0 billion in Q1 2021.
Palantir Technologies (PLTR) Invested Capital (2019 - 2021) Analysis & Trends
Palantir Technologies (PLTR) has reported Invested Capital for 3 consecutive years, with $2.3 billion the latest figure, recorded in Q4 2021.
- On a quarterly basis, Invested Capital rose 33.16% year-over-year to $2.3 billion in Q4 2021; TTM through Dec 2021 was $2.3 billion, a 33.16% increase from a year earlier, with the FY2021 full-year figure at $22.7 billion, up 1219.42% from the prior year.
- Invested Capital was $2.3 billion for Q4 2021 at Palantir Technologies, up from $2.0 billion in the prior quarter.
- Over five years, Invested Capital peaked at $20.2 billion in Q3 2020 and troughed at -$1.6 billion in Q4 2019.
- A 3-year average of $4.9 billion and a median of $2.0 billion in 2021 frame the typical range for Invested Capital.
- Across the five-year window, Invested Capital soared 208.58% in 2020 and soared 33.16% in 2021, its largest moves.
- Over 3 years, Invested Capital stood at -$1.6 billion in 2019, then soared by 208.58% to $1.7 billion in 2020, then surged by 33.16% to $2.3 billion in 2021.
- The last three Invested Capital figures came in at $2.3 billion (Q4 2021), $2.0 billion (Q1 2021), and $1.7 billion (Q4 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 192.53 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 62.52 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 77.67 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 22.12 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 11.00 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 27.91 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 4.83 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 37.64 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 10.45 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 2.29 Bn |
| Mar 31, 2021 | 2.00 Bn |
| Dec 31, 2020 | 1.72 Bn |
| Sep 30, 2020 | 1.45 Bn |
| Dec 31, 2019 | -1.58 Bn |
Palantir Technologies Invested Capital 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=invested-capital&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();