First Business Financial Services (FBIZ) Total Debt (2010 - 2021)
First Business Financial Services' (FBIZ) quarterly Total Debt came in at $10.1 million in Q4 2021, little changed year-over-year from $10.1 million in Q4 2020, and little changed quarter-over-quarter from $10.1 million in Q3 2021.
First Business Financial Services (FBIZ) Total Debt (2010 - 2021) Analysis & Trends
First Business Financial Services (FBIZ) has reported Total Debt for 12 consecutive years, with $10.1 million the latest figure, recorded in Q4 2021.
- On a quarterly basis, Total Debt changed 0.14% year-over-year to $10.1 million in Q4 2021; TTM through Dec 2021 was $10.1 million, a 0.14% change from a year earlier, with the FY2021 full-year figure at $10.1 million, changed 0.14% from the prior year.
- Total Debt was $10.1 million for Q4 2021 at First Business Financial Services, roughly flat from $10.1 million in the prior quarter.
- Over five years, Total Debt peaked at $10.1 million in Q4 2021 and troughed at $10.0 million in Q1 2017.
- A 5-year average of $10.0 million and a median of $10.0 million in 2019 frame the typical range for Total Debt.
- Across the five-year window, Total Debt climbed 0.15% in 2017 and increased 0.14% in 2021, its largest moves.
- Over 5 years, Total Debt stood at $10.0 million in 2017, then rose by 0.14% to $10.0 million in 2018, then rose by 0.14% to $10.0 million in 2019, then rose by 0.15% to $10.1 million in 2020, then advanced by 0.14% to $10.1 million in 2021.
- The last three Total Debt figures came in at $10.1 million (Q4 2021), $10.1 million (Q3 2021), and $10.1 million (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 652.30 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 96.75 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 26.90 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 22.80 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 24.96 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 17.51 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 10.63 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 14.65 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 32.34 Bn |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 10.08 Mn |
| Sep 30, 2021 | 10.07 Mn |
| Jun 30, 2021 | 10.07 Mn |
| Mar 31, 2021 | 10.07 Mn |
| Dec 31, 2020 | 10.06 Mn |
| Sep 30, 2020 | 10.06 Mn |
| Jun 30, 2020 | 10.05 Mn |
| Mar 31, 2020 | 10.05 Mn |
| Dec 31, 2019 | 10.05 Mn |
| Sep 30, 2019 | 10.04 Mn |
| Jun 30, 2019 | 10.04 Mn |
| Mar 31, 2019 | 10.04 Mn |
| Dec 31, 2018 | 10.03 Mn |
| Sep 30, 2018 | 10.03 Mn |
| Jun 30, 2018 | 10.03 Mn |
| Mar 31, 2018 | 10.02 Mn |
| Dec 31, 2017 | 10.02 Mn |
| Sep 30, 2017 | 10.02 Mn |
| Jun 30, 2017 | 10.01 Mn |
| Mar 31, 2017 | 10.01 Mn |
First Business Financial Services Total Debt 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-debt&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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-debt&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();