Vivmark Residential (VMRK) Share-based Compensation (2009 - 2026)
Vivmark Residential (VMRK) posted Share-based Compensation of $7.1 million for Q2 2026, up 36.22% on a QoQ basis from $5.2 million in Q4 2025, and up 45.73% year-over-year from $4.9 million in Q2 2025.
Vivmark Residential (VMRK) Share-based Compensation (2009 - 2026) Analysis & Trends
Vivmark Residential has reported Share-based Compensation for 18 years, with the latest figure at $7.1 million in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 45.73% year-over-year to $7.1 million in Q2 2026; TTM through Jun 2026 was $19.8 million, a 245.2% increase from a year earlier, with the FY2025 full-year figure at $32.2 million, up 2.95% from the prior year.
- Share-based Compensation was $7.1 million for Q2 2026 at Vivmark Residential, up from $5.2 million in the prior quarter.
- The five-year high for Share-based Compensation was $7.1 million in Q2 2026, with the low at -$30.2 million in Q1 2022.
- Average Share-based Compensation over 5 years is -$3.0 million, with a median of $3.8 million recorded in 2022.
- The largest YoY upside for Share-based Compensation was 47.64% in 2022 against a maximum downside of 45.44% in 2022.
- Over 5 years, Share-based Compensation stood at $5.0 million in 2022, then retreated by 1.76% to $4.9 million in 2023, then declined by 7.42% to $4.5 million in 2024, then rose by 16.36% to $5.2 million in 2025, then jumped by 36.22% to $7.1 million in 2026.
- The last three Share-based Compensation figures came in at $7.1 million (Q2 2026), $5.2 million (Q4 2025), and $2.5 million (Q3 2025), per Business Quant data.
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 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -4.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.14 Mn |
| Dec 31, 2025 | 5.24 Mn |
| Sep 30, 2025 | 2.50 Mn |
| Jun 30, 2025 | 4.90 Mn |
| Mar 31, 2025 | -25.41 Mn |
| Dec 31, 2024 | 4.51 Mn |
| Sep 30, 2024 | 2.37 Mn |
| Jun 30, 2024 | 4.89 Mn |
| Mar 31, 2024 | -22.74 Mn |
| Dec 31, 2023 | 4.87 Mn |
| Sep 30, 2023 | 2.35 Mn |
| Jun 30, 2023 | 4.29 Mn |
| Mar 31, 2023 | -26.26 Mn |
| Dec 31, 2022 | 4.95 Mn |
| Sep 30, 2022 | 2.17 Mn |
| Jun 30, 2022 | 3.75 Mn |
| Mar 31, 2022 | -30.17 Mn |
| Dec 31, 2021 | 5.89 Mn |
| Sep 30, 2021 | 1.76 Mn |
| Jun 30, 2021 | 2.54 Mn |
Vivmark Residential 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=VMRK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "VMRK", "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=VMRK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();