Personalis (PSNL) Enterprise Value (2019 - 2026)
Personalis (PSNL) posted Enterprise Value of $1.2 billion for Q2 2026, up 179.63% on a QoQ basis from $433.7 million in Q1 2026, and up 197.0% year-over-year from $408.3 million in Q2 2025.
Personalis (PSNL) Enterprise Value (2019 - 2026) Analysis & Trends
Personalis has reported Enterprise Value for 8 years, with the latest figure at $1.2 billion in Q2 2026.
- On a quarterly basis, Enterprise Value rose 197.0% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $1.2 billion, a 197.0% increase from a year earlier, with the FY2025 full-year figure at $575.8 million, up 265.65% from the prior year.
- Enterprise Value was $1.2 billion for Q2 2026 at Personalis, up from $433.7 million in the prior quarter.
- The five-year high for Enterprise Value was $1.2 billion in Q2 2026, with the low at -$75.2 million in Q4 2022.
- Average Enterprise Value over 5 years is $183.1 million, with a median of $47.9 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Enterprise Value sank 121.25% in 2022, then surged 2027.42% in 2024.
- Over 5 years, Enterprise Value stood at -$75.2 million in 2022, then soared by 89.13% to -$8.2 million in 2023, then soared by 2027.42% to $157.5 million in 2024, then soared by 265.65% to $575.8 million in 2025, then soared by 110.62% to $1.2 billion in 2026.
- The last three Enterprise Value figures came in at $1.2 billion (Q2 2026), $433.7 million (Q1 2026), and $575.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.21 Bn |
| Mar 31, 2026 | 433.67 Mn |
| Dec 31, 2025 | 575.76 Mn |
| Sep 30, 2025 | 428.10 Mn |
| Jun 30, 2025 | 408.31 Mn |
| Mar 31, 2025 | 124.31 Mn |
| Dec 31, 2024 | 157.46 Mn |
| Sep 30, 2024 | 236.38 Mn |
| Jun 30, 2024 | -24.90 Mn |
| Mar 31, 2024 | -18.84 Mn |
| Dec 31, 2023 | -8.17 Mn |
| Sep 30, 2023 | -61.36 Mn |
| Jun 30, 2023 | -46.01 Mn |
| Mar 31, 2023 | -19.84 Mn |
| Dec 31, 2022 | -75.18 Mn |
| Sep 30, 2022 | -56.27 Mn |
| Jun 30, 2022 | -75.16 Mn |
| Mar 31, 2022 | 104.06 Mn |
| Dec 31, 2021 | 353.72 Mn |
| Sep 30, 2021 | 554.92 Mn |
Personalis Enterprise Value 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=enterprise-value&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();