Personalis (PSNL) FCF Margin (2018 - 2026)
Personalis (PSNL) posted FCF Margin of 132.18% for Q2 2026, up 20.33% on a QoQ basis from 165.91% in Q1 2026, and down 5531.0% year-over-year from 2.43% in Q2 2025.
Personalis (PSNL) FCF Margin (2018 - 2026) Analysis & Trends
Personalis has reported FCF Margin for 9 years, with the latest figure at 132.18% in Q2 2026.
- On a quarterly basis, FCF Margin fell 5531.0% year-over-year to 132.18% in Q2 2026; TTM through Jun 2026 was 144.94%, a 8370.0% decrease from a year earlier, with the FY2025 full-year figure at 114.07%, down 5882.0% from the prior year.
- FCF Margin was 132.18% for Q2 2026 at Personalis, up from 165.91% in the prior quarter.
- The five-year high for FCF Margin was 25.07% in Q3 2024, with the low at 243.5% in Q3 2022.
- Average FCF Margin over 5 years is 116.63%, with a median of 104.3% recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: FCF Margin plunged 14987 bps in 2022, then soared 14732 bps in 2023.
- Over 5 years, FCF Margin stood at 157.28% in 2022, then jumped by 45 bps to 86.11% in 2023, then soared by 37 bps to 53.82% in 2024, then sank by 139 bps to 128.7% in 2025, then dropped by 3 bps to 132.18% in 2026.
- The last three FCF Margin figures came in at 132.18% (Q2 2026), 165.91% (Q1 2026), and 128.7% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -1.15% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 15.08% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.41% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -20.76% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -3.57% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 2.43% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 13.08% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 4.65% |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -10.60% |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | -132.18% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -132.18% |
| Mar 31, 2026 | -165.91% |
| Dec 31, 2025 | -128.70% |
| Sep 30, 2025 | -161.64% |
| Jun 30, 2025 | -76.88% |
| Mar 31, 2025 | -99.35% |
| Dec 31, 2024 | -53.82% |
| Sep 30, 2024 | -25.07% |
| Jun 30, 2024 | -47.60% |
| Mar 31, 2024 | -105.08% |
| Dec 31, 2023 | -86.11% |
| Sep 30, 2023 | -96.17% |
| Jun 30, 2023 | -78.78% |
| Mar 31, 2023 | -103.52% |
| Dec 31, 2022 | -157.28% |
| Sep 30, 2022 | -243.50% |
| Jun 30, 2022 | -206.46% |
| Mar 31, 2022 | -131.29% |
| Dec 31, 2021 | -91.15% |
| Sep 30, 2021 | -93.63% |
Personalis FCF 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=fcf-margin&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();