Sierra Bancorp (BSRR) Property, Plant & Equipment (Net) (2011 - 2026)
Analysis
Sierra Bancorp (BSRR) Property, Plant & Equipment (Net) (2011 - 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 | Sierra Bancorp | 518.54 Mn | 375.56 Mn | - | 14.05 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 14.05 Mn |
| Mar 31, 2026 | 14.45 Mn |
| Dec 31, 2025 | 14.97 Mn |
| Sep 30, 2025 | 15.06 Mn |
| Jun 30, 2025 | 15.29 Mn |
| Mar 31, 2025 | 15.34 Mn |
| Dec 31, 2024 | 15.43 Mn |
| Sep 30, 2024 | 15.65 Mn |
| Jun 30, 2024 | 16.01 Mn |
| Mar 31, 2024 | 16.07 Mn |
| Dec 31, 2023 | 16.91 Mn |
| Sep 30, 2023 | 21.93 Mn |
| Jun 30, 2023 | 22.07 Mn |
| Mar 31, 2023 | 22.32 Mn |
| Dec 31, 2022 | 22.48 Mn |
| Sep 30, 2022 | 22.69 Mn |
| Jun 30, 2022 | 22.94 Mn |
| Mar 31, 2022 | 23.24 Mn |
| Dec 31, 2021 | 23.57 Mn |
| Sep 30, 2021 | 24.49 Mn |
API Access
Sierra Bancorp 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=BSRR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "BSRR", "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=BSRR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();