Equity Bancshares (EQBK) Change in Cash (2015 - 2026)
Equity Bancshares' (EQBK) quarterly Change in Cash came in at -$17.6 million in Q2 2026, up 72.94% year-over-year from -$10.2 million in Q2 2025, and up 59.6% quarter-over-quarter from -$43.7 million in Q1 2026.
Equity Bancshares (EQBK) Change in Cash (2015 - 2026) Analysis & Trends
Equity Bancshares (EQBK) has reported Change in Cash for 12 consecutive years, with -$17.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 72.94% year-over-year to -$17.6 million in Q2 2026; TTM through Jun 2026 was $180.3 million, a 70.22% increase from a year earlier, with the FY2025 full-year figure at $224.1 million, up 4720.78% from the prior year.
- Change in Cash was -$17.6 million for Q2 2026 at Equity Bancshares, up from -$43.7 million in the prior quarter.
- Over five years, Change in Cash peaked at $333.2 million in Q3 2025 and troughed at -$169.9 million in Q1 2022.
- A 5-year average of $15.9 million and a median of -$2.0 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash surged 1629.36% in 2022 and tumbled 358.15% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at -$51.0 million in 2022, then surged by 453.21% to $180.1 million in 2023, then dropped by 17.67% to $148.3 million in 2024, then plunged by 161.78% to -$91.6 million in 2025, then soared by 80.75% to -$17.6 million in 2026.
- The last three Change in Cash figures came in at -$17.6 million (Q2 2026), -$43.7 million (Q1 2026), and -$91.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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 | Equity Bancshares | 1.01 Bn | 400.59 Mn | - | -17.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.63 Mn |
| Mar 31, 2026 | -43.65 Mn |
| Dec 31, 2025 | -91.59 Mn |
| Sep 30, 2025 | 333.21 Mn |
| Jun 30, 2025 | -65.18 Mn |
| Mar 31, 2025 | 47.64 Mn |
| Dec 31, 2024 | 148.26 Mn |
| Sep 30, 2024 | -24.78 Mn |
| Jun 30, 2024 | 25.25 Mn |
| Mar 31, 2024 | -144.08 Mn |
| Dec 31, 2023 | 180.08 Mn |
| Sep 30, 2023 | -79.08 Mn |
| Jun 30, 2023 | 27.73 Mn |
| Mar 31, 2023 | 145.94 Mn |
| Dec 31, 2022 | -50.99 Mn |
| Sep 30, 2022 | 51.83 Mn |
| Jun 30, 2022 | 13.53 Mn |
| Mar 31, 2022 | -169.90 Mn |
| Dec 31, 2021 | 117.64 Mn |
| Sep 30, 2021 | 3.00 Mn |
Equity Bancshares Change in Cash 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=change-in-cash&ticker=EQBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=EQBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();