First Bancorp (FNLC) Share-based Compensation (2010 - 2026)
First Bancorp's (FNLC) quarterly Share-based Compensation came in at $587000.0 in Q2 2026, down 87.37% year-over-year from $4.6 million in Q2 2025, and down 94.81% quarter-over-quarter from $11.3 million in Q1 2026.
First Bancorp (FNLC) Share-based Compensation (2010 - 2026) Analysis & Trends
First Bancorp (FNLC) has reported Share-based Compensation for 17 consecutive years, with $587000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation fell 87.37% year-over-year to $587000.0 in Q2 2026; TTM through Jun 2026 was $4.6 million, a 31.72% decrease from a year earlier, with the FY2025 full-year figure at $966000.0, down 82.16% from the prior year.
- Share-based Compensation was $587000.0 for Q2 2026 at First Bancorp, down from $11.3 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $11.3 million in Q1 2026 and troughed at -$6.7 million in Q2 2023.
- A 5-year average of $2.3 million and a median of $2.3 million in 2024 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 1161.76% in 2022 and soared 366.2% in 2025, its largest moves.
- Over 5 years, Share-based Compensation stood at $10.1 million in 2022, then plunged by 159.89% to -$6.0 million in 2023, then surged by 85.38% to -$883000.0 in 2024, then plunged by 568.63% to -$5.9 million in 2025, then surged by 109.94% to $587000.0 in 2026.
- The last three Share-based Compensation figures came in at $587000.0 (Q2 2026), $11.3 million (Q1 2026), and -$5.9 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 | 396.79 Mn | 367.03 Mn | - | 587,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 587,000.00 |
| Mar 31, 2026 | 11.31 Mn |
| Dec 31, 2025 | -5.90 Mn |
| Sep 30, 2025 | -1.41 Mn |
| Jun 30, 2025 | 4.65 Mn |
| Mar 31, 2025 | 3.63 Mn |
| Dec 31, 2024 | -883,000.00 |
| Sep 30, 2024 | -682,000.00 |
| Jun 30, 2024 | 997,000.00 |
| Mar 31, 2024 | 5.98 Mn |
| Dec 31, 2023 | -6.04 Mn |
| Sep 30, 2023 | 6.31 Mn |
| Jun 30, 2023 | -6.75 Mn |
| Mar 31, 2023 | 7.30 Mn |
| Dec 31, 2022 | 10.08 Mn |
| Sep 30, 2022 | 5.63 Mn |
| Jun 30, 2022 | -3.97 Mn |
| Mar 31, 2022 | 9.70 Mn |
| Dec 31, 2021 | -4.24 Mn |
| Sep 30, 2021 | -3.82 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=FNLC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "FNLC", "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=FNLC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();