First Business Financial Services (FBIZ) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
First Business Financial Services (FBIZ) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 29.00 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.18 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 3.34 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.73 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 2.17 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 873.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 1.70 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 620.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 9.76 Bn |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - | 4.33 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.33 Mn |
| Mar 31, 2026 | 4.50 Mn |
| Dec 31, 2025 | 4.67 Mn |
| Sep 30, 2025 | 4.94 Mn |
| Jun 30, 2025 | 5.06 Mn |
| Mar 31, 2025 | 5.02 Mn |
| Dec 31, 2024 | 5.23 Mn |
| Sep 30, 2024 | 5.48 Mn |
| Jun 30, 2024 | 6.38 Mn |
| Mar 31, 2024 | 6.27 Mn |
| Dec 31, 2023 | 6.19 Mn |
| Sep 30, 2023 | 6.16 Mn |
| Jun 30, 2023 | 5.09 Mn |
| Mar 31, 2023 | 4.93 Mn |
| Dec 31, 2022 | 4.34 Mn |
| Sep 30, 2022 | 3.14 Mn |
| Jun 30, 2022 | 1.90 Mn |
| Mar 31, 2022 | 1.62 Mn |
| Dec 31, 2021 | 1.69 Mn |
| Sep 30, 2021 | 1.70 Mn |
API Access
First Business Financial Services Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();