Oceanfirst Financial (OCFC) Change in Net Loans (2010 - 2026)
Oceanfirst Financial (OCFC) posted Change in Net Loans of -$42.3 million for Q2 2026, up 52.85% on a QoQ basis from -$89.7 million in Q1 2026, and up 39.57% year-over-year from -$30.3 million in Q2 2025.
Oceanfirst Financial (OCFC) Change in Net Loans (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Change in Net Loans for 15 years, with the latest figure at -$42.3 million in Q2 2026.
- On a quarterly basis, Change in Net Loans rose 39.57% year-over-year to -$42.3 million in Q2 2026; TTM through Jun 2026 was -$989.7 million, a 2980.07% decrease from a year earlier, with the FY2025 full-year figure at -$914.0 million, down 559.07% from the prior year.
- Change in Net Loans was -$42.3 million for Q2 2026 at Oceanfirst Financial, up from -$89.7 million in the prior quarter.
- The five-year high for Change in Net Loans was $105.5 million in Q2 2024, with the low at -$487.6 million in Q4 2025.
- Average Change in Net Loans over 5 years is -$123.2 million, with a median of -$58.3 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Change in Net Loans soared 344.05% in 2024, then tumbled 24413.05% in 2025.
- Over 5 years, Change in Net Loans stood at -$188.1 million in 2022, then jumped by 82.38% to -$33.1 million in 2023, then jumped by 177.42% to $25.6 million in 2024, then slumped by 2000.85% to -$487.6 million in 2025, then surged by 91.32% to -$42.3 million in 2026.
- The last three Change in Net Loans figures came in at -$42.3 million (Q2 2026), -$89.7 million (Q1 2026), and -$487.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 4.38 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 | 2.56 Bn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | -42.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.30 Mn |
| Mar 31, 2026 | -89.71 Mn |
| Dec 31, 2025 | -487.57 Mn |
| Sep 30, 2025 | -370.15 Mn |
| Jun 30, 2025 | -70.00 Mn |
| Mar 31, 2025 | 13.72 Mn |
| Dec 31, 2024 | 25.65 Mn |
| Sep 30, 2024 | -1.51 Mn |
| Jun 30, 2024 | 105.45 Mn |
| Mar 31, 2024 | 69.50 Mn |
| Dec 31, 2023 | -33.13 Mn |
| Sep 30, 2023 | -46.70 Mn |
| Jun 30, 2023 | -43.21 Mn |
| Mar 31, 2023 | -120.51 Mn |
| Dec 31, 2022 | -188.08 Mn |
| Sep 30, 2022 | -292.49 Mn |
| Jun 30, 2022 | -314.86 Mn |
| Mar 31, 2022 | -331.57 Mn |
| Dec 31, 2021 | -353.35 Mn |
| Sep 30, 2021 | -145.67 Mn |
Oceanfirst Financial Change in Net Loans 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=change-in-net-loans&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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=change-in-net-loans&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();