Citizens Financial Services (CZFS) Receivables (2015 - 2022)
Citizens Financial Services (CZFS) posted Receivables of $3.3 million for Q4 2022, down 3.73% on a QoQ basis from $3.4 million in Q3 2022, and down 13.05% year-over-year from $3.8 million in Q4 2021.
Citizens Financial Services (CZFS) Receivables (2015 - 2022) Analysis & Trends
Citizens Financial Services has reported Receivables for 8 years, with the latest figure at $3.3 million in Q4 2022.
- On a quarterly basis, Receivables fell 13.05% year-over-year to $3.3 million in Q4 2022; TTM through Dec 2022 was $3.3 million, a 13.05% decrease from a year earlier, with the FY2022 full-year figure at $3.3 million, down 13.05% from the prior year.
- Receivables was $3.3 million for Q4 2022 at Citizens Financial Services, down from $3.4 million in the prior quarter.
- The five-year high for Receivables was $6.0 million in Q2 2020, with the low at $1.2 million in Q1 2020.
- Average Receivables over 5 years is $3.2 million, with a median of $3.4 million recorded in 2022.
- The sharpest annual moves came in 2019 and 2020: Receivables slumped 48.45% in 2019, then jumped 303.16% in 2020.
- Over 5 years, Receivables stood at $1.9 million in 2018, then slumped by 31.04% to $1.3 million in 2019, then surged by 280.27% to $4.9 million in 2020, then declined by 22.01% to $3.8 million in 2021, then retreated by 13.05% to $3.3 million in 2022.
- The last three Receivables figures came in at $3.3 million (Q4 2022), $3.4 million (Q3 2022), and $3.6 million (Q2 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | - |
| 10 | Citizens Financial Services | 391.28 Mn | 305.36 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 3.31 Mn |
| Sep 30, 2022 | 3.43 Mn |
| Jun 30, 2022 | 3.61 Mn |
| Mar 31, 2022 | 3.73 Mn |
| Dec 31, 2021 | 3.80 Mn |
| Sep 30, 2021 | 3.87 Mn |
| Jun 30, 2021 | 3.94 Mn |
| Mar 31, 2021 | 4.73 Mn |
| Dec 31, 2020 | 4.88 Mn |
| Sep 30, 2020 | 5.35 Mn |
| Jun 30, 2020 | 6.00 Mn |
| Mar 31, 2020 | 1.25 Mn |
| Dec 31, 2019 | 1.28 Mn |
| Sep 30, 2019 | 1.33 Mn |
| Jun 30, 2019 | 1.57 Mn |
| Mar 31, 2019 | 1.81 Mn |
| Dec 31, 2018 | 1.86 Mn |
| Sep 30, 2018 | 2.58 Mn |
| Jun 30, 2018 | 2.53 Mn |
| Mar 31, 2018 | 2.58 Mn |
Citizens Financial Services Receivables 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=receivables&ticker=CZFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=CZFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();