Palantir Technologies (PLTR) Interest Coverage Ratio (2019 - 2023)
Palantir Technologies' (PLTR) quarterly Interest Coverage Ratio came in at 483.78 in Q4 2023, up 4746.19% year-over-year from 9.98 in Q4 2022, and up 797.79% quarter-over-quarter from 53.89 in Q3 2023.
Palantir Technologies (PLTR) Interest Coverage Ratio (2019 - 2023) Analysis & Trends
Palantir Technologies (PLTR) has reported Interest Coverage Ratio for 5 consecutive years, with 483.78 the latest figure, recorded in Q4 2023.
- On a quarterly basis, Interest Coverage Ratio rose 4746.19% year-over-year to 483.78 in Q4 2023; TTM through Dec 2023 was 34.57, a 187.03% increase from a year earlier, with the FY2023 full-year figure at 34.57, up 187.03% from the prior year.
- Interest Coverage Ratio was 483.78 for Q4 2023 at Palantir Technologies, up from 53.89 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 483.78 in Q4 2023 and troughed at 833.18 in Q3 2019.
- A 5-year average of 90.06 and a median of 59.72 in 2021 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio slumped 1310.62% in 2021 and jumped 4746.19% in 2023, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 55.31 in 2019, then slumped by 56.06% to 86.31 in 2020, then decreased by 13.63% to 98.07 in 2021, then jumped by 89.38% to 10.41 in 2022, then jumped by 4746.19% to 483.78 in 2023.
- The last three Interest Coverage Ratio figures came in at 483.78 (Q4 2023), 53.89 (Q3 2023), and 7.65 (Q2 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 4.71 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 8.18 |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 4.93 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -15.08 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 6.79 |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 483.78 |
| Sep 30, 2023 | 53.89 |
| Jun 30, 2023 | 7.65 |
| Mar 31, 2023 | 3.23 |
| Dec 31, 2022 | -10.41 |
| Sep 30, 2022 | -57.48 |
| Jun 30, 2022 | -62.31 |
| Mar 31, 2022 | -66.40 |
| Dec 31, 2021 | -98.07 |
| Sep 30, 2021 | -150.97 |
| Jun 30, 2021 | -247.71 |
| Mar 31, 2021 | -61.96 |
| Dec 31, 2020 | -86.31 |
| Sep 30, 2020 | -406.61 |
| Jun 30, 2020 | -17.56 |
| Mar 31, 2020 | -15.28 |
| Dec 31, 2019 | -55.31 |
| Sep 30, 2019 | -833.18 |
Palantir Technologies Interest Coverage 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=interest-coverage-ratio&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();