Equity Bancshares (EQBK) Cash from Financing Activities (2015 - 2026)
Equity Bancshares' (EQBK) quarterly Cash from Financing Activities came in at $30.1 million in Q2 2026, up 129.03% year-over-year from $13.2 million in Q2 2025, and up 126.98% quarter-over-quarter from -$111.7 million in Q1 2026.
Equity Bancshares (EQBK) Cash from Financing Activities (2015 - 2026) Analysis & Trends
Equity Bancshares (EQBK) has reported Cash from Financing Activities for 12 consecutive years, with $30.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 129.03% year-over-year to $30.1 million in Q2 2026; TTM through Jun 2026 was -$25.7 million, a 29.69% increase from a year earlier, with the FY2025 full-year figure at $35.8 million, up 118.55% from the prior year.
- Cash from Financing Activities was $30.1 million for Q2 2026 at Equity Bancshares, up from -$111.7 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $145.0 million in Q1 2023 and troughed at -$162.0 million in Q1 2024.
- A 5-year average of -$16.0 million and a median of -$14.5 million in 2022 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities jumped 1329.65% in 2023 and plunged 622.9% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$19.8 million in 2022, then soared by 380.56% to $55.5 million in 2023, then tumbled by 152.23% to -$29.0 million in 2024, then jumped by 38.2% to -$17.9 million in 2025, then jumped by 268.14% to $30.1 million in 2026.
- The last three Cash from Financing Activities figures came in at $30.1 million (Q2 2026), -$111.7 million (Q1 2026), and -$17.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 4.92 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 3.65 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.06 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 5.17 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -206.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 2.33 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 148.00 Mn |
| 10 | Equity Bancshares | 1.01 Bn | 400.59 Mn | - | 30.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 30.15 Mn |
| Mar 31, 2026 | -111.73 Mn |
| Dec 31, 2025 | -17.93 Mn |
| Sep 30, 2025 | 73.77 Mn |
| Jun 30, 2025 | -103.83 Mn |
| Mar 31, 2025 | 83.77 Mn |
| Dec 31, 2024 | -29.01 Mn |
| Sep 30, 2024 | 12.46 Mn |
| Jun 30, 2024 | -14.36 Mn |
| Mar 31, 2024 | -162.01 Mn |
| Dec 31, 2023 | 55.55 Mn |
| Sep 30, 2023 | -155.53 Mn |
| Jun 30, 2023 | -79.09 Mn |
| Mar 31, 2023 | 145.05 Mn |
| Dec 31, 2022 | -19.80 Mn |
| Sep 30, 2022 | 30.77 Mn |
| Jun 30, 2022 | -14.60 Mn |
| Mar 31, 2022 | -11.80 Mn |
| Dec 31, 2021 | -4.58 Mn |
| Sep 30, 2021 | -45.14 Mn |
Equity Bancshares Cash from Financing 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-financing-activities&ticker=EQBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "EQBK", "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-financing-activities&ticker=EQBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();