Sierra Bancorp (BSRR) Short-Term Debt issuances (2011 - 2026)
Sierra Bancorp's (BSRR) quarterly Short-Term Debt issuances came in at -$5.4 million in Q2 2026, down 170.26% year-over-year from $7.8 million in Q2 2025, and down 79.06% quarter-over-quarter from -$3.0 million in Q1 2026.
Sierra Bancorp (BSRR) Short-Term Debt issuances (2011 - 2026) Analysis & Trends
Sierra Bancorp (BSRR) has reported Short-Term Debt issuances for 16 consecutive years, with -$5.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances fell 170.26% year-over-year to -$5.4 million in Q2 2026; TTM through Jun 2026 was -$4.1 million, a 80.72% increase from a year earlier, with the FY2025 full-year figure at $22.0 million, up 1164.69% from the prior year.
- Short-Term Debt issuances was -$5.4 million for Q2 2026 at Sierra Bancorp, down from -$3.0 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $26.2 million in Q2 2024 and troughed at -$22.5 million in Q3 2024.
- A 5-year average of $857055.6 and a median of $31500.0 in 2022 frame the typical range for Short-Term Debt issuances.
- The widest YoY moves for Short-Term Debt issuances: up 531.09% in 2023, down 1935.72% in 2023.
- Over 5 years, Short-Term Debt issuances stood at -$2.8 million in 2022, then jumped by 531.09% to $12.3 million in 2023, then plunged by 236.05% to -$16.7 million in 2024, then surged by 130.61% to $5.1 million in 2025, then slumped by 206.72% to -$5.4 million in 2026.
- The last three Short-Term Debt issuances figures came in at -$5.4 million (Q2 2026), -$3.0 million (Q1 2026), and $5.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Sierra Bancorp | 518.54 Mn | 375.56 Mn | - | -5.45 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.45 Mn |
| Mar 31, 2026 | -3.04 Mn |
| Dec 31, 2025 | 5.10 Mn |
| Sep 30, 2025 | -760,000.00 |
| Jun 30, 2025 | 7.75 Mn |
| Mar 31, 2025 | 9.90 Mn |
| Dec 31, 2024 | -16.67 Mn |
| Sep 30, 2024 | -22.47 Mn |
| Jun 30, 2024 | 26.15 Mn |
| Mar 31, 2024 | 14.73 Mn |
| Dec 31, 2023 | 12.26 Mn |
| Sep 30, 2023 | 21.14 Mn |
| Jun 30, 2023 | -20.34 Mn |
| Mar 31, 2023 | -15.11 Mn |
| Dec 31, 2022 | -2.84 Mn |
| Sep 30, 2022 | -6.00 Mn |
| Jun 30, 2022 | 10.25 Mn |
| Mar 31, 2022 | 823,000.00 |
| Dec 31, 2021 | 14.38 Mn |
| Sep 30, 2021 | 22.02 Mn |
Sierra Bancorp Short-Term Debt issuances 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=short-term-debt-issuances&ticker=BSRR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=BSRR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();