Zillow (Z) Deferred Taxes (2015 - 2021)
Zillow's (Z) quarterly Deferred Taxes came in at $454000.0 in Q4 2021, down 24.46% year-over-year from $601000.0 in Q4 2020, and up 114.19% quarter-over-quarter from -$3.2 million in Q3 2021.
Zillow (Z) Deferred Taxes (2015 - 2021) Analysis & Trends
Zillow (Z) has reported Deferred Taxes for 7 consecutive years, with $454000.0 the latest figure, recorded in Q4 2021.
- On a quarterly basis, Deferred Taxes fell 24.46% year-over-year to $454000.0 in Q4 2021; TTM through Mar 2022 was $254000.0, a 119.61% increase from a year earlier, with the FY2021 full-year figure at -$2.7 million, up 63.5% from the prior year.
- Deferred Taxes was $454000.0 for Q4 2021 at Zillow, up from -$3.2 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $3.0 million in Q2 2021 and troughed at -$89.6 million in Q4 2017.
- A 5-year average of -$8.5 million and a median of -$1.9 million in 2019 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes plunged 3176.74% in 2017 and surged 341.83% in 2021, its largest moves.
- Over 5 years, Deferred Taxes stood at -$89.6 million in 2017, then surged by 90.62% to -$8.4 million in 2018, then jumped by 94.55% to -$458000.0 in 2019, then soared by 231.22% to $601000.0 in 2020, then fell by 24.46% to $454000.0 in 2021.
- The last three Deferred Taxes figures came in at $454000.0 (Q4 2021), -$3.2 million (Q3 2021), and $3.0 million (Q2 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 21.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 7.98 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | - |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -6.61 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 |
|---|---|
| Dec 31, 2021 | 454,000.00 |
| Sep 30, 2021 | -3.20 Mn |
| Jun 30, 2021 | 3.00 Mn |
| Mar 31, 2021 | -3.00 Mn |
| Dec 31, 2020 | 601,000.00 |
| Sep 30, 2020 | 425,000.00 |
| Jun 30, 2020 | 679,000.00 |
| Mar 31, 2020 | -9.23 Mn |
| Dec 31, 2019 | -458,000.00 |
| Sep 30, 2019 | -1.30 Mn |
| Mar 31, 2019 | -2.50 Mn |
| Dec 31, 2018 | -8.40 Mn |
| Sep 30, 2018 | -14.70 Mn |
| Jun 30, 2018 | -10.60 Mn |
| Mar 31, 2018 | 2.60 Mn |
| Dec 31, 2017 | -89.59 Mn |
| Dec 31, 2016 | -2.73 Mn |
| Sep 30, 2016 | 2.73 Mn |
| Mar 31, 2016 | -1.36 Mn |
| Dec 31, 2015 | -5.71 Mn |
Zillow Deferred Taxes 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=deferred-taxes&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();