OptimumBank Holdings (OPHC) Change in Net Loans (2010 - 2026)
OptimumBank Holdings' (OPHC) quarterly Change in Net Loans came in at -$125.7 million in Q2 2026, down 898.75% year-over-year from $15.7 million in Q2 2025, and up 4.73% quarter-over-quarter from -$131.9 million in Q1 2026.
OptimumBank Holdings (OPHC) Change in Net Loans (2010 - 2026) Analysis & Trends
OptimumBank Holdings (OPHC) has reported Change in Net Loans for 10 consecutive years, with -$125.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Net Loans fell 898.75% year-over-year to -$125.7 million in Q2 2026; TTM through Jun 2026 was -$271.4 million, a 8124.91% decrease from a year earlier, with the FY2018 full-year figure at -$7.4 million, down 183.55% from the prior year.
- Change in Net Loans was -$125.7 million for Q2 2026 at OptimumBank Holdings, up from -$131.9 million in the prior quarter.
- Over five years, Change in Net Loans peaked at $15.7 million in Q2 2025 and troughed at -$131.9 million in Q1 2026.
- A 3-year average of -$45.8 million and a median of -$23.4 million in 2024 frame the typical range for Change in Net Loans.
- Across the five-year window, Change in Net Loans jumped 372.6% in 2025 and slumped 3460.75% in 2026, its largest moves.
- Over 3 years, Change in Net Loans stood at -$17.2 million in 2024, then tumbled by 71.7% to -$29.5 million in 2025, then tumbled by 325.87% to -$125.7 million in 2026.
- The last three Change in Net Loans figures came in at -$125.7 million (Q2 2026), -$131.9 million (Q1 2026), and -$29.5 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 4.38 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 2.56 Bn |
| 10 | OptimumBank Holdings | 114.28 Mn | -31.96 Mn | - | -125.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -125.70 Mn |
| Mar 31, 2026 | -131.94 Mn |
| Sep 30, 2025 | -29.52 Mn |
| Jun 30, 2025 | 15.74 Mn |
| Mar 31, 2025 | 3.93 Mn |
| Sep 30, 2024 | -17.19 Mn |
| Jun 30, 2024 | -5.77 Mn |
| Mar 31, 2024 | -76.32 Mn |
| Dec 31, 2016 | -4.07 Mn |
| Sep 30, 2016 | 1.79 Mn |
| Dec 31, 2015 | 6.60 Mn |
| Sep 30, 2015 | -5.64 Mn |
| Jun 30, 2015 | 3.22 Mn |
| Mar 31, 2015 | 3.64 Mn |
| Dec 31, 2014 | 315,000.00 |
| Sep 30, 2014 | 4.06 Mn |
| Jun 30, 2014 | -5.64 Mn |
| Mar 31, 2014 | -1.21 Mn |
| Dec 31, 2013 | -2.84 Mn |
| Sep 30, 2013 | -2.40 Mn |
OptimumBank Holdings Change in Net Loans 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-net-loans&ticker=OPHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "ticker": "OPHC", "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-net-loans&ticker=OPHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();