Zillow (Z) Interest Coverage Ratio (2015 - 2026)
Zillow's (Z) quarterly Interest Coverage Ratio came in at 1.67 in Q2 2026, up 24.24% year-over-year from 1.34 in Q2 2025, and down 118.52% quarter-over-quarter from 9.0 in Q1 2026.
Zillow (Z) Interest Coverage Ratio (2015 - 2026) Analysis & Trends
Zillow (Z) has reported Interest Coverage Ratio for 12 consecutive years, with 1.67 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio rose 24.24% year-over-year to 1.67 in Q2 2026; TTM through Jun 2026 was 0.67, a 113.43% increase from a year earlier, with the FY2025 full-year figure at 1.89, up 65.48% from the prior year.
- Interest Coverage Ratio was 1.67 for Q2 2026 at Zillow, down from 9.0 in the prior quarter.
- Over five years, Interest Coverage Ratio peaked at 9.0 in Q1 2026 and troughed at 11.67 in Q4 2023.
- A 5-year average of 3.45 and a median of 4.4 in 2023 frame the typical range for Interest Coverage Ratio.
- Across the five-year window, Interest Coverage Ratio tumbled 1440.0% in 2023 and soared 600.0% in 2026, its largest moves.
- Over 5 years, Interest Coverage Ratio stood at 9.22 in 2022, then declined by 26.51% to 11.67 in 2023, then climbed by 26.07% to 8.62 in 2024, then surged by 74.49% to 2.2 in 2025, then increased by 24.24% to 1.67 in 2026.
- The last three Interest Coverage Ratio figures came in at 1.67 (Q2 2026), 9.0 (Q1 2026), and 2.2 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (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 | -1.67 |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -72.60 |
| 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.67 |
| Mar 31, 2026 | 9.00 |
| Dec 31, 2025 | -2.20 |
| Sep 30, 2025 | -1.00 |
| Jun 30, 2025 | -2.20 |
| Mar 31, 2025 | -1.80 |
| Dec 31, 2024 | -8.63 |
| Sep 30, 2024 | -5.00 |
| Jun 30, 2024 | -3.80 |
| Mar 31, 2024 | -5.00 |
| Dec 31, 2023 | -11.67 |
| Sep 30, 2023 | -5.89 |
| Jun 30, 2023 | -7.44 |
| Mar 31, 2023 | -5.00 |
| Dec 31, 2022 | -9.22 |
| Sep 30, 2022 | -5.67 |
| Jun 30, 2022 | 0.56 |
| Mar 31, 2022 | 4.50 |
| Dec 31, 2021 | 1.96 |
| Sep 30, 2021 | 1.90 |
Zillow Interest Coverage Ratio 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=interest-coverage-ratio&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();