Citizens Community Bancorp (CZWI) Non-Interest Income (2010 - 2026)
Citizens Community Bancorp (CZWI) posted Non-Interest Income of $2.6 million for Q2 2026, down 15.88% on a QoQ basis from $3.1 million in Q1 2026, and down 8.07% year-over-year from $2.8 million in Q2 2025.
Citizens Community Bancorp (CZWI) Non-Interest Income (2010 - 2026) Analysis & Trends
Citizens Community Bancorp has reported Non-Interest Income for 17 years, with the latest figure at $2.6 million in Q2 2026.
- On a quarterly basis, Non-Interest Income fell 8.07% year-over-year to $2.6 million in Q2 2026; TTM through Jun 2026 was $11.4 million, a 10.24% increase from a year earlier, with the FY2025 full-year figure at $11.1 million, up 10.25% from the prior year.
- Non-Interest Income was $2.6 million for Q2 2026 at Citizens Community Bancorp, down from $3.1 million in the prior quarter.
- The five-year high for Non-Interest Income was $3.3 million in Q1 2024, with the low at $1.9 million in Q2 2024.
- Average Non-Interest Income over 5 years is $2.6 million, with a median of $2.6 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2025: Non-Interest Income slumped 37.46% in 2022, then jumped 48.25% in 2025.
- Over 5 years, Non-Interest Income stood at $2.9 million in 2022, then declined by 13.68% to $2.5 million in 2023, then slipped by 18.99% to $2.0 million in 2024, then jumped by 34.0% to $2.7 million in 2025, then slipped by 3.16% to $2.6 million in 2026.
- The last three Non-Interest Income figures came in at $2.6 million (Q2 2026), $3.1 million (Q1 2026), and $2.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Interest Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 1.64 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 1.06 Bn |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 740.00 Mn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 785.00 Mn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 652.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 630.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 706.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 776.00 Mn |
| 10 | Citizens Community Bancorp | 211.05 Mn | 83.00 Mn | - | 2.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.61 Mn |
| Mar 31, 2026 | 3.10 Mn |
| Dec 31, 2025 | 2.69 Mn |
| Sep 30, 2025 | 3.02 Mn |
| Jun 30, 2025 | 2.84 Mn |
| Mar 31, 2025 | 2.59 Mn |
| Dec 31, 2024 | 2.01 Mn |
| Sep 30, 2024 | 2.92 Mn |
| Jun 30, 2024 | 1.91 Mn |
| Mar 31, 2024 | 3.26 Mn |
| Dec 31, 2023 | 2.48 Mn |
| Sep 30, 2023 | 2.57 Mn |
| Jun 30, 2023 | 2.91 Mn |
| Mar 31, 2023 | 2.29 Mn |
| Dec 31, 2022 | 2.87 Mn |
| Sep 30, 2022 | 2.47 Mn |
| Jun 30, 2022 | 2.37 Mn |
| Mar 31, 2022 | 2.71 Mn |
| Dec 31, 2021 | 4.41 Mn |
| Sep 30, 2021 | 3.45 Mn |
Citizens Community Bancorp Non-Interest Income 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=non-interest-income&ticker=CZWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-interest-income", "ticker": "CZWI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-interest-income&ticker=CZWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();