Primis Financial (FRST) Income from Discontinued Operations (2020 - 2022)
Primis Financial's (FRST) quarterly Income from Discontinued Operations came in at $3.2 million in Q4 2022, up 209.87% quarter-over-quarter from -$2.9 million in Q3 2021.
Primis Financial (FRST) Income from Discontinued Operations (2020 - 2022) Analysis & Trends
Primis Financial (FRST) has reported Income from Discontinued Operations for 3 consecutive years, with $3.2 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to $3.2 million in Q4 2022; TTM through Dec 2022 was $3.2 million, a 983.33% increase from a year earlier, with the FY2022 full-year figure at $3.2 million, up 983.33% from the prior year.
- Income from Discontinued Operations was $3.2 million for Q4 2022 at Primis Financial, up from -$2.9 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $3.8 million in Q3 2020 and troughed at -$2.9 million in Q3 2021.
- A 3-year average of $1.6 million and a median of $2.2 million in 2020 frame the typical range for Income from Discontinued Operations.
- The widest YoY moves for Income from Discontinued Operations: up 175.77% in 2021, down 175.77% in 2021.
- Over 3 years, Income from Discontinued Operations stood at $2.6 million in 2020, then slumped by 212.76% to -$2.9 million in 2021, then soared by 209.87% to $3.2 million in 2022.
- The last three Income from Discontinued Operations figures came in at $3.2 million (Q4 2022), -$2.9 million (Q3 2021), and $1.9 million (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | - | 1.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | - |
| 10 | Primis Financial | 394.80 Mn | 217.66 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 3.19 Mn |
| Sep 30, 2021 | -2.90 Mn |
| Jun 30, 2021 | 1.88 Mn |
| Mar 31, 2021 | 1.32 Mn |
| Dec 31, 2020 | 2.57 Mn |
| Sep 30, 2020 | 3.83 Mn |
Primis Financial Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=FRST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "FRST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=FRST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();