1St Source (SRCE) Share-based Compensation (2010 - 2026)
1St Source's (SRCE) quarterly Share-based Compensation came in at $11.1 million in Q2 2026, up 203.77% year-over-year from $3.6 million in Q2 2025, and up 260.6% quarter-over-quarter from -$6.9 million in Q1 2026.
1St Source (SRCE) Share-based Compensation (2010 - 2026) Analysis & Trends
1St Source has disclosed Share-based Compensation across 17 years of filings, most recently posting $11.1 million for Q2 2026.
- In Q2 2026, Share-based Compensation rose 203.77% year-over-year to $11.1 million; the TTM figure through Jun 2026 stood at $19.7 million (up 419.48% YoY), while the FY2025 annual figure was $6.2 million, up 9.6% from the prior year.
- Share-based Compensation came in at $11.1 million for Q2 2026 at 1St Source, up from -$6.9 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $14.8 million in Q4 2025 to a low of -$11.7 million in Q3 2022.
- Average Share-based Compensation over 5 years is $1.4 million, with a median of $1.3 million recorded in 2023.
- The largest YoY upside for Share-based Compensation was 765.24% in 2025 against a maximum downside of 1434.12% in 2025.
- Over 5 years, Share-based Compensation stood at $13.6 million in 2022, then plunged by 91.81% to $1.1 million in 2023, then surged by 53.0% to $1.7 million in 2024, then soared by 765.24% to $14.8 million in 2025, then dropped by 25.1% to $11.1 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $11.1 million in Q2 2026, -$6.9 million in Q1 2026, and $14.8 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 | 1St Source | 2.07 Bn | 2.11 Bn | - | 11.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.08 Mn |
| Mar 31, 2026 | -6.90 Mn |
| Dec 31, 2025 | 14.79 Mn |
| Sep 30, 2025 | 695,000.00 |
| Jun 30, 2025 | -10.67 Mn |
| Mar 31, 2025 | 1.39 Mn |
| Dec 31, 2024 | 1.71 Mn |
| Sep 30, 2024 | 1.42 Mn |
| Jun 30, 2024 | 800,000.00 |
| Mar 31, 2024 | 1.73 Mn |
| Dec 31, 2023 | 1.12 Mn |
| Sep 30, 2023 | 1.06 Mn |
| Jun 30, 2023 | -2.71 Mn |
| Mar 31, 2023 | 5.42 Mn |
| Dec 31, 2022 | 13.64 Mn |
| Sep 30, 2022 | -11.67 Mn |
| Jun 30, 2022 | 10.72 Mn |
| Mar 31, 2022 | -9.10 Mn |
| Dec 31, 2021 | -5.86 Mn |
| Sep 30, 2021 | -8.79 Mn |
1St Source 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=SRCE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "SRCE", "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=SRCE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();