Vivmark Residential (VMRK) Tax Rate (2009 - 2026)
Vivmark Residential (VMRK) posted Tax Rate of 0.34% for Q2 2026, up 273.66% on a QoQ basis from 0.09% in Q4 2025, and up 14.0% year-over-year from 0.3% in Q2 2025.
Vivmark Residential (VMRK) Tax Rate (2009 - 2026) Analysis & Trends
Vivmark Residential has reported Tax Rate for 18 years, with the latest figure at 0.34% in Q2 2026.
- On a quarterly basis, Tax Rate rose 14.0% year-over-year to 0.34% in Q2 2026; TTM through Jun 2026 was 0.15%, a 2.0% increase from a year earlier, with the FY2025 full-year figure at 0.14%, up 2.0% from the prior year.
- Tax Rate was 0.34% for Q2 2026 at Vivmark Residential, up from 0.09% in the prior quarter.
- The five-year high for Tax Rate was 0.37% in Q1 2022, with the low at 0.05% in Q3 2022.
- Average Tax Rate over 5 years is 0.16%, with a median of 0.13% recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Tax Rate decreased 24 bps in 2023, then gained 14 bps in 2026.
- Over 5 years, Tax Rate stood at 0.1% in 2022, then dropped by 25 bps to 0.08% in 2023, then fell by 4 bps to 0.08% in 2024, then grew by 21 bps to 0.09% in 2025, then surged by 274 bps to 0.34% in 2026.
- The last three Tax Rate figures came in at 0.34% (Q2 2026), 0.09% (Q4 2025), and 0.13% (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -19.34% |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 8.78% |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.10% |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 6.51% |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 0.54% |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -47.23% |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 4.45% |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -0.09% |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 0.34% |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.34% |
| Dec 31, 2025 | 0.09% |
| Sep 30, 2025 | 0.13% |
| Jun 30, 2025 | 0.20% |
| Mar 31, 2025 | 0.16% |
| Dec 31, 2024 | 0.08% |
| Sep 30, 2024 | 0.19% |
| Jun 30, 2024 | 0.18% |
| Mar 31, 2024 | 0.10% |
| Dec 31, 2023 | 0.08% |
| Sep 30, 2023 | 0.14% |
| Jun 30, 2023 | 0.23% |
| Mar 31, 2023 | 0.13% |
| Dec 31, 2022 | 0.10% |
| Sep 30, 2022 | 0.05% |
| Jun 30, 2022 | 0.12% |
| Mar 31, 2022 | 0.37% |
| Dec 31, 2021 | 0.04% |
| Sep 30, 2021 | 0.06% |
| Jun 30, 2021 | 0.07% |
Vivmark Residential Tax Rate 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=tax-rate&ticker=VMRK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=VMRK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();