Sierra Bancorp (BSRR) Other financing activities (2011 - 2026)
Sierra Bancorp's (BSRR) quarterly Other financing activities came in at $5.2 million in Q2 2026, down 95.84% year-over-year from $124.6 million in Q2 2025, and down 89.5% quarter-over-quarter from $49.4 million in Q1 2026.
Sierra Bancorp (BSRR) Other financing activities (2011 - 2026) Analysis & Trends
Sierra Bancorp (BSRR) has reported Other financing activities for 16 consecutive years, with $5.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities fell 95.84% year-over-year to $5.2 million in Q2 2026; TTM through Jun 2026 was -$43.5 million, a 235.62% decrease from a year earlier, with the FY2025 full-year figure at -$15.2 million, down 111.68% from the prior year.
- Other financing activities was $5.2 million for Q2 2026 at Sierra Bancorp, down from $49.4 million in the prior quarter.
- Over five years, Other financing activities peaked at $124.6 million in Q2 2025 and troughed at -$108.5 million in Q4 2023.
- A 5-year average of $8.3 million and a median of -$4.4 million in 2022 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities jumped 415.61% in 2024 and slumped 311.2% in 2025, its largest moves.
- Over 5 years, Other financing activities stood at -$39.3 million in 2022, then tumbled by 176.05% to -$108.5 million in 2023, then jumped by 35.03% to -$70.5 million in 2024, then rose by 20.1% to -$56.3 million in 2025, then jumped by 109.21% to $5.2 million in 2026.
- The last three Other financing activities figures came in at $5.2 million (Q2 2026), $49.4 million (Q1 2026), and -$56.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | Sierra Bancorp | 518.54 Mn | 375.56 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.19 Mn |
| Mar 31, 2026 | 49.37 Mn |
| Dec 31, 2025 | -56.32 Mn |
| Sep 30, 2025 | -41.71 Mn |
| Jun 30, 2025 | 124.59 Mn |
| Mar 31, 2025 | -41.78 Mn |
| Dec 31, 2024 | -70.49 Mn |
| Sep 30, 2024 | 19.75 Mn |
| Jun 30, 2024 | 95.41 Mn |
| Mar 31, 2024 | 85.78 Mn |
| Dec 31, 2023 | -108.50 Mn |
| Sep 30, 2023 | -49.04 Mn |
| Jun 30, 2023 | -30.23 Mn |
| Mar 31, 2023 | 102.82 Mn |
| Dec 31, 2022 | -39.30 Mn |
| Sep 30, 2022 | 34.47 Mn |
| Jun 30, 2022 | -13.94 Mn |
| Mar 31, 2022 | 83.37 Mn |
| Dec 31, 2021 | -39.07 Mn |
| Sep 30, 2021 | 44.73 Mn |
Sierra Bancorp Other financing activities 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=other-financing-activities&ticker=BSRR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=BSRR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();