Kimco Realty (KIM) Share-based Compensation (2009 - 2026)
Kimco Realty's (KIM) quarterly Share-based Compensation came in at $46.1 million in Q2 2026, up 296.56% on a YoY basis from $11.6 million in Q2 2025, and up 1521.96% quarter-over-quarter from -$3.2 million in Q4 2025.
Kimco Realty (KIM) Share-based Compensation (2009 - 2026) Analysis & Trends
Kimco Realty (KIM) has reported Share-based Compensation for 18 consecutive years, with $46.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Share-based Compensation rose 296.56% year-over-year to $46.1 million; the trailing twelve-month figure through Jun 2026 stood at $46.1 million (up 55.45% YoY), and the FY2025 full-year result was $37.7 million, down 18.04% from the prior year.
- Share-based Compensation advanced to $46.1 million in Q2 2026 per KIM's latest filing, from -$3.2 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $46.1 million in Q2 2026 and bottomed at -$7.1 million in Q4 2022.
- Historically, Share-based Compensation has averaged $15.2 million across 5 years, with a median of $8.1 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Share-based Compensation soared 2104.76% in 2024, then tumbled 292.52% in 2025.
- Over 5 years, Share-based Compensation stood at -$7.1 million in 2022, then soared by 98.81% to -$84000.0 in 2023, then jumped by 2104.76% to $1.7 million in 2024, then sank by 292.52% to -$3.2 million in 2025, then jumped by 1521.96% to $46.1 million in 2026.
- According to Business Quant data, Share-based Compensation over the past three periods registered $46.1 million, -$3.2 million, and $45.7 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 93.48 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 55.48 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | - |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 9.27 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 88.30 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 5.31 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 20.82 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 4.61 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 7.14 Mn |
| 10 | Kimco Realty | 15.10 Bn | 15.26 Bn | 455.67 Mn | 46.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 46.10 Mn |
| Dec 31, 2025 | -3.24 Mn |
| Sep 30, 2025 | 45.70 Mn |
| Jun 30, 2025 | 11.63 Mn |
| Mar 31, 2025 | 39.80 Mn |
| Dec 31, 2024 | 1.68 Mn |
| Sep 30, 2024 | 8.10 Mn |
| Jun 30, 2024 | 8.25 Mn |
| Mar 31, 2024 | 26.58 Mn |
| Dec 31, 2023 | -84,000.00 |
| Sep 30, 2023 | 7.90 Mn |
| Jun 30, 2023 | 8.12 Mn |
| Mar 31, 2023 | 19.31 Mn |
| Dec 31, 2022 | -7.05 Mn |
| Sep 30, 2022 | 6.90 Mn |
| Jun 30, 2022 | 6.90 Mn |
| Mar 31, 2022 | 32.46 Mn |
| Dec 31, 2021 | -67.43 Mn |
| Sep 30, 2021 | 41.90 Mn |
| Jun 30, 2021 | 47.80 Mn |
Kimco Realty 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=KIM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "KIM", "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=KIM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();