First Bancorp (FBP) Share-based Compensation (2010 - 2026)
First Bancorp's (FBP) quarterly Share-based Compensation came in at $19.0 million in Q2 2026, up 139.12% year-over-year from $7.9 million in Q2 2025, and up 251.22% quarter-over-quarter from -$12.5 million in Q1 2026.
First Bancorp (FBP) Share-based Compensation (2010 - 2026) Analysis & Trends
First Bancorp (FBP) has reported Share-based Compensation for 17 consecutive years, with $19.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 139.12% year-over-year to $19.0 million in Q2 2026; TTM through Jun 2026 was -$16.3 million, a 193.89% decrease from a year earlier, with the FY2025 full-year figure at -$11.0 million, down 204.92% from the prior year.
- Share-based Compensation was $19.0 million for Q2 2026 at First Bancorp, up from -$12.5 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $22.7 million in Q4 2023 and troughed at -$20.5 million in Q3 2025.
- A 5-year average of $3.6 million and a median of $3.2 million in 2023 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation soared 1506.23% in 2023 and tumbled 435.41% in 2026, its largest moves.
- Over 5 years, Share-based Compensation stood at $1.4 million in 2022, then soared by 1506.23% to $22.7 million in 2023, then slumped by 103.43% to -$779000.0 in 2024, then sank by 179.85% to -$2.2 million in 2025, then jumped by 969.95% to $19.0 million in 2026.
- The last three Share-based Compensation figures came in at $19.0 million (Q2 2026), -$12.5 million (Q1 2026), and -$2.2 million (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 | First Bancorp | 4.21 Bn | -15.50 Bn | - | 18.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 18.97 Mn |
| Mar 31, 2026 | -12.54 Mn |
| Dec 31, 2025 | -2.18 Mn |
| Sep 30, 2025 | -20.52 Mn |
| Jun 30, 2025 | 7.93 Mn |
| Mar 31, 2025 | 3.74 Mn |
| Dec 31, 2024 | -779,000.00 |
| Sep 30, 2024 | 6.45 Mn |
| Jun 30, 2024 | 1.92 Mn |
| Mar 31, 2024 | 2.93 Mn |
| Dec 31, 2023 | 22.70 Mn |
| Sep 30, 2023 | -11.64 Mn |
| Jun 30, 2023 | 3.49 Mn |
| Mar 31, 2023 | 14.17 Mn |
| Dec 31, 2022 | 1.41 Mn |
| Sep 30, 2022 | 14.17 Mn |
| Jun 30, 2022 | 14.17 Mn |
| Mar 31, 2022 | 1.18 Mn |
| Dec 31, 2021 | -2.78 Mn |
| Sep 30, 2021 | 1.20 Mn |
First Bancorp 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=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "FBP", "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=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();