Primis Financial (FRST) Net Cash Flow (2011 - 2026)
Primis Financial's (FRST) quarterly Net Cash Flow came in at $16.9 million in Q2 2026, down 54.24% year-over-year from $37.0 million in Q2 2025, and up 4.12% quarter-over-quarter from $16.3 million in Q1 2026.
Primis Financial (FRST) Net Cash Flow (2011 - 2026) Analysis & Trends
Primis Financial (FRST) has reported Net Cash Flow for 16 consecutive years, with $16.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 54.24% year-over-year to $16.9 million in Q2 2026; TTM through Jun 2026 was $82.8 million, a 200.98% increase from a year earlier, with the FY2025 full-year figure at $79.1 million, up 706.24% from the prior year.
- Net Cash Flow was $16.9 million for Q2 2026 at Primis Financial, up from $16.3 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $529.3 million in Q1 2023 and troughed at -$506.3 million in Q2 2023.
- A 5-year average of -$19.6 million and a median of -$7.2 million in 2023 frame the typical range for Net Cash Flow.
- The widest YoY moves for Net Cash Flow: up 724.37% in 2025, down 382.34% in 2025.
- Over 5 years, Net Cash Flow stood at -$19.9 million in 2022, then rose by 17.94% to -$16.3 million in 2023, then grew by 21.72% to -$12.8 million in 2024, then surged by 724.37% to $79.7 million in 2025, then slumped by 78.75% to $16.9 million in 2026.
- The last three Net Cash Flow figures came in at $16.9 million (Q2 2026), $16.3 million (Q1 2026), and $79.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Primis Financial | 394.55 Mn | 217.41 Mn | - | 16.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.94 Mn |
| Mar 31, 2026 | 16.27 Mn |
| Dec 31, 2025 | 79.73 Mn |
| Sep 30, 2025 | -30.19 Mn |
| Jun 30, 2025 | 37.03 Mn |
| Mar 31, 2025 | -7.46 Mn |
| Dec 31, 2024 | -12.77 Mn |
| Sep 30, 2024 | 10.69 Mn |
| Jun 30, 2024 | -22.14 Mn |
| Mar 31, 2024 | 11.16 Mn |
| Dec 31, 2023 | -16.31 Mn |
| Sep 30, 2023 | -7.00 Mn |
| Jun 30, 2023 | -506.26 Mn |
| Mar 31, 2023 | 529.27 Mn |
| Dec 31, 2022 | -19.88 Mn |
| Sep 30, 2022 | 27.02 Mn |
| Jun 30, 2022 | -227.51 Mn |
| Mar 31, 2022 | -231.94 Mn |
| Dec 31, 2021 | -125.02 Mn |
| Sep 30, 2021 | 29.28 Mn |
Primis Financial Net 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=net-cash-flow&ticker=FRST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=FRST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();