Oceanfirst Financial (OCFC) Change in Cash (2010 - 2026)
Oceanfirst Financial (OCFC) posted Change in Cash of $137.1 million for Q2 2026, up 7305.51% on a QoQ basis from $1.9 million in Q1 2026, and up 1892.96% year-over-year from $6.9 million in Q2 2025.
Oceanfirst Financial (OCFC) Change in Cash (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Change in Cash for 15 years, with the latest figure at $137.1 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 1892.96% year-over-year to $137.1 million in Q2 2026; TTM through Jun 2026 was $103.5 million, a 1076.11% increase from a year earlier, with the FY2025 full-year figure at $11.5 million, up 138.25% from the prior year.
- Change in Cash was $137.1 million for Q2 2026 at Oceanfirst Financial, up from $1.9 million in the prior quarter.
- The five-year high for Change in Cash was $328.2 million in Q1 2023, with the low at -$255.2 million in Q4 2023.
- Average Change in Cash over 5 years is $2.7 million, with a median of -$8.2 million recorded in 2022.
- The largest YoY upside for Change in Cash was 2512.16% in 2023 against a maximum downside of 9274.14% in 2023.
- Over 5 years, Change in Cash stood at -$2.7 million in 2022, then sank by 9274.14% to -$255.2 million in 2023, then surged by 64.51% to -$90.6 million in 2024, then sank by 53.49% to -$139.0 million in 2025, then surged by 198.62% to $137.1 million in 2026.
- The last three Change in Cash figures came in at $137.1 million (Q2 2026), $1.9 million (Q1 2026), and -$139.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.22 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | 137.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 137.08 Mn |
| Mar 31, 2026 | 1.85 Mn |
| Dec 31, 2025 | -139.00 Mn |
| Sep 30, 2025 | 103.53 Mn |
| Jun 30, 2025 | 6.88 Mn |
| Mar 31, 2025 | 40.11 Mn |
| Dec 31, 2024 | -90.56 Mn |
| Sep 30, 2024 | 32.97 Mn |
| Jun 30, 2024 | 50.78 Mn |
| Mar 31, 2024 | -23.30 Mn |
| Dec 31, 2023 | -255.16 Mn |
| Sep 30, 2023 | -48.87 Mn |
| Jun 30, 2023 | -38.49 Mn |
| Mar 31, 2023 | 328.25 Mn |
| Dec 31, 2022 | -2.72 Mn |
| Sep 30, 2022 | -18.35 Mn |
| Jun 30, 2022 | -22.12 Mn |
| Mar 31, 2022 | -13.61 Mn |
| Dec 31, 2021 | -782.89 Mn |
| Sep 30, 2021 | -103.42 Mn |
Oceanfirst Financial Change in Cash 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-cash&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();