Independent Bank (IBCP) Share-based Compensation (2010 - 2026)
Independent Bank's (IBCP) quarterly Share-based Compensation came in at $17.9 million in Q2 2026, up 938.18% year-over-year from $1.7 million in Q2 2025, and up 531.88% quarter-over-quarter from -$4.1 million in Q1 2026.
Independent Bank (IBCP) Share-based Compensation (2010 - 2026) Analysis & Trends
Independent Bank has disclosed Share-based Compensation across 17 years of filings, most recently posting $17.9 million for Q2 2026.
- In Q2 2026, Share-based Compensation rose 938.18% year-over-year to $17.9 million; the TTM figure through Jun 2026 stood at $41.5 million (up 135.9% YoY), while the FY2025 annual figure was $25.6 million, up 1.83% from the prior year.
- Share-based Compensation came in at $17.9 million for Q2 2026 at Independent Bank, up from -$4.1 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $42.2 million in Q4 2025 to a low of -$14.4 million in Q3 2025.
- Average Share-based Compensation over 5 years is $5.8 million, with a median of $3.3 million recorded in 2022.
- Year-over-year, Share-based Compensation surged 91100.0% in 2024 and tumbled 374.65% in 2025.
- Over 5 years, Share-based Compensation stood at $6.8 million in 2022, then slumped by 100.37% to -$25000.0 in 2023, then surged by 91100.0% to $22.8 million in 2024, then surged by 85.35% to $42.2 million in 2025, then slumped by 57.63% to $17.9 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $17.9 million in Q2 2026, -$4.1 million in Q1 2026, and $42.2 million in Q4 2025.
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 | Independent Bank | 746.43 Mn | 580.98 Mn | - | 17.87 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 17.87 Mn |
| Mar 31, 2026 | -4.14 Mn |
| Dec 31, 2025 | 42.17 Mn |
| Sep 30, 2025 | -14.40 Mn |
| Jun 30, 2025 | 1.72 Mn |
| Mar 31, 2025 | -3.85 Mn |
| Dec 31, 2024 | 22.75 Mn |
| Sep 30, 2024 | -3.03 Mn |
| Jun 30, 2024 | 2.15 Mn |
| Mar 31, 2024 | 3.32 Mn |
| Dec 31, 2023 | -25,000.00 |
| Sep 30, 2023 | 4.21 Mn |
| Jun 30, 2023 | 12.22 Mn |
| Mar 31, 2023 | -1.79 Mn |
| Dec 31, 2022 | 6.80 Mn |
| Sep 30, 2022 | 8.93 Mn |
| Jun 30, 2022 | 3.22 Mn |
| Mar 31, 2022 | 6.95 Mn |
| Dec 31, 2021 | 1.13 Mn |
| Sep 30, 2021 | 499,000.00 |
Independent Bank 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=IBCP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "IBCP", "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=IBCP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();