Zillow (Z) Net Cash Flow (2014 - 2026)
Zillow's (Z) quarterly Net Cash Flow came in at -$105.0 million in Q2 2026, up 67.79% year-over-year from -$62.6 million in Q2 2025, and down 16.67% quarter-over-quarter from -$90.0 million in Q1 2026.
Zillow (Z) Net Cash Flow (2014 - 2026) Analysis & Trends
Zillow (Z) has reported Net Cash Flow for 13 consecutive years, with -$105.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 67.79% year-over-year to -$105.0 million in Q2 2026; TTM through Jun 2026 was -$14.0 million, a 97.63% increase from a year earlier, with the FY2025 full-year figure at -$312.0 million, up 23.9% from the prior year.
- Net Cash Flow was -$105.0 million for Q2 2026 at Zillow, down from -$90.0 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $287.0 million in Q3 2025 and troughed at -$507.0 million in Q4 2022.
- A 5-year average of -$125.6 million and a median of -$107.0 million in 2024 frame the typical range for Net Cash Flow.
- The widest YoY moves for Net Cash Flow: up 365.74% in 2025, down 1160.0% in 2025.
- Over 5 years, Net Cash Flow stood at -$507.0 million in 2022, then soared by 30.18% to -$354.0 million in 2023, then soared by 102.82% to $10.0 million in 2024, then sank by 1160.0% to -$106.0 million in 2025, then advanced by 0.94% to -$105.0 million in 2026.
- The last three Net Cash Flow figures came in at -$105.0 million (Q2 2026), -$90.0 million (Q1 2026), and -$106.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -49.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 69.99 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -105.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -7.06 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 | -105.00 Mn |
| Mar 31, 2026 | -90.00 Mn |
| Dec 31, 2025 | -106.00 Mn |
| Sep 30, 2025 | 287.00 Mn |
| Jun 30, 2025 | -326.00 Mn |
| Mar 31, 2025 | -167.00 Mn |
| Dec 31, 2024 | 10.00 Mn |
| Sep 30, 2024 | -108.00 Mn |
| Jun 30, 2024 | -259.00 Mn |
| Mar 31, 2024 | -53.00 Mn |
| Dec 31, 2023 | -354.00 Mn |
| Sep 30, 2023 | 281.00 Mn |
| Jun 30, 2023 | 172.00 Mn |
| Mar 31, 2023 | -72.00 Mn |
| Dec 31, 2022 | -507.00 Mn |
| Sep 30, 2022 | -208.00 Mn |
| Jun 30, 2022 | -503.00 Mn |
| Mar 31, 2022 | -152.00 Mn |
| Dec 31, 2021 | 312.00 Mn |
| Sep 30, 2021 | -1.33 Bn |
Zillow Net Cash Flow 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=net-cash-flow&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();