Palantir Technologies (PLTR) Non-Current Debt (2019 - 2021)
Palantir Technologies' (PLTR) quarterly Non-Current Debt came in at $198.2 million in Q1 2021, little changed quarter-over-quarter from $198.0 million in Q4 2020.
Palantir Technologies (PLTR) Non-Current Debt (2019 - 2021) Analysis & Trends
Palantir Technologies (PLTR) has reported Non-Current Debt for 3 consecutive years, with $198.2 million the latest figure, recorded in Q1 2021.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $198.2 million in Q1 2021; TTM through Mar 2021 was $198.2 million, a N/A change from a year earlier, with the FY2020 full-year figure at $198.0 million, down 50.01% from the prior year.
- Non-Current Debt was $198.2 million for Q1 2021 at Palantir Technologies, roughly flat from $198.0 million in the prior quarter.
- Over five years, Non-Current Debt peaked at $396.1 million in Q4 2019 and troughed at $197.8 million in Q3 2020.
- A 3-year average of $247.5 million and a median of $198.1 million in 2020 frame the typical range for Non-Current Debt.
- The widest YoY moves for Non-Current Debt: up 50.01% in 2020, down 50.01% in 2020.
- Over 3 years, Non-Current Debt stood at $396.1 million in 2019, then slumped by 50.01% to $198.0 million in 2020, then rose by 0.11% to $198.2 million in 2021.
- The last three Non-Current Debt figures came in at $198.2 million (Q1 2021), $198.0 million (Q4 2020), and $197.8 million (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 117.71 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.93 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 39.29 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 5.44 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 4.96 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 7.67 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 3.14 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 6.71 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 2.99 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 198.19 Mn |
| Dec 31, 2020 | 197.98 Mn |
| Sep 30, 2020 | 197.75 Mn |
| Dec 31, 2019 | 396.07 Mn |
Palantir Technologies Non-Current Debt 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=non-current-debt&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();