Oceanfirst Financial (OCFC) Other financing activities (2010 - 2026)
Oceanfirst Financial (OCFC) posted Other financing activities of -$838.4 million for Q2 2026, down 537.79% on a QoQ basis from $191.5 million in Q1 2026, and down 1612.87% year-over-year from $55.4 million in Q2 2025.
Oceanfirst Financial (OCFC) Other financing activities (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Other financing activities for 15 years, with the latest figure at -$838.4 million in Q2 2026.
- On a quarterly basis, Other financing activities fell 1612.87% year-over-year to -$838.4 million in Q2 2026; TTM through Jun 2026 was $45.0 million, a 81.3% decrease from a year earlier, with the FY2025 full-year figure at $858.0 million, up 334.1% from the prior year.
- Other financing activities was -$838.4 million for Q2 2026 at Oceanfirst Financial, down from $191.5 million in the prior quarter.
- The five-year high for Other financing activities was $488.3 million in Q4 2025, with the low at -$838.4 million in Q2 2026.
- Average Other financing activities over 5 years is $30.4 million, with a median of $116.4 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Other financing activities surged 1121.25% in 2025, then sank 1612.87% in 2026.
- Over 5 years, Other financing activities stood at -$284.2 million in 2022, then soared by 65.19% to -$98.9 million in 2023, then surged by 51.66% to -$47.8 million in 2024, then soared by 1121.25% to $488.3 million in 2025, then sank by 271.69% to -$838.4 million in 2026.
- The last three Other financing activities figures came in at -$838.4 million (Q2 2026), $191.5 million (Q1 2026), and $488.3 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 | -838.42 Mn |
| Mar 31, 2026 | 191.51 Mn |
| Dec 31, 2025 | 488.32 Mn |
| Sep 30, 2025 | 203.55 Mn |
| Jun 30, 2025 | 55.42 Mn |
| Mar 31, 2025 | 110.68 Mn |
| Dec 31, 2024 | -47.82 Mn |
| Sep 30, 2024 | 122.17 Mn |
| Jun 30, 2024 | -242.80 Mn |
| Mar 31, 2024 | -198.05 Mn |
| Dec 31, 2023 | -98.92 Mn |
| Sep 30, 2023 | 375.66 Mn |
| Jun 30, 2023 | 165.32 Mn |
| Mar 31, 2023 | 317.97 Mn |
| Dec 31, 2022 | -284.16 Mn |
| Sep 30, 2022 | 128.12 Mn |
| Jun 30, 2022 | -224.57 Mn |
| Mar 31, 2022 | 323.64 Mn |
| Dec 31, 2021 | 59.90 Mn |
| Sep 30, 2021 | 359.12 Mn |
Oceanfirst Financial Other financing activities 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-financing-activities&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();