Costar (CSGP) Net Shares Issued and Repurchased (2010 - 2011)
Costar's (CSGP) quarterly Net Shares Issued and Repurchased came in at -$22466.0 in Q4 2011, up 26.98% year-over-year from -$17692.2 in Q4 2010, and up 26.98% quarter-over-quarter from -$30768.0 in Q4 2010.
Costar (CSGP) Net Shares Issued and Repurchased (2010 - 2011) Analysis & Trends
Costar (CSGP) has reported Net Shares Issued and Repurchased for 2 consecutive years, with -$22466.0 the latest figure, recorded in Q4 2011.
- On a quarterly basis, Net Shares Issued and Repurchased rose 26.98% year-over-year to -$22466.0 in Q4 2011; TTM through Dec 2011 was -$22466.0, a 26.98% increase from a year earlier, with the FY2011 full-year figure at -$22466.0, up 26.98% from the prior year.
- Net Shares Issued and Repurchased was -$22466.0 for Q4 2011 at Costar, up from -$30768.0 in the prior quarter.
- Over five years, Net Shares Issued and Repurchased peaked at -$22466.0 in Q4 2011 and troughed at -$30768.0 in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares 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 | 853,000.00 |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
Costar Net Shares 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-shares-issued-and-repurchased&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-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-shares-issued-and-repurchased&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();