Personalis (PSNL) Profit After Tax (2018 - 2026)
Personalis (PSNL) posted Profit After Tax of -$31.7 million for Q2 2026, down 5.5% on a QoQ basis from -$30.0 million in Q1 2026, and down 57.97% year-over-year from -$75.4 million in Q2 2025.
Personalis (PSNL) Profit After Tax (2018 - 2026) Analysis & Trends
Personalis has reported Profit After Tax for 9 years, with the latest figure at -$31.7 million in Q2 2026.
- On a quarterly basis, Profit After Tax fell 57.97% year-over-year to -$31.7 million in Q2 2026; TTM through Jun 2026 was -$107.2 million, a 17.37% decrease from a year earlier, with the FY2025 full-year figure at -$81.3 million, changed 0.02% from the prior year.
- Profit After Tax was -$31.7 million for Q2 2026 at Personalis, down from -$30.0 million in the prior quarter.
- The five-year high for Profit After Tax was -$12.8 million in Q2 2024, with the low at -$39.1 million in Q3 2024.
- Average Profit After Tax 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: Profit After Tax tumbled 127.42% in 2022, then jumped 54.75% in 2024.
- Over 5 years, Profit After Tax stood at -$31.1 million in 2022, then increased by 14.43% to -$26.6 million in 2023, then surged by 38.21% to -$16.4 million in 2024, then slumped by 44.97% to -$23.8 million in 2025, then slumped by 33.05% to -$31.7 million in 2026.
- The last three Profit After Tax figures came in at -$31.7 million (Q2 2026), -$30.0 million (Q1 2026), and -$23.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -66.97 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 334.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 299.10 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -120.14 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 5.64 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -1.00 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 53.64 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 8.05 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -39.94 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.03 Mn |
| Dec 31, 2025 | -23.81 Mn |
| Sep 30, 2025 | -21.65 Mn |
| Jun 30, 2025 | -20.06 Mn |
| Mar 31, 2025 | -15.75 Mn |
| Dec 31, 2024 | -16.43 Mn |
| Sep 30, 2024 | -39.09 Mn |
| Jun 30, 2024 | -12.80 Mn |
| Mar 31, 2024 | -12.97 Mn |
| Dec 31, 2023 | -26.58 Mn |
| Sep 30, 2023 | -29.10 Mn |
| Jun 30, 2023 | -23.96 Mn |
| Mar 31, 2023 | -28.66 Mn |
| Dec 31, 2022 | -31.07 Mn |
| Sep 30, 2022 | -26.49 Mn |
| Jun 30, 2022 | -27.55 Mn |
| Mar 31, 2022 | -28.21 Mn |
| Dec 31, 2021 | -20.20 Mn |
| Sep 30, 2021 | -17.67 Mn |
Personalis Profit After Tax 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=profit-after-tax&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();