Zillow (Z) Cash from Financing Activities (2014 - 2026)
Zillow's (Z) quarterly Cash from Financing Activities came in at -$65.0 million in Q2 2026, up 86.73% year-over-year from -$34.8 million in Q2 2025, and up 90.24% quarter-over-quarter from -$666.0 million in Q1 2026.
Zillow (Z) Cash from Financing Activities (2014 - 2026) Analysis & Trends
Zillow (Z) has reported Cash from Financing Activities for 13 consecutive years, with -$65.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 86.73% year-over-year to -$65.0 million in Q2 2026; TTM through Jun 2026 was -$696.0 million, a 59.11% increase from a year earlier, with the FY2025 full-year figure at -$674.0 million, up 45.34% from the prior year.
- Cash from Financing Activities was -$65.0 million for Q2 2026 at Zillow, up from -$666.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $163.0 million in Q3 2025 and troughed at -$3.0 billion in Q1 2022.
- A 5-year average of -$407.3 million and a median of -$182.5 million in 2022 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 204.41% in 2024, down 1138.78% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$181.0 million in 2022, then jumped by 30.39% to -$126.0 million in 2023, then slumped by 206.35% to -$386.0 million in 2024, then soared by 66.84% to -$128.0 million in 2025, then surged by 49.22% to -$65.0 million in 2026.
- The last three Cash from Financing Activities figures came in at -$65.0 million (Q2 2026), -$666.0 million (Q1 2026), and -$128.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -108.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | -6.32 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -65.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -3.52 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 | -65.00 Mn |
| Mar 31, 2026 | -666.00 Mn |
| Dec 31, 2025 | -128.00 Mn |
| Sep 30, 2025 | 163.00 Mn |
| Jun 30, 2025 | -490.00 Mn |
| Mar 31, 2025 | -219.00 Mn |
| Dec 31, 2024 | -386.00 Mn |
| Sep 30, 2024 | -607.00 Mn |
| Jun 30, 2024 | -311.00 Mn |
| Mar 31, 2024 | 71.00 Mn |
| Dec 31, 2023 | -126.00 Mn |
| Sep 30, 2023 | -49.00 Mn |
| Jun 30, 2023 | -109.00 Mn |
| Mar 31, 2023 | -68.00 Mn |
| Dec 31, 2022 | -181.00 Mn |
| Sep 30, 2022 | -184.00 Mn |
| Jun 30, 2022 | -995.00 Mn |
| Mar 31, 2022 | -2.98 Bn |
| Dec 31, 2021 | 60.00 Mn |
| Sep 30, 2021 | 2.15 Bn |
Zillow 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=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();