Equity Bancshares (EQBK) Change in Net Loans (2015 - 2026)
Equity Bancshares' (EQBK) quarterly Change in Net Loans came in at -$73.3 million in Q2 2026, down 135.26% year-over-year from $207.9 million in Q2 2025, and down 30.02% quarter-over-quarter from -$56.4 million in Q1 2026.
Equity Bancshares (EQBK) Change in Net Loans (2015 - 2026) Analysis & Trends
Equity Bancshares (EQBK) has reported Change in Net Loans for 12 consecutive years, with -$73.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Net Loans fell 135.26% year-over-year to -$73.3 million in Q2 2026; TTM through Jun 2026 was -$197.4 million, a 1154.48% decrease from a year earlier, with the FY2025 full-year figure at -$30.5 million, down 88.08% from the prior year.
- Change in Net Loans was -$73.3 million for Q2 2026 at Equity Bancshares, down from -$56.4 million in the prior quarter.
- Over five years, Change in Net Loans peaked at $93.7 million in Q3 2024 and troughed at -$112.2 million in Q4 2024.
- A 5-year average of $1.6 million and a median of $5.1 million in 2022 frame the typical range for Change in Net Loans.
- The widest YoY moves for Change in Net Loans: up 337.0% in 2024, down 315.36% in 2024.
- Over 5 years, Change in Net Loans stood at $55.8 million in 2022, then fell by 6.6% to $52.1 million in 2023, then plunged by 315.36% to -$112.2 million in 2024, then jumped by 37.89% to -$69.7 million in 2025, then fell by 5.18% to -$73.3 million in 2026.
- The last three Change in Net Loans figures came in at -$73.3 million (Q2 2026), -$56.4 million (Q1 2026), and -$69.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 4.38 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 2.56 Bn |
| 10 | Equity Bancshares | 1.01 Bn | 400.59 Mn | - | -73.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -73.29 Mn |
| Mar 31, 2026 | -56.37 Mn |
| Dec 31, 2025 | -69.68 Mn |
| Sep 30, 2025 | 1.91 Mn |
| Jun 30, 2025 | -31.15 Mn |
| Mar 31, 2025 | 68.39 Mn |
| Dec 31, 2024 | -112.19 Mn |
| Sep 30, 2024 | 93.68 Mn |
| Jun 30, 2024 | -28.29 Mn |
| Mar 31, 2024 | 30.57 Mn |
| Dec 31, 2023 | 52.10 Mn |
| Sep 30, 2023 | -39.53 Mn |
| Jun 30, 2023 | -6.87 Mn |
| Mar 31, 2023 | 18.02 Mn |
| Dec 31, 2022 | 55.77 Mn |
| Sep 30, 2022 | 32.56 Mn |
| Jun 30, 2022 | 8.29 Mn |
| Mar 31, 2022 | 85.27 Mn |
| Dec 31, 2021 | -90.34 Mn |
| Sep 30, 2021 | -174.82 Mn |
Equity Bancshares Change in Net Loans 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-net-loans&ticker=EQBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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-net-loans&ticker=EQBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();