Zillow (Z) Net Equity Issued and Repurchased (2020 - 2021)
Zillow's (Z) quarterly Net Equity Issued and Repurchased came in at $545.0 million in Q1 2021, up 113916.74% quarter-over-quarter from $478000.0 in Q4 2020.
Zillow (Z) Net Equity Issued and Repurchased (2020 - 2021) Analysis & Trends
Zillow (Z) has reported Net Equity Issued and Repurchased for 2 consecutive years, with $545.0 million the latest figure, recorded in Q1 2021.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to $545.0 million in Q1 2021; TTM through Dec 2021 was $545.0 million, a 32.28% increase from a year earlier, with the FY2021 full-year figure at $545.0 million, up 32.28% from the prior year.
- Net Equity Issued and Repurchased was $545.0 million for Q1 2021 at Zillow, up from $478000.0 in the prior quarter.
- Over five years, Net Equity Issued and Repurchased peaked at $545.0 million in Q1 2021 and troughed at $478000.0 in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (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 |
|---|---|
| Mar 31, 2021 | 545.00 Mn |
| Dec 31, 2020 | 478,000.00 |
| Jun 30, 2020 | 411.52 Mn |
Zillow Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=Z&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=Z&period=max&api_key=YOUR_API_KEY");
const data = await res.json();