Vivmark Residential (VMRK) Cash from Financing Activities (2009 - 2025)
Vivmark Residential (VMRK) posted Cash from Financing Activities of -$729.4 million for Q4 2025, down 139.14% on a QoQ basis from -$305.0 million in Q3 2025, and down 43.66% year-over-year from -$1.3 billion in Q4 2024.
Vivmark Residential (VMRK) Cash from Financing Activities (2009 - 2025) Analysis & Trends
Vivmark Residential has reported Cash from Financing Activities for 17 years, with the latest figure at -$729.4 million in Q4 2025.
- On a quarterly basis, Cash from Financing Activities fell 43.66% year-over-year to -$729.4 million in Q4 2025; TTM through Dec 2025 was -$1.3 billion, a 252.49% decrease from a year earlier, with the FY2025 full-year figure at -$1.3 billion, down 252.49% from the prior year.
- Cash from Financing Activities was -$729.4 million for Q4 2025 at Vivmark Residential, down from -$305.0 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $948.0 million in Q3 2024, with the low at -$729.4 million in Q4 2025.
- Average Cash from Financing Activities over 5 years is -$258.8 million, with a median of -$315.2 million recorded in 2021.
- The sharpest annual moves came in 2022 and 2024: Cash from Financing Activities sank 7209.19% in 2022, then jumped 489.5% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$23.5 million in 2021, then tumbled by 681.47% to -$183.3 million in 2022, then tumbled by 112.71% to -$389.9 million in 2023, then plunged by 30.24% to -$507.8 million in 2024, then plunged by 43.66% to -$729.4 million in 2025.
- The last three Cash from Financing Activities figures came in at -$729.4 million (Q4 2025), -$305.0 million (Q3 2025), and $247.2 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 1.53 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.57 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 1.40 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -396.15 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.42 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 98.37 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -117.18 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -562.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -729.42 Mn |
| Sep 30, 2025 | -305.01 Mn |
| Jun 30, 2025 | 247.20 Mn |
| Mar 31, 2025 | -541.49 Mn |
| Dec 31, 2024 | -507.75 Mn |
| Sep 30, 2024 | 947.98 Mn |
| Jun 30, 2024 | -316.71 Mn |
| Mar 31, 2024 | -500.47 Mn |
| Dec 31, 2023 | -389.86 Mn |
| Sep 30, 2023 | -243.38 Mn |
| Jun 30, 2023 | -132.14 Mn |
| Mar 31, 2023 | -355.09 Mn |
| Dec 31, 2022 | -183.28 Mn |
| Sep 30, 2022 | -715.21 Mn |
| Jun 30, 2022 | -467.57 Mn |
| Mar 31, 2022 | -419.56 Mn |
| Dec 31, 2021 | -23.45 Mn |
| Sep 30, 2021 | -313.61 Mn |
| Jun 30, 2021 | -6.40 Mn |
| Mar 31, 2021 | -221.60 Mn |
Vivmark Residential Cash from Financing 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-financing-activities&ticker=VMRK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=VMRK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();