Citizens Financial Services (CZFS) Total Liabilities (2010 - 2026)
Citizens Financial Services (CZFS) posted Total Liabilities of $2.8 billion for Q2 2026, up 5.83% on a QoQ basis from $2.7 billion in Q1 2026, and up 7.0% year-over-year from $2.7 billion in Q2 2025.
Citizens Financial Services (CZFS) Total Liabilities (2010 - 2026) Analysis & Trends
Citizens Financial Services has reported Total Liabilities for 17 years, with the latest figure at $2.8 billion in Q2 2026.
- On a quarterly basis, Total Liabilities rose 7.0% year-over-year to $2.8 billion in Q2 2026; TTM through Jun 2026 was $2.8 billion, a 7.0% increase from a year earlier, with the FY2025 full-year figure at $2.7 billion, changed 0.02% from the prior year.
- Total Liabilities was $2.8 billion for Q2 2026 at Citizens Financial Services, up from $2.7 billion in the prior quarter.
- The five-year high for Total Liabilities was $2.8 billion in Q2 2026, with the low at $2.0 billion in Q1 2022.
- Average Total Liabilities over 5 years is $2.5 billion, with a median of $2.7 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2026: Total Liabilities surged 30.27% in 2023, then slipped 0.93% in 2026.
- Over 5 years, Total Liabilities stood at $2.1 billion in 2022, then increased by 26.36% to $2.7 billion in 2023, then gained by 1.13% to $2.7 billion in 2024, then increased by 0.02% to $2.7 billion in 2025, then advanced by 4.14% to $2.8 billion in 2026.
- The last three Total Liabilities figures came in at $2.8 billion (Q2 2026), $2.7 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 62,410.98 Bn |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 491.93 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 265.70 Bn |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 191.32 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 251.32 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 207.65 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 142.39 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 171.52 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 214.94 Bn |
| 10 | Citizens Financial Services | 391.28 Mn | 305.36 Mn | - | 2.84 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.84 Bn |
| Mar 31, 2026 | 2.68 Bn |
| Dec 31, 2025 | 2.73 Bn |
| Sep 30, 2025 | 2.73 Bn |
| Jun 30, 2025 | 2.65 Bn |
| Mar 31, 2025 | 2.71 Bn |
| Dec 31, 2024 | 2.73 Bn |
| Sep 30, 2024 | 2.73 Bn |
| Jun 30, 2024 | 2.66 Bn |
| Mar 31, 2024 | 2.64 Bn |
| Dec 31, 2023 | 2.70 Bn |
| Sep 30, 2023 | 2.70 Bn |
| Jun 30, 2023 | 2.63 Bn |
| Mar 31, 2023 | 2.12 Bn |
| Dec 31, 2022 | 2.13 Bn |
| Sep 30, 2022 | 2.16 Bn |
| Jun 30, 2022 | 2.02 Bn |
| Mar 31, 2022 | 1.98 Bn |
| Dec 31, 2021 | 1.93 Bn |
| Sep 30, 2021 | 1.84 Bn |
Citizens Financial Services Total Liabilities 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=total-liabilities&ticker=CZFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "ticker": "CZFS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-liabilities&ticker=CZFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();