Oceanfirst Financial (OCFC) EBITDA Margin (2010 - 2026)
Oceanfirst Financial (OCFC) posted EBITDA Margin of 3960.52% for Q2 2026, down 44.54% on a QoQ basis from 2740.14% in Q1 2026, and down 247593.0% year-over-year from N/an in Q2 2025.
Oceanfirst Financial (OCFC) EBITDA Margin (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported EBITDA Margin for 17 years, with the latest figure at 3960.52% in Q2 2026.
- On a quarterly basis, EBITDA Margin fell 247593.0% year-over-year to 3960.52% in Q2 2026; TTM through Jun 2026 was 2619.3%, a 139855.0% decrease from a year earlier, with the FY2025 full-year figure at 1705.71%, down 57151.0% from the prior year.
- EBITDA Margin was 3960.52% for Q2 2026 at Oceanfirst Financial, down from 2740.14% in the prior quarter.
- The five-year high for EBITDA Margin was 727.09% in Q2 2022, with the low at 3960.52% in Q2 2026.
- Average EBITDA Margin over 5 years is 1544.89%, with a median of 1210.2% recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: EBITDA Margin surged 111772 bps in 2022, then plunged 247593 bps in 2026.
- Over 5 years, EBITDA Margin stood at 1018.61% in 2022, then dropped by 10 bps to 1125.0% in 2023, then grew by 6 bps to 1052.76% in 2024, then plunged by 177 bps to 2921.34% in 2025, then sank by 36 bps to 3960.52% in 2026.
- The last three EBITDA Margin figures came in at 3960.52% (Q2 2026), 2740.14% (Q1 2026), and 2921.34% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 79.03% |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | 66.98% |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 74.68% |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 78.46% |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 73.02% |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | 62.35% |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 74.44% |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -1,920.27% |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | -3,960.52% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3,960.52% |
| Mar 31, 2026 | -2,740.14% |
| Dec 31, 2025 | -2,921.34% |
| Sep 30, 2025 | -1,503.78% |
| Jun 30, 2025 | -1,484.58% |
| Mar 31, 2025 | -1,388.90% |
| Dec 31, 2024 | -1,052.76% |
| Sep 30, 2024 | -1,046.77% |
| Jun 30, 2024 | -1,174.92% |
| Mar 31, 2024 | -1,320.72% |
| Dec 31, 2023 | -1,125.00% |
| Sep 30, 2023 | -1,243.59% |
| Jun 30, 2023 | -1,120.81% |
| Mar 31, 2023 | -1,176.82% |
| Dec 31, 2022 | -1,018.61% |
| Sep 30, 2022 | -906.39% |
| Jun 30, 2022 | -727.09% |
| Mar 31, 2022 | -1,895.36% |
| Dec 31, 2021 | -1,982.95% |
| Sep 30, 2021 | -2,024.12% |
Oceanfirst Financial EBITDA Margin 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=ebitda-margin&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin", "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=ebitda-margin&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();