Zillow (Z) Cash from Investing Activities (2014 - 2026)
Zillow's (Z) quarterly Cash from Investing Activities came in at -$51.0 million in Q2 2026, down 166.23% year-over-year from $77.0 million in Q2 2025, and down 113.56% quarter-over-quarter from $376.0 million in Q1 2026.
Zillow (Z) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Zillow (Z) has reported Cash from Investing Activities for 13 consecutive years, with -$51.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 166.23% year-over-year to -$51.0 million in Q2 2026; TTM through Jun 2026 was $294.0 million, a 53.11% decrease from a year earlier, with the FY2025 full-year figure at -$6.0 million, down 101.52% from the prior year.
- Cash from Investing Activities was -$51.0 million for Q2 2026 at Zillow, down from $376.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $376.0 million in Q1 2026 and troughed at -$563.0 million in Q1 2022.
- A 5-year average of -$44.1 million and a median of -$50.5 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities plunged 194.88% in 2022 and surged 2666.67% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$410.0 million in 2022, then advanced by 23.41% to -$314.0 million in 2023, then jumped by 187.26% to $274.0 million in 2024, then tumbled by 118.25% to -$50.0 million in 2025, then retreated by 2.0% to -$51.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$51.0 million (Q2 2026), $376.0 million (Q1 2026), and -$50.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -56.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -11.29 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -51.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -1.86 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -51.00 Mn |
| Mar 31, 2026 | 376.00 Mn |
| Dec 31, 2025 | -50.00 Mn |
| Sep 30, 2025 | 19.00 Mn |
| Jun 30, 2025 | 77.00 Mn |
| Mar 31, 2025 | -52.00 Mn |
| Dec 31, 2024 | 274.00 Mn |
| Sep 30, 2024 | 328.00 Mn |
| Jun 30, 2024 | -3.00 Mn |
| Mar 31, 2024 | -204.00 Mn |
| Dec 31, 2023 | -314.00 Mn |
| Sep 30, 2023 | 255.00 Mn |
| Jun 30, 2023 | 181.00 Mn |
| Mar 31, 2023 | -97.00 Mn |
| Dec 31, 2022 | -410.00 Mn |
| Sep 30, 2022 | -189.00 Mn |
| Jun 30, 2022 | -371.00 Mn |
| Mar 31, 2022 | -563.00 Mn |
| Dec 31, 2021 | 467.00 Mn |
| Sep 30, 2021 | -674.00 Mn |
Zillow 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=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "Z", "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=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();