Zillow (Z) Cash & Equivalents Growth (1y) (2017 - 2026)
Analysis
Zillow (Z) Cash & Equivalents Growth (1y) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -65.11% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 195.87% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -2.56% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -11.79% |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | 186.64% |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | -50.71% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.56% |
| Mar 31, 2026 | -25.82% |
| Dec 31, 2025 | -29.02% |
| Sep 30, 2025 | -18.47% |
| Jun 30, 2025 | -50.30% |
| Mar 31, 2025 | -36.48% |
| Dec 31, 2024 | -27.48% |
| Sep 30, 2024 | -41.93% |
| Jun 30, 2024 | -24.58% |
| Mar 31, 2024 | 3.23% |
| Dec 31, 2023 | 1.77% |
| Sep 30, 2023 | -6.44% |
| Jun 30, 2023 | -28.20% |
| Mar 31, 2023 | -46.26% |
| Dec 31, 2022 | -36.67% |
| Sep 30, 2022 | -10.13% |
| Jun 30, 2022 | -41.26% |
| Mar 31, 2022 | -23.75% |
| Dec 31, 2021 | 35.93% |
| Sep 30, 2021 | 15.26% |
API Access
Zillow Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();