First Business Financial Services (FBIZ) Asset Utilization Ratio (2011 - 2026)
First Business Financial Services' (FBIZ) quarterly Asset Utilization Ratio came in at 0.04 in Q2 2026, little changed year-over-year from 0.04 in Q2 2025, and down 0.59% quarter-over-quarter from 0.04 in Q1 2026.
First Business Financial Services (FBIZ) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
First Business Financial Services (FBIZ) has reported Asset Utilization Ratio for 16 consecutive years, with 0.04 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio changed 0.44% year-over-year to 0.04 in Q2 2026; TTM through Jun 2026 was 0.04, a 0.44% change from a year earlier, with the FY2025 full-year figure at 0.04, up 1.94% from the prior year.
- Asset Utilization Ratio was 0.04 for Q2 2026 at First Business Financial Services, down from 0.04 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.04 in Q4 2022 and troughed at 0.04 in Q2 2024.
- A 5-year average of 0.04 and a median of 0.04 in 2023 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio slipped 11.06% in 2024 and grew 5.94% in 2025, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.04 in 2022, then declined by 5.31% to 0.04 in 2023, then slipped by 2.4% to 0.04 in 2024, then increased by 2.47% to 0.04 in 2025, then dropped by 2.0% to 0.04 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.04 (Q2 2026), 0.04 (Q1 2026), and 0.04 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 0.04 |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 0.04 |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 0.05 |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 0.03 |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 0.04 |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 0.05 |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 0.04 |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 0.00 |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | 0.04 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.04 |
| Mar 31, 2026 | 0.04 |
| Dec 31, 2025 | 0.04 |
| Sep 30, 2025 | 0.04 |
| Jun 30, 2025 | 0.04 |
| Mar 31, 2025 | 0.04 |
| Dec 31, 2024 | 0.04 |
| Sep 30, 2024 | 0.04 |
| Jun 30, 2024 | 0.04 |
| Mar 31, 2024 | 0.04 |
| Dec 31, 2023 | 0.04 |
| Sep 30, 2023 | 0.04 |
| Jun 30, 2023 | 0.04 |
| Mar 31, 2023 | 0.04 |
| Dec 31, 2022 | 0.04 |
| Sep 30, 2022 | 0.04 |
| Jun 30, 2022 | 0.04 |
| Mar 31, 2022 | 0.04 |
| Dec 31, 2021 | 0.04 |
| Sep 30, 2021 | 0.04 |
First Business Financial Services Asset Utilization Ratio 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=asset-utilization-ratio&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();