Sierra Bancorp (BSRR) Change in Cash (2011 - 2026)
Sierra Bancorp's (BSRR) quarterly Change in Cash came in at -$13.7 million in Q2 2026, up 53.95% year-over-year from -$8.9 million in Q2 2025, and down 165.93% quarter-over-quarter from $20.7 million in Q1 2026.
Sierra Bancorp (BSRR) Change in Cash (2011 - 2026) Analysis & Trends
Sierra Bancorp (BSRR) has reported Change in Cash for 16 consecutive years, with -$13.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 53.95% year-over-year to -$13.7 million in Q2 2026; TTM through Jun 2026 was $12.7 million, a 123.5% increase from a year earlier, with the FY2025 full-year figure at $35.0 million, up 58.48% from the prior year.
- Change in Cash was -$13.7 million for Q2 2026 at Sierra Bancorp, down from $20.7 million in the prior quarter.
- Over five years, Change in Cash peaked at $64.7 million in Q2 2024 and troughed at -$91.7 million in Q2 2022.
- A 5-year average of -$6.4 million and a median of -$9.7 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash tumbled 431.01% in 2022 and soared 537.52% in 2024, its largest moves.
- Over 5 years, Change in Cash stood at -$9.6 million in 2022, then fell by 4.06% to -$9.9 million in 2023, then slumped by 223.27% to -$32.1 million in 2024, then soared by 224.88% to $40.1 million in 2025, then tumbled by 134.08% to -$13.7 million in 2026.
- The last three Change in Cash figures came in at -$13.7 million (Q2 2026), $20.7 million (Q1 2026), and $40.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Sierra Bancorp | 518.54 Mn | 375.56 Mn | - | -13.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.68 Mn |
| Mar 31, 2026 | 20.74 Mn |
| Dec 31, 2025 | 40.13 Mn |
| Sep 30, 2025 | -34.51 Mn |
| Jun 30, 2025 | -29.70 Mn |
| Mar 31, 2025 | 59.05 Mn |
| Dec 31, 2024 | -32.13 Mn |
| Sep 30, 2024 | -51.19 Mn |
| Jun 30, 2024 | 64.75 Mn |
| Mar 31, 2024 | 40.64 Mn |
| Dec 31, 2023 | -9.94 Mn |
| Sep 30, 2023 | -14.94 Mn |
| Jun 30, 2023 | 19.98 Mn |
| Mar 31, 2023 | 6.38 Mn |
| Dec 31, 2022 | -9.55 Mn |
| Sep 30, 2022 | -75.19 Mn |
| Jun 30, 2022 | -91.66 Mn |
| Mar 31, 2022 | -3.99 Mn |
| Dec 31, 2021 | -164.82 Mn |
| Sep 30, 2021 | 48.45 Mn |
Sierra Bancorp Change in Cash 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=change-in-cash&ticker=BSRR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=BSRR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();