Personalis (PSNL) Cash from Investing Activities (2018 - 2026)
Personalis (PSNL) posted Cash from Investing Activities of $38.2 million for Q2 2026, up 182.94% on a QoQ basis from -$46.0 million in Q1 2026, and up 973.1% year-over-year from $3.6 million in Q2 2025.
Personalis (PSNL) Cash from Investing Activities (2018 - 2026) Analysis & Trends
Personalis has reported Cash from Investing Activities for 9 years, with the latest figure at $38.2 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 973.1% year-over-year to $38.2 million in Q2 2026; TTM through Jun 2026 was -$3.5 million, a 95.69% increase from a year earlier, with the FY2025 full-year figure at -$22.6 million, up 35.65% from the prior year.
- Cash from Investing Activities was $38.2 million for Q2 2026 at Personalis, up from -$46.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $38.2 million in Q2 2026, with the low at -$46.0 million in Q1 2026.
- Average Cash from Investing Activities over 5 years is $8333.3, with a median of $1.6 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities slumped 457.75% in 2025, then soared 973.1% in 2026.
- Over 5 years, Cash from Investing Activities stood at $21.9 million in 2022, then sank by 153.26% to -$11.6 million in 2023, then tumbled by 124.98% to -$26.2 million in 2024, then soared by 45.08% to -$14.4 million in 2025, then jumped by 365.41% to $38.2 million in 2026.
- The last three Cash from Investing Activities figures came in at $38.2 million (Q2 2026), -$46.0 million (Q1 2026), and -$14.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -63.43 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | -134.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -366.20 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 101.47 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -11.09 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -122.19 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | -43.30 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | -4.05 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -43.48 Mn |
| 10 | Personalis | 1.74 Bn | 1.53 Bn | 4.74 Mn | 38.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 38.16 Mn |
| Mar 31, 2026 | -46.01 Mn |
| Dec 31, 2025 | -14.38 Mn |
| Sep 30, 2025 | 18.72 Mn |
| Jun 30, 2025 | -4.37 Mn |
| Mar 31, 2025 | -22.54 Mn |
| Dec 31, 2024 | -26.18 Mn |
| Sep 30, 2024 | -28.18 Mn |
| Jun 30, 2024 | 12.99 Mn |
| Mar 31, 2024 | 6.30 Mn |
| Dec 31, 2023 | -11.64 Mn |
| Sep 30, 2023 | -8.61 Mn |
| Jun 30, 2023 | 19.55 Mn |
| Mar 31, 2023 | 13.79 Mn |
| Dec 31, 2022 | 21.85 Mn |
| Sep 30, 2022 | 10.83 Mn |
| Jun 30, 2022 | 23.02 Mn |
| Mar 31, 2022 | -3.16 Mn |
| Dec 31, 2021 | 39.91 Mn |
| Sep 30, 2021 | 29.67 Mn |
Personalis Cash from Investing Activities 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=cash-from-investing-activities&ticker=PSNL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=PSNL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();