First Business Financial Services (FBIZ) Payables (2010 - 2026)
First Business Financial Services' (FBIZ) quarterly Payables came in at $3.6 billion in Q2 2026, up 8.68% year-over-year from $3.3 billion in Q2 2025, and up 0.73% quarter-over-quarter from $3.6 billion in Q1 2026.
First Business Financial Services (FBIZ) Payables (2010 - 2026) Analysis & Trends
First Business Financial Services (FBIZ) has reported Payables for 17 consecutive years, with $3.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Payables rose 8.68% year-over-year to $3.6 billion in Q2 2026; TTM through Jun 2026 was $3.6 billion, a 8.68% increase from a year earlier, with the FY2025 full-year figure at $3.4 billion, up 8.8% from the prior year.
- Payables was $3.6 billion for Q2 2026 at First Business Financial Services, up from $3.6 billion in the prior quarter.
- Over five years, Payables peaked at $3.6 billion in Q2 2026 and troughed at $1.9 billion in Q2 2022.
- A 5-year average of $2.8 billion and a median of $2.8 billion in 2023 frame the typical range for Payables.
- Across the five-year window, Payables declined 13.49% in 2022 and jumped 35.28% in 2023, its largest moves.
- Over 5 years, Payables stood at $2.2 billion in 2022, then gained by 28.99% to $2.8 billion in 2023, then advanced by 11.1% to $3.1 billion in 2024, then increased by 8.8% to $3.4 billion in 2025, then advanced by 6.26% to $3.6 billion in 2026.
- The last three Payables figures came in at $3.6 billion (Q2 2026), $3.6 billion (Q1 2026), and $3.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 26.89 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 238.77 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 173.50 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 225.58 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 186.78 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 133.71 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 156.77 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 173.58 Bn |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | 3.59 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.59 Bn |
| Mar 31, 2026 | 3.57 Bn |
| Dec 31, 2025 | 3.38 Bn |
| Sep 30, 2025 | 3.33 Bn |
| Jun 30, 2025 | 3.31 Bn |
| Mar 31, 2025 | 3.24 Bn |
| Dec 31, 2024 | 3.11 Bn |
| Sep 30, 2024 | 2.97 Bn |
| Jun 30, 2024 | 2.89 Bn |
| Mar 31, 2024 | 2.76 Bn |
| Dec 31, 2023 | 2.80 Bn |
| Sep 30, 2023 | 2.66 Bn |
| Jun 30, 2023 | 2.53 Bn |
| Mar 31, 2023 | 2.48 Bn |
| Dec 31, 2022 | 2.17 Bn |
| Sep 30, 2022 | 2.09 Bn |
| Jun 30, 2022 | 1.87 Bn |
| Mar 31, 2022 | 2.02 Bn |
| Dec 31, 2021 | 1.96 Bn |
| Sep 30, 2021 | 1.90 Bn |
First Business Financial Services Payables 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=payables&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();