Zillow (Z) Revenue (QoQ) (2014 - 2026)
Analysis
Zillow (Z) Revenue (QoQ) (2014 - 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 | 9.04% |
| Mar 31, 2026 | 8.26% |
| Dec 31, 2025 | -3.25% |
| Sep 30, 2025 | 3.21% |
| Jun 30, 2025 | 9.53% |
| Mar 31, 2025 | 7.94% |
| Dec 31, 2024 | -4.65% |
| Sep 30, 2024 | 1.57% |
| Jun 30, 2024 | 8.13% |
| Mar 31, 2024 | 11.60% |
| Dec 31, 2023 | -4.44% |
| Sep 30, 2023 | -1.98% |
| Jun 30, 2023 | 7.89% |
| Mar 31, 2023 | 7.82% |
| Dec 31, 2022 | -9.94% |
| Sep 30, 2022 | -4.17% |
| Jun 30, 2022 | -5.97% |
| Mar 31, 2022 | 0.19% |
| Dec 31, 2021 | -2.73% |
| Sep 30, 2021 | -58.02% |
API Access
Zillow Revenue (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=revenue-qoq&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue-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=revenue-qoq&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();