Oceanfirst Financial (OCFC) Short-Term Debt issuances (2010 - 2026)
Oceanfirst Financial (OCFC) posted Short-Term Debt issuances of -$5.9 million for Q2 2026, down 146.37% on a QoQ basis from $12.8 million in Q1 2026, and down 62.11% year-over-year from -$15.7 million in Q2 2025.
Oceanfirst Financial (OCFC) Short-Term Debt issuances (2010 - 2026) Analysis & Trends
Oceanfirst Financial has reported Short-Term Debt issuances for 15 years, with the latest figure at -$5.9 million in Q2 2026.
- On a quarterly basis, Short-Term Debt issuances fell 62.11% year-over-year to -$5.9 million in Q2 2026; TTM through Jun 2026 was -$224000.0, a 98.79% increase from a year earlier, with the FY2025 full-year figure at -$6.2 million, up 51.02% from the prior year.
- Short-Term Debt issuances was -$5.9 million for Q2 2026 at Oceanfirst Financial, down from $12.8 million in the prior quarter.
- The five-year high for Short-Term Debt issuances was $13.2 million in Q2 2024, with the low at -$27.2 million in Q4 2022.
- Average Short-Term Debt issuances over 5 years is -$3.2 million, with a median of -$2.3 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Short-Term Debt issuances plunged 606.66% in 2022, then soared 283.79% in 2023.
- Over 5 years, Short-Term Debt issuances stood at -$27.2 million in 2022, then jumped by 63.75% to -$9.9 million in 2023, then tumbled by 109.15% to -$20.6 million in 2024, then soared by 49.31% to -$10.5 million in 2025, then jumped by 43.21% to -$5.9 million in 2026.
- The last three Short-Term Debt issuances figures came in at -$5.9 million (Q2 2026), $12.8 million (Q1 2026), and -$10.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -200.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Oceanfirst Financial | 1.22 Bn | 1.22 Bn | -4.36 Mn | -5.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.94 Mn |
| Mar 31, 2026 | 12.80 Mn |
| Dec 31, 2025 | -10.45 Mn |
| Sep 30, 2025 | 3.36 Mn |
| Jun 30, 2025 | -3.66 Mn |
| Mar 31, 2025 | 4.55 Mn |
| Dec 31, 2024 | -20.62 Mn |
| Sep 30, 2024 | 1.14 Mn |
| Jun 30, 2024 | 13.18 Mn |
| Mar 31, 2024 | -6.37 Mn |
| Dec 31, 2023 | -9.86 Mn |
| Sep 30, 2023 | 8.50 Mn |
| Jun 30, 2023 | 3.49 Mn |
| Mar 31, 2023 | 1.81 Mn |
| Dec 31, 2022 | -27.19 Mn |
| Sep 30, 2022 | -9.21 Mn |
| Jun 30, 2022 | -12.29 Mn |
| Mar 31, 2022 | -987,000.00 |
| Dec 31, 2021 | -24.52 Mn |
| Sep 30, 2021 | 1.82 Mn |
Oceanfirst Financial Short-Term Debt issuances 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=short-term-debt-issuances&ticker=OCFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=OCFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();