Primis Financial (FRST) Cash from Investing Activities (2011 - 2026)
Primis Financial's (FRST) quarterly Cash from Investing Activities came in at -$68.4 million in Q2 2026, up 26.14% year-over-year from -$54.2 million in Q2 2025, and up 48.22% quarter-over-quarter from -$132.0 million in Q1 2026.
Primis Financial (FRST) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Primis Financial (FRST) has reported Cash from Investing Activities for 16 consecutive years, with -$68.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 26.14% year-over-year to -$68.4 million in Q2 2026; TTM through Jun 2026 was -$238.8 million, a 247.14% decrease from a year earlier, with the FY2025 full-year figure at -$158.2 million, down 246.09% from the prior year.
- Cash from Investing Activities was -$68.4 million for Q2 2026 at Primis Financial, up from -$132.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $328.0 million in Q4 2024 and troughed at -$235.9 million in Q2 2022.
- A 5-year average of -$65.6 million and a median of -$91.3 million in 2023 frame the typical range for Cash from Investing Activities.
- The widest YoY moves for Cash from Investing Activities: up 428.85% in 2024, down 515.9% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$217.7 million in 2022, then jumped by 54.19% to -$99.7 million in 2023, then soared by 428.85% to $328.0 million in 2024, then slumped by 83.15% to $55.3 million in 2025, then slumped by 223.75% to -$68.4 million in 2026.
- The last three Cash from Investing Activities figures came in at -$68.4 million (Q2 2026), -$132.0 million (Q1 2026), and $55.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.38 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Primis Financial | 394.55 Mn | 217.41 Mn | - | -68.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -68.38 Mn |
| Mar 31, 2026 | -132.05 Mn |
| Dec 31, 2025 | 55.25 Mn |
| Sep 30, 2025 | -93.58 Mn |
| Jun 30, 2025 | -92.58 Mn |
| Mar 31, 2025 | -27.31 Mn |
| Dec 31, 2024 | 327.97 Mn |
| Sep 30, 2024 | -45.82 Mn |
| Jun 30, 2024 | -147.51 Mn |
| Mar 31, 2024 | -26.34 Mn |
| Dec 31, 2023 | -99.73 Mn |
| Sep 30, 2023 | 11.02 Mn |
| Jun 30, 2023 | -134.06 Mn |
| Mar 31, 2023 | -89.98 Mn |
| Dec 31, 2022 | -217.71 Mn |
| Sep 30, 2022 | -106.52 Mn |
| Jun 30, 2022 | -235.85 Mn |
| Mar 31, 2022 | -56.77 Mn |
| Dec 31, 2021 | -80.45 Mn |
| Sep 30, 2021 | -34.33 Mn |
Primis Financial 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=FRST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FRST", "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=FRST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();