First Business Financial Services (FBIZ) Total Non-Current Liabilities (2010 - 2026)
First Business Financial Services' (FBIZ) quarterly Total Non-Current Liabilities came in at $4.0 billion in Q2 2026, up 9.91% year-over-year from $3.6 billion in Q2 2025, and up 1.79% quarter-over-quarter from $3.9 billion in Q1 2026.
First Business Financial Services (FBIZ) Total Non-Current Liabilities (2010 - 2026) Analysis & Trends
First Business Financial Services (FBIZ) has reported Total Non-Current Liabilities for 17 consecutive years, with $4.0 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities rose 9.91% year-over-year to $4.0 billion in Q2 2026; TTM through Jun 2026 was $4.0 billion, a 9.91% increase from a year earlier, with the FY2025 full-year figure at $3.7 billion, up 5.94% from the prior year.
- Total Non-Current Liabilities was $4.0 billion for Q2 2026 at First Business Financial Services, up from $3.9 billion in the prior quarter.
- Over five years, Total Non-Current Liabilities peaked at $4.0 billion in Q2 2026 and troughed at $2.5 billion in Q1 2022.
- A 5-year average of $3.2 billion and a median of $3.2 billion in 2024 frame the typical range for Total Non-Current Liabilities.
- Across the five-year window, Total Non-Current Liabilities dropped 4.65% in 2022 and advanced 20.85% in 2023, its largest moves.
- Over 5 years, Total Non-Current Liabilities stood at $2.7 billion in 2022, then grew by 19.28% to $3.2 billion in 2023, then gained by 9.51% to $3.5 billion in 2024, then gained by 5.94% to $3.7 billion in 2025, then increased by 8.21% to $4.0 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at $4.0 billion (Q2 2026), $3.9 billion (Q1 2026), and $3.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 60,162.97 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 479.24 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 259.43 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 187.07 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 244.32 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 201.97 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 138.34 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 206.95 Bn |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | 3.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.97 Bn |
| Mar 31, 2026 | 3.90 Bn |
| Dec 31, 2025 | 3.67 Bn |
| Sep 30, 2025 | 3.64 Bn |
| Jun 30, 2025 | 3.62 Bn |
| Mar 31, 2025 | 3.56 Bn |
| Dec 31, 2024 | 3.47 Bn |
| Sep 30, 2024 | 3.36 Bn |
| Jun 30, 2024 | 3.25 Bn |
| Mar 31, 2024 | 3.17 Bn |
| Dec 31, 2023 | 3.17 Bn |
| Sep 30, 2023 | 3.06 Bn |
| Jun 30, 2023 | 2.93 Bn |
| Mar 31, 2023 | 2.85 Bn |
| Dec 31, 2022 | 2.65 Bn |
| Sep 30, 2022 | 2.53 Bn |
| Jun 30, 2022 | 2.49 Bn |
| Mar 31, 2022 | 2.45 Bn |
| Dec 31, 2021 | 2.39 Bn |
| Sep 30, 2021 | 2.33 Bn |
First Business Financial Services Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "ticker": "FBIZ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-non-current-liabilities&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();