Costar (CSGP) Net Equity Issued and Repurchased (2011 - 2022)
Costar's (CSGP) quarterly Net Equity Issued and Repurchased came in at -$470000.0 in Q4 2022, down 165.54% quarter-over-quarter from -$177000.0 in Q3 2020.
Costar (CSGP) Net Equity Issued and Repurchased (2011 - 2022) Analysis & Trends
Costar (CSGP) has reported Net Equity Issued and Repurchased for 4 consecutive years, with -$470000.0 the latest figure, recorded in Q4 2022.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to -$470000.0 in Q4 2022; TTM through Dec 2023 was -$470000.0, a 0.0% change from a year earlier, with the FY2022 full-year figure at $745.7 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased was -$470000.0 for Q4 2022 at Costar, down from -$177000.0 in the prior quarter.
- Over five years, Net Equity Issued and Repurchased peaked at -$177000.0 in Q3 2020 and troughed at -$470000.0 in Q4 2022.
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 |
|---|---|
| Dec 31, 2022 | -470,000.00 |
| Sep 30, 2020 | -177,000.00 |
| Jun 30, 2014 | 529.00 Mn |
| Jun 30, 2011 | 247.90 Mn |
Costar 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=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "CSGP", "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=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();