Personalis (PSNL) EBT Margin (2018 - 2026)
Personalis (PSNL) posted EBT Margin of 141.69% for Q2 2026, up 26.96% on a QoQ basis from 194.0% in Q1 2026, and down 2512.0% year-over-year from 5.87% in Q2 2025.
Personalis (PSNL) EBT Margin (2018 - 2026) Analysis & Trends
Personalis has reported EBT Margin for 9 years, with the latest figure at 141.69% in Q2 2026.
- On a quarterly basis, EBT Margin fell 2512.0% year-over-year to 141.69% in Q2 2026; TTM through Jun 2026 was 153.88%, a 4015.0% decrease from a year earlier, with the FY2025 full-year figure at 116.75%, down 2065.0% from the prior year.
- EBT Margin was 141.69% for Q2 2026 at Personalis, up from 194.0% in the prior quarter.
- The five-year high for EBT Margin was 56.68% in Q2 2024, with the low at 194.0% in Q1 2026.
- Average EBT Margin over 5 years is 137.78%, with a median of 146.3% recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: EBT Margin slumped 12579 bps in 2022, then jumped 8656 bps in 2024.
- Over 5 years, EBT Margin stood at 187.44% in 2022, then increased by 28 bps to 135.09% in 2023, then climbed by 27 bps to 98.02% in 2024, then plunged by 40 bps to 137.6% in 2025, then retreated by 3 bps to 141.69% in 2026.
- The last three EBT Margin figures came in at 141.69% (Q2 2026), 194.0% (Q1 2026), and 137.6% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -8.93% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 13.54% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 10.36% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -35.81% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 2.30% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -0.23% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 24.29% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 6.87% |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -22.65% |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | -141.69% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -141.69% |
| Mar 31, 2026 | -194.00% |
| Dec 31, 2025 | -137.60% |
| Sep 30, 2025 | -149.35% |
| Jun 30, 2025 | -116.57% |
| Mar 31, 2025 | -76.40% |
| Dec 31, 2024 | -98.02% |
| Sep 30, 2024 | -152.03% |
| Jun 30, 2024 | -56.68% |
| Mar 31, 2024 | -66.38% |
| Dec 31, 2023 | -135.09% |
| Sep 30, 2023 | -159.31% |
| Jun 30, 2023 | -143.24% |
| Mar 31, 2023 | -151.88% |
| Dec 31, 2022 | -187.44% |
| Sep 30, 2022 | -178.23% |
| Jun 30, 2022 | -150.94% |
| Mar 31, 2022 | -185.21% |
| Dec 31, 2021 | -98.66% |
| Sep 30, 2021 | -79.32% |
Personalis EBT Margin 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-margin&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();