Personalis (PSNL) Net Income (2018 - 2026)
Personalis (PSNL) posted Net Income 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) Net Income (2018 - 2026) Analysis & Trends
Personalis has reported Net Income for 9 years, with the latest figure at -$31.7 million in Q2 2026.
- On a quarterly basis, Net Income fell 57.97% year-over-year to -$31.7 million in Q2 2026; TTM through Jun 2026 was -$90.2 million, a 21.37% decrease from a year earlier, with the FY2025 full-year figure at -$64.2 million, changed 0.01% from the prior year.
- Net Income was -$31.7 million for Q2 2026 at Personalis, down from -$30.0 million in the prior quarter.
- The five-year high for Net Income was $613000.0 in Q4 2024, with the low at -$39.1 million in Q3 2024.
- Average Net Income over 5 years is -$22.9 million, with a median of -$26.5 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Net Income soared 102.31% in 2024, then sank 1207.99% in 2025.
- Over 5 years, Net Income stood at -$31.4 million in 2022, then grew by 15.29% to -$26.6 million in 2023, then jumped by 102.31% to $613000.0 in 2024, then tumbled by 1207.99% to -$6.8 million in 2025, then sank by 366.48% to -$31.7 million in 2026.
- The last three Net Income figures came in at -$31.7 million (Q2 2026), -$30.0 million (Q1 2026), and -$6.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -66.93 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 324.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 | 8.51 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -637,000.00 |
| 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 | -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.03 Mn |
| Dec 31, 2025 | -6.79 Mn |
| Sep 30, 2025 | -21.65 Mn |
| Jun 30, 2025 | -20.06 Mn |
| Mar 31, 2025 | -15.75 Mn |
| Dec 31, 2024 | 613,000.00 |
| 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.38 Mn |
| Sep 30, 2022 | -26.49 Mn |
| Jun 30, 2022 | -27.55 Mn |
| Mar 31, 2022 | -28.21 Mn |
| Dec 31, 2021 | -20.43 Mn |
| Sep 30, 2021 | -17.67 Mn |
Personalis Net Income 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=net-income&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();