First Business Financial Services (FBIZ) Debt Ratio (2010 - 2021)
First Business Financial Services' (FBIZ) quarterly Debt Ratio came in at 0.0 in Q4 2021, down 3.07% year-over-year from 0.0 in Q4 2020, and down 2.54% quarter-over-quarter from 0.0 in Q3 2021.
First Business Financial Services (FBIZ) Debt Ratio (2010 - 2021) Analysis & Trends
First Business Financial Services (FBIZ) has reported Debt Ratio for 12 consecutive years, with 0.0 the latest figure, recorded in Q4 2021.
- On a quarterly basis, Debt Ratio fell 3.07% year-over-year to 0.0 in Q4 2021; TTM through Dec 2021 was 0.0, a 3.07% decrease from a year earlier, with the FY2021 full-year figure at 0.0, down 3.07% from the prior year.
- Debt Ratio was 0.0 for Q4 2021 at First Business Financial Services, down from 0.0 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.01 in Q2 2017 and troughed at 0.0 in Q2 2021.
- A 5-year average of 0.0 and a median of 0.0 in 2019 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio increased 2.99% in 2017 and declined 19.45% in 2020, its largest moves.
- Over 5 years, Debt Ratio stood at 0.01 in 2017, then retreated by 8.64% to 0.01 in 2018, then slipped by 6.08% to 0.0 in 2019, then slipped by 18.22% to 0.0 in 2020, then declined by 3.07% to 0.0 in 2021.
- The last three Debt Ratio figures came in at 0.0 (Q4 2021), 0.0 (Q3 2021), and 0.0 (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 0.01 |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 0.17 |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 0.09 |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 0.10 |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 0.09 |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 0.07 |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 0.07 |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 0.08 |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 0.14 |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 0.00 |
| Sep 30, 2021 | 0.00 |
| Jun 30, 2021 | 0.00 |
| Mar 31, 2021 | 0.00 |
| Dec 31, 2020 | 0.00 |
| Sep 30, 2020 | 0.00 |
| Jun 30, 2020 | 0.00 |
| Mar 31, 2020 | 0.00 |
| Dec 31, 2019 | 0.00 |
| Sep 30, 2019 | 0.00 |
| Jun 30, 2019 | 0.00 |
| Mar 31, 2019 | 0.01 |
| Dec 31, 2018 | 0.01 |
| Sep 30, 2018 | 0.01 |
| Jun 30, 2018 | 0.01 |
| Mar 31, 2018 | 0.01 |
| Dec 31, 2017 | 0.01 |
| Sep 30, 2017 | 0.01 |
| Jun 30, 2017 | 0.01 |
| Mar 31, 2017 | 0.01 |
First Business Financial Services Debt 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=debt-ratio&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();