Oceanfirst Financial (OCFC) Other Non-Interest Income (2010 - 2026)
Oceanfirst Financial (OCFC) posted Other Non-Interest Income of $4.1 million for Q2 2026, up 28.46% on a QoQ basis from $3.2 million in Q1 2026, and up 42.51% year-over-year from $2.9 million in Q2 2025.
Oceanfirst Financial (OCFC) Other Non-Interest Income (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Other Non-Interest Income for 17 years, with the latest figure at $4.1 million in Q2 2026.
- On a quarterly basis, Other Non-Interest Income rose 42.51% year-over-year to $4.1 million in Q2 2026; TTM through Jun 2026 was $13.1 million, a 18.58% increase from a year earlier, with the FY2025 full-year figure at $11.6 million, up 5.88% from the prior year.
- Other Non-Interest Income was $4.1 million for Q2 2026 at Oceanfirst Financial, up from $3.2 million in the prior quarter.
- The five-year high for Other Non-Interest Income was $4.4 million in Q4 2023, with the low at $1.7 million in Q1 2023.
- Average Other Non-Interest Income over 5 years is $2.7 million, with a median of $2.6 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Other Non-Interest Income slumped 63.53% in 2022, then jumped 127.96% in 2023.
- Over 5 years, Other Non-Interest Income stood at $1.9 million in 2022, then surged by 127.96% to $4.4 million in 2023, then slumped by 42.61% to $2.5 million in 2024, then climbed by 23.24% to $3.1 million in 2025, then surged by 33.14% to $4.1 million in 2026.
- The last three Other Non-Interest Income figures came in at $4.1 million (Q2 2026), $3.2 million (Q1 2026), and $3.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.13 Mn |
| Mar 31, 2026 | 3.22 Mn |
| Dec 31, 2025 | 3.10 Mn |
| Sep 30, 2025 | 2.62 Mn |
| Jun 30, 2025 | 2.90 Mn |
| Mar 31, 2025 | 2.98 Mn |
| Dec 31, 2024 | 2.52 Mn |
| Sep 30, 2024 | 2.62 Mn |
| Jun 30, 2024 | 2.69 Mn |
| Mar 31, 2024 | 3.14 Mn |
| Dec 31, 2023 | 4.39 Mn |
| Sep 30, 2023 | 2.56 Mn |
| Jun 30, 2023 | 2.47 Mn |
| Mar 31, 2023 | 1.75 Mn |
| Dec 31, 2022 | 1.92 Mn |
| Sep 30, 2022 | 1.76 Mn |
| Jun 30, 2022 | 1.79 Mn |
| Mar 31, 2022 | 1.89 Mn |
| Dec 31, 2021 | 1.73 Mn |
| Sep 30, 2021 | 1.46 Mn |
Oceanfirst Financial Other Non-Interest 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-interest-income&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-interest-income", "ticker": "OCFC", "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-interest-income&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();