South Plains Financial (SPFI) Interest & Investment Income (2018 - 2026)
South Plains Financial (SPFI) posted Interest & Investment Income of $4.3 million for Q2 2026, up 485.16% on a QoQ basis from -$1.1 million in Q1 2026, and up 419.39% year-over-year from $824623.5 in Q2 2025.
South Plains Financial (SPFI) Interest & Investment Income (2018 - 2026) Analysis & Trends
South Plains Financial has reported Interest & Investment Income for 9 years, with the latest figure at $4.3 million in Q2 2026.
- On a quarterly basis, Interest & Investment Income rose 419.39% year-over-year to $4.3 million in Q2 2026; TTM through Jun 2026 was $14.3 million, a 193.59% increase from a year earlier, with the FY2024 full-year figure at -$9.7 million, down 156.16% from the prior year.
- Interest & Investment Income was $4.3 million for Q2 2026 at South Plains Financial, up from -$1.1 million in the prior quarter.
- The five-year high for Interest & Investment Income was $46.7 million in Q4 2023, with the low at -$44.9 million in Q1 2022.
- Average Interest & Investment Income over 5 years is -$5.1 million, with a median of -$1.1 million recorded in 2026.
- The largest YoY upside for Interest & Investment Income was 812.23% in 2022 against a maximum downside of 555.63% in 2022.
- Over 5 years, Interest & Investment Income stood at $11.7 million in 2022, then surged by 298.62% to $46.7 million in 2023, then sank by 152.93% to -$24.7 million in 2024, then soared by 150.4% to $12.4 million in 2025, then slumped by 65.6% to $4.3 million in 2026.
- The last three Interest & Investment Income figures came in at $4.3 million (Q2 2026), -$1.1 million (Q1 2026), and $12.4 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 941.95 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 | - | -5.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 8.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | - |
| 10 | South Plains Financial | 826.66 Mn | 38.90 Mn | - | 4.28 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.28 Mn |
| Mar 31, 2026 | -1.11 Mn |
| Sep 30, 2025 | 12.45 Mn |
| Jun 30, 2025 | -1.34 Mn |
| Mar 31, 2025 | 5.64 Mn |
| Dec 31, 2024 | -24.70 Mn |
| Sep 30, 2024 | 25.27 Mn |
| Jun 30, 2024 | 561,000.00 |
| Mar 31, 2024 | -10.83 Mn |
| Dec 31, 2023 | 46.68 Mn |
| Sep 30, 2023 | -30.91 Mn |
| Jun 30, 2023 | -7.11 Mn |
| Mar 31, 2023 | 8.62 Mn |
| Dec 31, 2022 | 11.71 Mn |
| Sep 30, 2022 | -39.10 Mn |
| Jun 30, 2022 | -42.10 Mn |
| Mar 31, 2022 | -44.88 Mn |
| Dec 31, 2021 | -1.64 Mn |
| Sep 30, 2021 | -5.96 Mn |
| Jun 30, 2021 | 10.62 Mn |
South Plains Financial Interest & Investment 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=interest-and-investment-income&ticker=SPFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=SPFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();