Personalis (PSNL) EBT (2018 - 2026)
Personalis (PSNL) posted EBT of -$31.7 million for Q2 2026, down 5.54% on a QoQ basis from -$30.0 million in Q1 2026, and down 57.96% year-over-year from -$75.4 million in Q2 2025.
Personalis (PSNL) EBT (2018 - 2026) Analysis & Trends
Personalis has reported EBT for 9 years, with the latest figure at -$31.7 million in Q2 2026.
- On a quarterly basis, EBT fell 57.96% year-over-year to -$31.7 million in Q2 2026; TTM through Jun 2026 was -$107.2 million, a 17.36% decrease from a year earlier, with the FY2025 full-year figure at -$81.3 million, changed 0.0% from the prior year.
- EBT was -$31.7 million for Q2 2026 at Personalis, down from -$30.0 million in the prior quarter.
- The five-year high for EBT was -$12.8 million in Q2 2024, with the low at -$39.1 million in Q3 2024.
- Average EBT over 5 years is -$24.8 million, with a median of -$26.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: EBT tumbled 127.31% in 2022, then soared 54.75% in 2024.
- Over 5 years, EBT stood at -$31.3 million in 2022, then grew by 15.2% to -$26.6 million in 2023, then soared by 38.05% to -$16.5 million in 2024, then tumbled by 44.93% to -$23.9 million in 2025, then tumbled by 32.73% to -$31.7 million in 2026.
- The last three EBT figures came in at -$31.7 million (Q2 2026), -$30.0 million (Q1 2026), and -$23.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -67.23 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 412.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 386.40 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -119.96 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 8.82 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -614,000.00 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 78.05 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 7.52 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -16.21 Mn |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | -31.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -31.68 Mn |
| Mar 31, 2026 | -30.02 Mn |
| Dec 31, 2025 | -23.87 Mn |
| Sep 30, 2025 | -21.65 Mn |
| Jun 30, 2025 | -20.05 Mn |
| Mar 31, 2025 | -15.74 Mn |
| Dec 31, 2024 | -16.47 Mn |
| Sep 30, 2024 | -39.09 Mn |
| Jun 30, 2024 | -12.80 Mn |
| Mar 31, 2024 | -12.96 Mn |
| Dec 31, 2023 | -26.58 Mn |
| Sep 30, 2023 | -29.07 Mn |
| Jun 30, 2023 | -23.92 Mn |
| Mar 31, 2023 | -28.65 Mn |
| Dec 31, 2022 | -31.34 Mn |
| Sep 30, 2022 | -26.48 Mn |
| Jun 30, 2022 | -27.53 Mn |
| Mar 31, 2022 | -28.20 Mn |
| Dec 31, 2021 | -20.41 Mn |
| Sep 30, 2021 | -17.66 Mn |
Personalis EBT 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=ebt&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "PSNL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();