Zillow (Z) Cash & Equivalents (QoQ) (2017 - 2026)
Analysis
Zillow (Z) Cash & Equivalents (QoQ) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.63% |
| Mar 31, 2026 | -11.72% |
| Dec 31, 2025 | -12.13% |
| Sep 30, 2025 | 48.89% |
| Jun 30, 2025 | -35.78% |
| Mar 31, 2025 | -15.53% |
| Dec 31, 2024 | 0.93% |
| Sep 30, 2024 | -9.23% |
| Jun 30, 2024 | -17.93% |
| Mar 31, 2024 | -3.55% |
| Dec 31, 2023 | -19.18% |
| Sep 30, 2023 | 17.88% |
| Jun 30, 2023 | 12.34% |
| Mar 31, 2023 | -4.91% |
| Dec 31, 2022 | -25.70% |
| Sep 30, 2022 | -9.54% |
| Jun 30, 2022 | -15.92% |
| Mar 31, 2022 | 12.05% |
| Dec 31, 2021 | 5.45% |
| Sep 30, 2021 | -40.88% |
API Access
Zillow Cash & Equivalents (QoQ) 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-qoq&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-qoq&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();