Analysts expect Palantir Technologies Inc. to report revenue of 2.07 B for Q3 26, against a range of 1.88 B to 2.26 B. The most recent reported quarter, Q2 26, came in at 1.94 B, a 10.0% beat against the 1.76 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 725.52 M | 827.52 M | 883.86 M | 1.00 B | 1.18 B | 1.41 B | 1.63 B | 1.94 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 726.19 M | 834.95 M | 949.25 M | 963.71 M | 1.19 B | 1.35 B | 1.76 B | 1.82 B | 2.26 B | 2.68 B | 2.91 B | 2.83 B | 3.41 B | 4.01 B | 4.01 B | 4.66 B | ||||||||||
| Low Estimate | 655.80 M | 785.34 M | 883.69 M | 871.68 M | 1.07 B | 1.25 B | 1.51 B | 1.71 B | 1.88 B | 2.39 B | 2.39 B | 2.66 B | 3.21 B | 3.44 B | 3.62 B | 3.92 B | ||||||||||
| Consensus Estimate | 691.00 M | 810.15 M | 916.47 M | 917.69 M | 1.13 B | 1.30 B | 1.64 B | 1.76 B | 2.07 B | 2.54 B | 2.65 B | 2.75 B | 3.31 B | 3.72 B | 3.81 B | 4.29 B |
Analysts expect Palantir Technologies Inc. to report earnings per share of 0.43 for Q3 26, against a range of 0.40 to 0.46. The most recent reported quarter, Q2 26, came in at 0.41, a 28.1% beat against the 0.32 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.10 | 0.14 | 0.13 | 0.16 | 0.21 | 0.25 | 0.33 | 0.41 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.10 | 0.11 | 0.13 | 0.16 | 0.17 | 0.25 | 0.29 | 0.35 | 0.46 | 0.53 | 0.53 | 0.59 | 0.72 | 0.86 | 0.70 | 0.78 | ||||||||||
| Low Estimate | 0.08 | 0.11 | 0.11 | 0.14 | 0.15 | 0.23 | 0.25 | 0.29 | 0.40 | 0.45 | 0.47 | 0.55 | 0.66 | 0.74 | 0.58 | 0.72 | ||||||||||
| Consensus Estimate | 0.09 | 0.11 | 0.12 | 0.15 | 0.16 | 0.24 | 0.27 | 0.32 | 0.43 | 0.49 | 0.50 | 0.57 | 0.69 | 0.80 | 0.64 | 0.75 |
Pull Wall Street consensus for Palantir Technologies Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=PLTR&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "PLTR", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=PLTR&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();