Zillow (Z) Income towards Parent Company (2014 - 2026)
Zillow's (Z) quarterly Income towards Parent Company came in at -$4.0 million in Q2 2026, down 300.0% year-over-year from $2.0 million in Q2 2025, and down 108.7% quarter-over-quarter from $46.0 million in Q1 2026.
Zillow (Z) Income towards Parent Company (2014 - 2026) Analysis & Trends
Zillow (Z) has reported Income towards Parent Company for 13 consecutive years, with -$4.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 300.0% year-over-year to -$4.0 million in Q2 2026; TTM through Jun 2026 was $55.0 million, a 188.71% increase from a year earlier, with the FY2025 full-year figure at $23.0 million, up 120.54% from the prior year.
- Income towards Parent Company was -$4.0 million for Q2 2026 at Zillow, down from $46.0 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $46.0 million in Q1 2026 and troughed at -$73.0 million in Q4 2023.
- A 5-year average of -$17.0 million and a median of -$18.5 million in 2024 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company tumbled 537.5% in 2023 and jumped 475.0% in 2026, its largest moves.
- Over 5 years, Income towards Parent Company stood at -$72.0 million in 2022, then declined by 1.39% to -$73.0 million in 2023, then gained by 28.77% to -$52.0 million in 2024, then surged by 105.77% to $3.0 million in 2025, then slumped by 233.33% to -$4.0 million in 2026.
- The last three Income towards Parent Company figures came in at -$4.0 million (Q2 2026), $46.0 million (Q1 2026), and $3.0 million (Q4 2025), per Business Quant data.
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
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.00 Mn |
| Mar 31, 2026 | 46.00 Mn |
| Dec 31, 2025 | 3.00 Mn |
| Sep 30, 2025 | 10.00 Mn |
| Jun 30, 2025 | 2.00 Mn |
| Mar 31, 2025 | 8.00 Mn |
| Dec 31, 2024 | -52.00 Mn |
| Sep 30, 2024 | -20.00 Mn |
| Jun 30, 2024 | -17.00 Mn |
| Mar 31, 2024 | -23.00 Mn |
| Dec 31, 2023 | -73.00 Mn |
| Sep 30, 2023 | -28.00 Mn |
| Jun 30, 2023 | -35.00 Mn |
| Mar 31, 2023 | -22.00 Mn |
| Dec 31, 2022 | -72.00 Mn |
| Sep 30, 2022 | -53.00 Mn |
| Jun 30, 2022 | 8.00 Mn |
| Mar 31, 2022 | 16.00 Mn |
| Dec 31, 2021 | -261.00 Mn |
| Sep 30, 2021 | -329.00 Mn |
Zillow Income towards Parent Company 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=income-towards-parent-company&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();