Zillow (Z) Profit After Tax (2014 - 2026)
Zillow's (Z) quarterly Profit After Tax 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) Profit After Tax (2014 - 2026) Analysis & Trends
Zillow (Z) has reported Profit After Tax for 13 consecutive years, with -$4.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax 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.
- Profit After Tax was -$4.0 million for Q2 2026 at Zillow, down from $46.0 million in the prior quarter.
- Over five years, Profit After Tax peaked at $46.0 million in Q1 2026 and troughed at -$73.0 million in Q4 2023.
- A 5-year average of -$16.4 million and a median of -$18.5 million in 2024 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax sank 450.0% in 2023 and jumped 475.0% in 2026, its largest moves.
- Over 5 years, Profit After Tax 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 Profit After Tax 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) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 55.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 41.54 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -4.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -5.64 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 | 10.00 Mn |
| Mar 31, 2022 | 25.00 Mn |
| Dec 31, 2021 | -261.00 Mn |
| Sep 30, 2021 | -329.00 Mn |
Zillow Profit After Tax 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=profit-after-tax&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();