Oceanfirst Financial (OCFC) Operating Income (2017 - 2026)
Oceanfirst Financial (OCFC) posted Operating Income of -$134.2 million for Q2 2026, down 74.13% on a QoQ basis from -$77.1 million in Q1 2026, and down 81.95% year-over-year from -$743.6 million in Q2 2025.
Oceanfirst Financial (OCFC) Operating Income (2017 - 2026) Analysis & Trends
Oceanfirst Financial has reported Operating Income for 10 years, with the latest figure at -$134.2 million in Q2 2026.
- On a quarterly basis, Operating Income fell 81.95% year-over-year to -$134.2 million in Q2 2026; TTM through Jun 2026 was -$376.8 million, a 40.41% decrease from a year earlier, with the FY2025 full-year figure at -$304.7 million, down 23.29% from the prior year.
- Operating Income was -$134.2 million for Q2 2026 at Oceanfirst Financial, down from -$77.1 million in the prior quarter.
- The five-year high for Operating Income was -$55.6 million in Q2 2022, with the low at -$134.2 million in Q2 2026.
- Average Operating Income over 5 years is -$68.9 million, with a median of -$63.3 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Operating Income increased 10.47% in 2022, then slumped 81.95% in 2026.
- Over 5 years, Operating Income stood at -$58.8 million in 2022, then slipped by 1.63% to -$59.8 million in 2023, then slipped by 9.28% to -$65.3 million in 2024, then tumbled by 33.85% to -$87.5 million in 2025, then tumbled by 53.46% to -$134.2 million in 2026.
- The last three Operating Income figures came in at -$134.2 million (Q2 2026), -$77.1 million (Q1 2026), and -$87.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | 40.42 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 | -1.52 Bn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | -134.22 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -134.22 Mn |
| Mar 31, 2026 | -77.08 Mn |
| Dec 31, 2025 | -87.47 Mn |
| Sep 30, 2025 | -78.05 Mn |
| Jun 30, 2025 | -73.77 Mn |
| Mar 31, 2025 | -65.45 Mn |
| Dec 31, 2024 | -65.35 Mn |
| Sep 30, 2024 | -63.81 Mn |
| Jun 30, 2024 | -58.92 Mn |
| Mar 31, 2024 | -59.08 Mn |
| Dec 31, 2023 | -59.79 Mn |
| Sep 30, 2023 | -64.39 Mn |
| Jun 30, 2023 | -62.79 Mn |
| Mar 31, 2023 | -60.71 Mn |
| Dec 31, 2022 | -58.84 Mn |
| Sep 30, 2022 | -57.28 Mn |
| Jun 30, 2022 | -55.59 Mn |
| Mar 31, 2022 | -58.00 Mn |
| Dec 31, 2021 | -65.72 Mn |
| Sep 30, 2021 | -60.18 Mn |
Oceanfirst Financial 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=operating-income&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();