OptimumBank Holdings (OPHC) Share-based Compensation (2010 - 2026)
OptimumBank Holdings' (OPHC) quarterly Share-based Compensation came in at $1.5 million in Q2 2026, little changed year-over-year from $1.5 million in Q2 2025, and little changed quarter-over-quarter from $1.5 million in Q1 2026.
OptimumBank Holdings (OPHC) Share-based Compensation (2010 - 2026) Analysis & Trends
OptimumBank Holdings (OPHC) has reported Share-based Compensation for 17 consecutive years, with $1.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation changed 0.0% year-over-year to $1.5 million in Q2 2026; TTM through Jun 2026 was $1.5 million, a 0.0% change from a year earlier, with the FY2025 full-year figure at $1.8 million, up 68.29% from the prior year.
- Share-based Compensation was $1.5 million for Q2 2026 at OptimumBank Holdings, roughly flat from $1.5 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $3.8 million in Q4 2023 and troughed at -$291000.0 in Q1 2022.
- A 5-year average of $925777.8 and a median of $1.0 million in 2023 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 172.57% in 2022 and surged 993.75% in 2023, its largest moves.
- Over 5 years, Share-based Compensation stood at $349000.0 in 2022, then jumped by 982.23% to $3.8 million in 2023, then sank by 107.31% to -$276000.0 in 2024, then advanced by 7.25% to -$256000.0 in 2025, then surged by 705.47% to $1.5 million in 2026.
- The last three Share-based Compensation figures came in at $1.5 million (Q2 2026), $1.5 million (Q1 2026), and -$256000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (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 | - | 65.00 Mn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 50.00 Mn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 246.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 885.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 33.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 80.00 Mn |
| 10 | OptimumBank Holdings | 114.28 Mn | -31.96 Mn | - | 1.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.55 Mn |
| Mar 31, 2026 | 1.55 Mn |
| Dec 31, 2025 | -256,000.00 |
| Sep 30, 2025 | 1.55 Mn |
| Jun 30, 2025 | 1.55 Mn |
| Mar 31, 2025 | 1.05 Mn |
| Dec 31, 2024 | -276,000.00 |
| Sep 30, 2024 | 1.05 Mn |
| Jun 30, 2024 | 1.05 Mn |
| Mar 31, 2024 | 1.05 Mn |
| Dec 31, 2023 | 3.78 Mn |
| Sep 30, 2023 | 1.05 Mn |
| Jun 30, 2023 | 1.05 Mn |
| Mar 31, 2023 | 490,000.00 |
| Dec 31, 2022 | 349,000.00 |
| Sep 30, 2022 | 275,000.00 |
| Jun 30, 2022 | 96,000.00 |
| Mar 31, 2022 | -291,000.00 |
| Dec 31, 2021 | -2.49 Mn |
| Jun 30, 2021 | -210,000.00 |
OptimumBank Holdings Share-based Compensation 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=share-based-compensation&ticker=OPHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=OPHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();