OptimumBank Holdings (OPHC) EV to EBITDA (2014 - 2026)
OptimumBank Holdings' (OPHC) quarterly EV to EBITDA came in at 4.67 in Q2 2026, up 63.1% year-over-year from 2.87 in Q2 2025, and up 25.28% quarter-over-quarter from 6.26 in Q1 2026.
OptimumBank Holdings (OPHC) EV to EBITDA (2014 - 2026) Analysis & Trends
OptimumBank Holdings (OPHC) has reported EV to EBITDA for 12 consecutive years, with 4.67 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EV to EBITDA rose 63.1% year-over-year to 4.67 in Q2 2026; TTM through Jun 2026 was 1.45, a 51.32% increase from a year earlier, with the FY2025 full-year figure at 1.49, down 30.47% from the prior year.
- EV to EBITDA was 4.67 for Q2 2026 at OptimumBank Holdings, up from 6.26 in the prior quarter.
- Over five years, EV to EBITDA peaked at 4.15 in Q4 2024 and troughed at 37.36 in Q1 2022.
- A 5-year average of 13.44 and a median of 11.19 in 2022 frame the typical range for EV to EBITDA.
- Across the five-year window, EV to EBITDA soared 70.15% in 2022 and sank 125.39% in 2025, its largest moves.
- Over 5 years, EV to EBITDA stood at 9.71 in 2022, then jumped by 35.99% to 6.21 in 2023, then jumped by 33.14% to 4.15 in 2024, then plunged by 31.23% to 5.45 in 2025, then climbed by 14.23% to 4.67 in 2026.
- The last three EV to EBITDA figures came in at 4.67 (Q2 2026), 6.26 (Q1 2026), and 5.45 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 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 |
| 10 | OptimumBank Holdings | 114.28 Mn | -31.96 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.67 |
| Mar 31, 2026 | -6.26 |
| Dec 31, 2025 | -5.45 |
| Sep 30, 2025 | -17.04 |
| Jun 30, 2025 | -12.67 |
| Mar 31, 2025 | -8.83 |
| Dec 31, 2024 | -4.15 |
| Sep 30, 2024 | -7.95 |
| Jun 30, 2024 | -5.62 |
| Mar 31, 2024 | -13.25 |
| Dec 31, 2023 | -6.21 |
| Sep 30, 2023 | -17.16 |
| Jun 30, 2023 | -13.23 |
| Mar 31, 2023 | -15.65 |
| Dec 31, 2022 | -9.71 |
| Sep 30, 2022 | -22.11 |
| Jun 30, 2022 | -34.56 |
| Mar 31, 2022 | -37.36 |
| Dec 31, 2021 | -26.88 |
| Sep 30, 2021 | -53.46 |
OptimumBank Holdings EV to EBITDA 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=ev-to-ebitda&ticker=OPHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=OPHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();