Costar (CSGP) Long-Term Investments (2010 - 2019)
Costar's (CSGP) quarterly Long-Term Investments came in at $10.1 million in Q4 2019, little changed year-over-year from $10.1 million in Q4 2018, and little changed quarter-over-quarter from $10.1 million in Q3 2019.
Costar (CSGP) Long-Term Investments (2010 - 2019) Analysis & Trends
Costar (CSGP) has reported Long-Term Investments for 10 consecutive years, with $10.1 million the latest figure, recorded in Q4 2019.
- On a quarterly basis, Long-Term Investments changed 0.0% year-over-year to $10.1 million in Q4 2019; TTM through Dec 2019 was $10.1 million, a 0.0% change from a year earlier, with the FY2019 full-year figure at $10.1 million, changed 0.0% from the prior year.
- Long-Term Investments was $10.1 million for Q4 2019 at Costar, roughly flat from $10.1 million in the prior quarter.
- Over five years, Long-Term Investments peaked at $16.7 million in Q1 2015 and troughed at $9.9 million in Q2 2016.
- A 5-year average of $11.2 million and a median of $10.1 million in 2017 frame the typical range for Long-Term Investments.
- Across the five-year window, Long-Term Investments slumped 40.34% in 2016 and climbed 1.19% in 2017, its largest moves.
- Over 5 years, Long-Term Investments stood at $15.5 million in 2015, then slumped by 35.82% to $10.0 million in 2016, then climbed by 1.19% to $10.1 million in 2017, then changed by 0.0% to $10.1 million in 2018, then changed by 0.0% to $10.1 million in 2019.
- The last three Long-Term Investments figures came in at $10.1 million (Q4 2019), $10.1 million (Q3 2019), and $10.1 million (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | - |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 87.67 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, 2019 | 10.07 Mn |
| Sep 30, 2019 | 10.07 Mn |
| Jun 30, 2019 | 10.07 Mn |
| Mar 31, 2019 | 10.07 Mn |
| Dec 31, 2018 | 10.07 Mn |
| Sep 30, 2018 | 10.07 Mn |
| Jun 30, 2018 | 10.07 Mn |
| Mar 31, 2018 | 10.07 Mn |
| Dec 31, 2017 | 10.07 Mn |
| Sep 30, 2017 | 9.95 Mn |
| Jun 30, 2017 | 9.95 Mn |
| Mar 31, 2017 | 9.95 Mn |
| Dec 31, 2016 | 9.95 Mn |
| Sep 30, 2016 | 9.91 Mn |
| Jun 30, 2016 | 9.91 Mn |
| Mar 31, 2016 | 9.94 Mn |
| Dec 31, 2015 | 15.51 Mn |
| Sep 30, 2015 | 15.51 Mn |
| Jun 30, 2015 | 16.05 Mn |
| Mar 31, 2015 | 16.67 Mn |
Costar Long-Term Investments 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=long-term-investments&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();