Oceanfirst Financial (OCFC) Share-based Compensation (2010 - 2026)
Oceanfirst Financial (OCFC) posted Share-based Compensation of $2.5 million for Q2 2026, up 153.83% on a QoQ basis from -$4.6 million in Q1 2026, and up 38.35% year-over-year from $1.8 million in Q2 2025.
Oceanfirst Financial (OCFC) Share-based Compensation (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Share-based Compensation for 15 years, with the latest figure at $2.5 million in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 38.35% year-over-year to $2.5 million in Q2 2026; TTM through Jun 2026 was $5.2 million, a 66.14% decrease from a year earlier, with the FY2025 full-year figure at -$29.3 million, down 470.89% from the prior year.
- Share-based Compensation was $2.5 million for Q2 2026 at Oceanfirst Financial, up from -$4.6 million in the prior quarter.
- The five-year high for Share-based Compensation was $27.2 million in Q4 2024, with the low at -$56.9 million in Q4 2023.
- Average Share-based Compensation over 5 years is -$1.2 million, with a median of $1.6 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Share-based Compensation sank 1207.29% in 2023, then soared 190.42% in 2024.
- Over 5 years, Share-based Compensation stood at -$4.3 million in 2022, then tumbled by 1207.29% to -$56.9 million in 2023, then jumped by 147.9% to $27.2 million in 2024, then slumped by 80.38% to $5.3 million in 2025, then slumped by 53.75% to $2.5 million in 2026.
- The last three Share-based Compensation figures came in at $2.5 million (Q2 2026), -$4.6 million (Q1 2026), and $5.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (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 | - | 65.00 Mn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 50.00 Mn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 246.00 Mn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 885.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 33.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 80.00 Mn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | 2.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.47 Mn |
| Mar 31, 2026 | -4.59 Mn |
| Dec 31, 2025 | 5.34 Mn |
| Sep 30, 2025 | 1.99 Mn |
| Jun 30, 2025 | 1.79 Mn |
| Mar 31, 2025 | -15.41 Mn |
| Dec 31, 2024 | 27.24 Mn |
| Sep 30, 2024 | 1.78 Mn |
| Jun 30, 2024 | 1.73 Mn |
| Mar 31, 2024 | 21.00 Mn |
| Dec 31, 2023 | -56.85 Mn |
| Sep 30, 2023 | 1.39 Mn |
| Jun 30, 2023 | 1.18 Mn |
| Mar 31, 2023 | -23.22 Mn |
| Dec 31, 2022 | -4.35 Mn |
| Sep 30, 2022 | 1.36 Mn |
| Jun 30, 2022 | 1.42 Mn |
| Mar 31, 2022 | 14.78 Mn |
| Dec 31, 2021 | -3.73 Mn |
| Sep 30, 2021 | 1.64 Mn |
Oceanfirst Financial Share-based Compensation 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=share-based-compensation&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();