Vivmark Residential (VMRK) Cash from Investing Activities (2009 - 2025)
Vivmark Residential (VMRK) posted Cash from Investing Activities of $301.7 million for Q4 2025, up 389.84% on a QoQ basis from -$104.1 million in Q3 2025, and up 61.24% year-over-year from $187.1 million in Q4 2024.
Vivmark Residential (VMRK) Cash from Investing Activities (2009 - 2025) Analysis & Trends
Vivmark Residential has reported Cash from Investing Activities for 17 years, with the latest figure at $301.7 million in Q4 2025.
- On a quarterly basis, Cash from Investing Activities rose 61.24% year-over-year to $301.7 million in Q4 2025; TTM through Dec 2025 was -$321.4 million, a 72.68% increase from a year earlier, with the FY2025 full-year figure at -$321.4 million, up 72.68% from the prior year.
- Cash from Investing Activities was $301.7 million for Q4 2025 at Vivmark Residential, up from -$104.1 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $301.7 million in Q4 2025, with the low at -$1.4 billion in Q3 2024.
- Average Cash from Investing Activities over 5 years is -$111.7 million, with a median of -$114.6 million recorded in 2021.
- The largest YoY upside for Cash from Investing Activities was 217.98% in 2024 against a maximum downside of 590.73% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$125.0 million in 2021, then retreated by 8.41% to -$135.5 million in 2022, then soared by 143.42% to $58.9 million in 2023, then surged by 217.98% to $187.1 million in 2024, then jumped by 61.24% to $301.7 million in 2025.
- The last three Cash from Investing Activities figures came in at $301.7 million (Q4 2025), -$104.1 million (Q3 2025), and -$616.3 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 133.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 301.74 Mn |
| Sep 30, 2025 | -104.10 Mn |
| Jun 30, 2025 | -616.34 Mn |
| Mar 31, 2025 | 97.34 Mn |
| Dec 31, 2024 | 187.13 Mn |
| Sep 30, 2024 | -1.36 Bn |
| Jun 30, 2024 | -138.36 Mn |
| Mar 31, 2024 | 136.01 Mn |
| Dec 31, 2023 | 58.85 Mn |
| Sep 30, 2023 | -197.08 Mn |
| Jun 30, 2023 | -315.00 Mn |
| Mar 31, 2023 | 43.72 Mn |
| Dec 31, 2022 | -135.54 Mn |
| Sep 30, 2022 | 288.67 Mn |
| Jun 30, 2022 | 151.70 Mn |
| Mar 31, 2022 | -197.04 Mn |
| Dec 31, 2021 | -125.03 Mn |
| Sep 30, 2021 | -254.23 Mn |
| Jun 30, 2021 | 70.99 Mn |
| Mar 31, 2021 | -126.35 Mn |
Vivmark Residential Cash from Investing Activities 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=cash-from-investing-activities&ticker=VMRK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=VMRK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();