Personalis (PSNL) Free Cash Flow (2018 - 2026)
Personalis (PSNL) posted Free Cash Flow of -$29.6 million for Q2 2026, down 15.12% on a QoQ basis from -$25.7 million in Q1 2026, and down 123.46% year-over-year from $126.0 million in Q2 2025.
Personalis (PSNL) Free Cash Flow (2018 - 2026) Analysis & Trends
Personalis has reported Free Cash Flow for 9 years, with the latest figure at -$29.6 million in Q2 2026.
- On a quarterly basis, Free Cash Flow fell 123.46% year-over-year to -$29.6 million in Q2 2026; TTM through Jun 2026 was -$101.0 million, a 105.3% decrease from a year earlier, with the FY2025 full-year figure at -$79.4 million, down 69.94% from the prior year.
- Free Cash Flow was -$29.6 million for Q2 2026 at Personalis, down from -$25.7 million in the prior quarter.
- The five-year high for Free Cash Flow was -$6.4 million in Q3 2024, with the low at -$37.7 million in Q2 2022.
- Average Free Cash Flow over 5 years is -$20.5 million, with a median of -$20.2 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Free Cash Flow jumped 65.07% in 2023, then slumped 263.54% in 2025.
- Over 5 years, Free Cash Flow stood at -$26.3 million in 2022, then soared by 35.58% to -$16.9 million in 2023, then soared by 46.63% to -$9.0 million in 2024, then plunged by 146.88% to -$22.3 million in 2025, then plunged by 32.38% to -$29.6 million in 2026.
- The last three Free Cash Flow figures came in at -$29.6 million (Q2 2026), -$25.7 million (Q1 2026), and -$22.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -8.64 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 459.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 313.90 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -69.54 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -13.65 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 6.40 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 42.05 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 5.09 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -7.58 Mn |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | -29.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.55 Mn |
| Mar 31, 2026 | -25.67 Mn |
| Dec 31, 2025 | -22.32 Mn |
| Sep 30, 2025 | -23.43 Mn |
| Jun 30, 2025 | -13.23 Mn |
| Mar 31, 2025 | -20.47 Mn |
| Dec 31, 2024 | -9.04 Mn |
| Sep 30, 2024 | -6.45 Mn |
| Jun 30, 2024 | -10.75 Mn |
| Mar 31, 2024 | -20.52 Mn |
| Dec 31, 2023 | -16.94 Mn |
| Sep 30, 2023 | -17.55 Mn |
| Jun 30, 2023 | -13.16 Mn |
| Mar 31, 2023 | -19.52 Mn |
| Dec 31, 2022 | -26.30 Mn |
| Sep 30, 2022 | -36.18 Mn |
| Jun 30, 2022 | -37.66 Mn |
| Mar 31, 2022 | -19.99 Mn |
| Dec 31, 2021 | -18.85 Mn |
| Sep 30, 2021 | -20.84 Mn |
Personalis Free Cash Flow 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=free-cash-flow&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();