Zillow (Z) EBIT Margin (2014 - 2026)
Zillow's (Z) quarterly EBIT Margin came in at 1.3% in Q2 2026, up 38.0% year-over-year from 0.94% in Q2 2025, and down 125.47% quarter-over-quarter from 5.08% in Q1 2026.
Zillow (Z) EBIT Margin (2014 - 2026) Analysis & Trends
Zillow (Z) has reported EBIT Margin for 13 consecutive years, with 1.3% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBIT Margin rose 38.0% year-over-year to 1.3% in Q2 2026; TTM through Jun 2026 was 0.43%, a 604.0% increase from a year earlier, with the FY2025 full-year figure at 1.32%, up 749.0% from the prior year.
- EBIT Margin was 1.3% for Q2 2026 at Zillow, down from 5.08% in the prior quarter.
- Over five years, EBIT Margin peaked at 6.72% in Q1 2022 and troughed at 22.15% in Q4 2023.
- A 5-year average of 6.36% and a median of 7.19% in 2024 frame the typical range for EBIT Margin.
- Across the five-year window, EBIT Margin plunged 2506 bps in 2022 and jumped 1077 bps in 2025, its largest moves.
- Over 5 years, EBIT Margin stood at 19.08% in 2022, then declined by 16 bps to 22.15% in 2023, then soared by 44 bps to 12.45% in 2024, then surged by 86 bps to 1.68% in 2025, then advanced by 23 bps to 1.3% in 2026.
- The last three EBIT Margin figures came in at 1.3% (Q2 2026), 5.08% (Q1 2026), and 1.68% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 8.22% |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 18.84% |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | -1.30% |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -16.22% |
| 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 | -1.30% |
| Mar 31, 2026 | 5.08% |
| Dec 31, 2025 | -1.68% |
| Sep 30, 2025 | -0.44% |
| Jun 30, 2025 | -1.68% |
| Mar 31, 2025 | -1.51% |
| Dec 31, 2024 | -12.45% |
| Sep 30, 2024 | -7.75% |
| Jun 30, 2024 | -6.64% |
| Mar 31, 2024 | -8.51% |
| Dec 31, 2023 | -22.15% |
| Sep 30, 2023 | -10.69% |
| Jun 30, 2023 | -13.24% |
| Mar 31, 2023 | -9.59% |
| Dec 31, 2022 | -19.08% |
| Sep 30, 2022 | -10.56% |
| Jun 30, 2022 | 0.99% |
| Mar 31, 2022 | 6.72% |
| Dec 31, 2021 | 5.98% |
| Sep 30, 2021 | 10.00% |
Zillow EBIT Margin 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=ebit-margin&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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=ebit-margin&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();