Equity Bancshares (EQBK) Change in Interest Receivables (2015 - 2026)
Equity Bancshares' (EQBK) quarterly Change in Interest Receivables came in at -$2.1 million in Q2 2026, down 269.27% year-over-year from $1.2 million in Q2 2025, and up 51.23% quarter-over-quarter from -$4.3 million in Q1 2026.
Equity Bancshares (EQBK) Change in Interest Receivables (2015 - 2026) Analysis & Trends
Equity Bancshares (EQBK) has reported Change in Interest Receivables for 12 consecutive years, with -$2.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Interest Receivables fell 269.27% year-over-year to -$2.1 million in Q2 2026; TTM through Jun 2026 was -$6.2 million, a 282.71% decrease from a year earlier, with the FY2025 full-year figure at -$2.5 million, down 510.42% from the prior year.
- Change in Interest Receivables was -$2.1 million for Q2 2026 at Equity Bancshares, up from -$4.3 million in the prior quarter.
- Over five years, Change in Interest Receivables peaked at $2.3 million in Q3 2023 and troughed at -$4.3 million in Q1 2026.
- A 5-year average of -$22666.7 and a median of $11500.0 in 2022 frame the typical range for Change in Interest Receivables.
- Across the five-year window, Change in Interest Receivables surged 7015.38% in 2023 and slumped 1663.89% in 2025, its largest moves.
- Over 5 years, Change in Interest Receivables stood at $2.1 million in 2022, then decreased by 12.05% to $1.9 million in 2023, then sank by 72.55% to $515000.0 in 2024, then slumped by 438.64% to -$1.7 million in 2025, then slipped by 19.21% to -$2.1 million in 2026.
- The last three Change in Interest Receivables figures came in at -$2.1 million (Q2 2026), -$4.3 million (Q1 2026), and -$1.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 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 | - |
| 10 | Equity Bancshares | 1.01 Bn | 400.59 Mn | - | -2.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.08 Mn |
| Mar 31, 2026 | -4.26 Mn |
| Dec 31, 2025 | -1.74 Mn |
| Sep 30, 2025 | 1.91 Mn |
| Jun 30, 2025 | -563,000.00 |
| Mar 31, 2025 | -2.12 Mn |
| Dec 31, 2024 | 515,000.00 |
| Sep 30, 2024 | 556,000.00 |
| Jun 30, 2024 | 36,000.00 |
| Mar 31, 2024 | -493,000.00 |
| Dec 31, 2023 | 1.88 Mn |
| Sep 30, 2023 | 2.26 Mn |
| Jun 30, 2023 | 899,000.00 |
| Mar 31, 2023 | -169,000.00 |
| Dec 31, 2022 | 2.13 Mn |
| Sep 30, 2022 | 1.98 Mn |
| Jun 30, 2022 | -13,000.00 |
| Mar 31, 2022 | -1.13 Mn |
| Dec 31, 2021 | -1.36 Mn |
| Sep 30, 2021 | 455,000.00 |
Equity Bancshares Change in Interest Receivables 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-interest-receivables&ticker=EQBK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "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-interest-receivables&ticker=EQBK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();