Palantir Technologies (PLTR) Debt Ratio (2019 - 2021)
Palantir Technologies' (PLTR) quarterly Debt Ratio came in at 0.07 in Q1 2021, down 10.64% quarter-over-quarter from 0.07 in Q4 2020.
Palantir Technologies (PLTR) Debt Ratio (2019 - 2021) Analysis & Trends
Palantir Technologies (PLTR) has reported Debt Ratio for 3 consecutive years, with 0.07 the latest figure, recorded in Q1 2021.
- On a quarterly basis, Debt Ratio changed N/A year-over-year to 0.07 in Q1 2021; TTM through Mar 2021 was 0.07, a N/A change from a year earlier, with the FY2020 full-year figure at 0.07, down 70.39% from the prior year.
- Debt Ratio was 0.07 for Q1 2021 at Palantir Technologies, down from 0.07 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.25 in Q4 2019 and troughed at 0.07 in Q1 2021.
- A 3-year average of 0.12 and a median of 0.07 in 2020 frame the typical range for Debt Ratio.
- The widest YoY moves for Debt Ratio: up 70.39% in 2020, down 70.39% in 2020.
- Over 3 years, Debt Ratio stood at 0.25 in 2019, then tumbled by 70.39% to 0.07 in 2020, then decreased by 10.64% to 0.07 in 2021.
- The last three Debt Ratio figures came in at 0.07 (Q1 2021), 0.07 (Q4 2020), and 0.08 (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 0.41 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 0.11 |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 0.36 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 0.30 |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 0.08 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 0.24 |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 0.16 |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 0.13 |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 0.25 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 0.07 |
| Dec 31, 2020 | 0.07 |
| Sep 30, 2020 | 0.08 |
| Dec 31, 2019 | 0.25 |
Palantir Technologies Debt Ratio 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=debt-ratio&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();