Personalis (PSNL) Retained Earnings (2018 - 2026)
Personalis (PSNL) posted Retained Earnings of -$693.0 million for Q2 2026, down 4.79% on a QoQ basis from -$661.3 million in Q1 2026, and down 18.3% year-over-year from -$848.2 million in Q2 2025.
Personalis (PSNL) Retained Earnings (2018 - 2026) Analysis & Trends
Personalis has reported Retained Earnings for 9 years, with the latest figure at -$693.0 million in Q2 2026.
- On a quarterly basis, Retained Earnings fell 18.3% year-over-year to -$693.0 million in Q2 2026; TTM through Jun 2026 was -$693.0 million, a 18.3% decrease from a year earlier, with the FY2025 full-year figure at -$631.3 million, down 14.78% from the prior year.
- Retained Earnings was -$693.0 million for Q2 2026 at Personalis, down from -$661.3 million in the prior quarter.
- The five-year high for Retained Earnings was -$275.3 million in Q1 2022, with the low at -$693.0 million in Q2 2026.
- Average Retained Earnings over 5 years is -$488.1 million, with a median of -$488.1 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Retained Earnings tumbled 45.86% in 2022, then declined 13.85% in 2025.
- Over 5 years, Retained Earnings stood at -$360.4 million in 2022, then plunged by 30.05% to -$468.7 million in 2023, then fell by 17.34% to -$550.0 million in 2024, then slipped by 14.78% to -$631.3 million in 2025, then declined by 9.78% to -$693.0 million in 2026.
- The last three Retained Earnings figures came in at -$693.0 million (Q2 2026), -$661.3 million (Q1 2026), and -$631.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -2.93 Bn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 10.37 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.70 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -3.23 Bn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -2.52 Bn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 3.14 Bn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 1.27 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 787.32 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 1.57 Bn |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | -692.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -692.98 Mn |
| Mar 31, 2026 | -661.29 Mn |
| Dec 31, 2025 | -631.26 Mn |
| Sep 30, 2025 | -607.45 Mn |
| Jun 30, 2025 | -585.80 Mn |
| Mar 31, 2025 | -565.74 Mn |
| Dec 31, 2024 | -549.99 Mn |
| Sep 30, 2024 | -533.57 Mn |
| Jun 30, 2024 | -494.48 Mn |
| Mar 31, 2024 | -481.67 Mn |
| Dec 31, 2023 | -468.71 Mn |
| Sep 30, 2023 | -442.12 Mn |
| Jun 30, 2023 | -413.02 Mn |
| Mar 31, 2023 | -389.07 Mn |
| Dec 31, 2022 | -360.41 Mn |
| Sep 30, 2022 | -329.34 Mn |
| Jun 30, 2022 | -302.85 Mn |
| Mar 31, 2022 | -275.30 Mn |
| Dec 31, 2021 | -247.10 Mn |
| Sep 30, 2021 | -226.90 Mn |
Personalis Retained Earnings 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=retained-earnings&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();