Palantir Technologies (PLTR) Tax Rate (2019 - 2026)
Palantir Technologies' (PLTR) quarterly Tax Rate came in at 1.42% in Q2 2026, up 34.0% year-over-year from 1.06% in Q2 2025, and up 3.62% quarter-over-quarter from 1.37% in Q1 2026.
Palantir Technologies (PLTR) Tax Rate (2019 - 2026) Analysis & Trends
Palantir Technologies (PLTR) has reported Tax Rate for 8 consecutive years, with 1.42% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate rose 34.0% year-over-year to 1.42% in Q2 2026; TTM through Jun 2026 was 1.34%, a 126.0% decrease from a year earlier, with the FY2025 full-year figure at 1.37%, down 298.0% from the prior year.
- Tax Rate was 1.42% for Q2 2026 at Palantir Technologies, up from 1.37% in the prior quarter.
- Over five years, Tax Rate peaked at 11.61% in Q4 2022 and troughed at 2.04% in Q1 2022.
- A 5-year average of 3.65% and a median of 3.1% in 2024 frame the typical range for Tax Rate.
- The widest YoY moves for Tax Rate: up 3841 bps in 2022, down 542 bps in 2022.
- Over 5 years, Tax Rate stood at 11.61% in 2022, then declined by 24 bps to 8.77% in 2023, then plunged by 49 bps to 4.47% in 2024, then plunged by 65 bps to 1.57% in 2025, then fell by 10 bps to 1.42% in 2026.
- The last three Tax Rate figures came in at 1.42% (Q2 2026), 1.37% (Q1 2026), and 1.57% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 1.42% |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 15.11% |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | -26.51% |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 22.54% |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 31.96% |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 22.20% |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 32.78% |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -0.02% |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | -93.27% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.42% |
| Mar 31, 2026 | 1.37% |
| Dec 31, 2025 | 1.57% |
| Sep 30, 2025 | 0.79% |
| Jun 30, 2025 | 1.08% |
| Mar 31, 2025 | 2.51% |
| Dec 31, 2024 | 4.47% |
| Sep 30, 2024 | 4.97% |
| Jun 30, 2024 | 3.69% |
| Mar 31, 2024 | 4.24% |
| Dec 31, 2023 | 8.77% |
| Sep 30, 2023 | 8.17% |
| Jun 30, 2023 | 7.32% |
| Mar 31, 2023 | 8.16% |
| Dec 31, 2022 | 11.61% |
| Sep 30, 2022 | -0.90% |
| Jun 30, 2022 | -1.47% |
| Mar 31, 2022 | -2.04% |
| Dec 31, 2021 | -26.81% |
| Sep 30, 2021 | -1.43% |
Palantir Technologies Tax Rate 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=tax-rate&ticker=PLTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=PLTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();