Oceanfirst Financial (OCFC) Depreciation & Amortization (CF) (2010 - 2026)
Oceanfirst Financial (OCFC) posted Depreciation & Amortization (CF) of $3.1 million for Q2 2026, up 17.19% on a QoQ basis from $2.6 million in Q1 2026, and up 21.8% year-over-year from $2.5 million in Q2 2025.
Oceanfirst Financial (OCFC) Depreciation & Amortization (CF) (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Depreciation & Amortization (CF) for 14 years, with the latest figure at $3.1 million in Q2 2026.
- On a quarterly basis, Depreciation & Amortization (CF) rose 21.8% year-over-year to $3.1 million in Q2 2026; TTM through Jun 2026 was $11.0 million, a 6.44% increase from a year earlier, with the FY2025 full-year figure at $10.3 million, down 5.53% from the prior year.
- Depreciation & Amortization (CF) was $3.1 million for Q2 2026 at Oceanfirst Financial, up from $2.6 million in the prior quarter.
- The five-year high for Depreciation & Amortization (CF) was $3.2 million in Q4 2023, with the low at $2.5 million in Q2 2025.
- Average Depreciation & Amortization (CF) over 5 years is $2.8 million, with a median of $2.8 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Depreciation & Amortization (CF) surged 43.26% in 2022, then dropped 16.98% in 2024.
- Over 5 years, Depreciation & Amortization (CF) stood at $3.2 million in 2022, then gained by 0.19% to $3.2 million in 2023, then fell by 16.98% to $2.6 million in 2024, then fell by 0.88% to $2.6 million in 2025, then gained by 18.9% to $3.1 million in 2026.
- The last three Depreciation & Amortization (CF) figures came in at $3.1 million (Q2 2026), $2.6 million (Q1 2026), and $2.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 128.00 Mn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 93.00 Mn |
| 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 | 3.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.10 Mn |
| Mar 31, 2026 | 2.64 Mn |
| Dec 31, 2025 | 2.60 Mn |
| Sep 30, 2025 | 2.61 Mn |
| Jun 30, 2025 | 2.54 Mn |
| Mar 31, 2025 | 2.54 Mn |
| Dec 31, 2024 | 2.63 Mn |
| Sep 30, 2024 | 2.58 Mn |
| Jun 30, 2024 | 2.83 Mn |
| Mar 31, 2024 | 2.87 Mn |
| Dec 31, 2023 | 3.16 Mn |
| Sep 30, 2023 | 3.08 Mn |
| Jun 30, 2023 | 2.99 Mn |
| Mar 31, 2023 | 3.09 Mn |
| Dec 31, 2022 | 3.16 Mn |
| Sep 30, 2022 | 2.90 Mn |
| Jun 30, 2022 | 2.87 Mn |
| Mar 31, 2022 | 2.76 Mn |
| Dec 31, 2021 | 3.21 Mn |
| Sep 30, 2021 | 2.08 Mn |
Oceanfirst Financial Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();