Vivmark Residential (VMRK) Gross Margin (2017 - 2018)
Vivmark Residential (VMRK) posted Gross Margin of 3.13% for Q1 2018, up 8.45% on a QoQ basis from 2.89% in Q4 2017, and up 26.0% year-over-year from 2.48% in Q1 2017.
Vivmark Residential (VMRK) Gross Margin (2017 - 2018) Analysis & Trends
Vivmark Residential has reported Gross Margin for 2 years, with the latest figure at 3.13% in Q1 2018.
- On a quarterly basis, Gross Margin rose 26.0% year-over-year to 3.13% in Q1 2018; TTM through Mar 2018 was 2.94%, a N/A change from a year earlier, with the FY2017 full-year figure at 2.88%, changed N/A from the prior year.
- Gross Margin was 3.13% for Q1 2018 at Vivmark Residential, up from 2.89% in the prior quarter.
- The five-year high for Gross Margin was 3.13% in Q1 2018, with the low at 2.87% in Q2 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Gross Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 39.34% |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 99.17% |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 98.03% |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 97.06% |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 99.74% |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 73.49% |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 99.30% |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 94.35% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | 3.13% |
| Dec 31, 2017 | 2.89% |
| Sep 30, 2017 | 2.88% |
| Jun 30, 2017 | 2.87% |
| Mar 31, 2017 | 2.87% |
Vivmark Residential Gross Margin 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=gross-margin&ticker=VMRK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "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=gross-margin&ticker=VMRK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();