South Plains Financial (SPFI) Other Non Operating Income (2019 - 2021)
South Plains Financial (SPFI) posted Other Non Operating Income of $6.9 million for Q1 2021, up 94.8% on a QoQ basis from $3.6 million in Q4 2020, and up 665.04% year-over-year from $906231.1 in Q1 2020.
South Plains Financial (SPFI) Other Non Operating Income (2019 - 2021) Analysis & Trends
South Plains Financial has reported Other Non Operating Income for 3 years, with the latest figure at $6.9 million in Q1 2021.
- On a quarterly basis, Other Non Operating Income rose 665.04% year-over-year to $6.9 million in Q1 2021; TTM through Mar 2021 was $10.0 million, a 899.92% increase from a year earlier, with the FY2025 full-year figure at $49.6 million, changed N/A from the prior year.
- Other Non Operating Income was $6.9 million for Q1 2021 at South Plains Financial, up from $3.6 million in the prior quarter.
- The five-year high for Other Non Operating Income was $6.9 million in Q1 2021, with the low at -$1.2 million in Q1 2020.
- Average Other Non Operating Income over 3 years is $1.5 million, with a median of $204000.0 recorded in 2019.
- The sharpest annual moves came in 2020 and 2021: Other Non Operating Income soared 16277.27% in 2020, then surged 665.04% in 2021.
- Over 3 years, Other Non Operating Income stood at -$22000.0 in 2019, then jumped by 16277.27% to $3.6 million in 2020, then soared by 94.8% to $6.9 million in 2021.
- The last three Other Non Operating Income figures came in at $6.9 million (Q1 2021), $3.6 million (Q4 2020), and $430000.0 (Q3 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | South Plains Financial | 826.66 Mn | 38.90 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 6.93 Mn |
| Dec 31, 2020 | 3.56 Mn |
| Sep 30, 2020 | 430,000.00 |
| Jun 30, 2020 | -931,000.00 |
| Mar 31, 2020 | -1.23 Mn |
| Dec 31, 2019 | -22,000.00 |
South Plains Financial Other Non Operating Income 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=other-non-operating-income&ticker=SPFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "SPFI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=SPFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();