Costar (CSGP) Short-term Investments (2010 - 2026)
Costar's (CSGP) quarterly Short-term Investments came in at $101.0 million in Q1 2026, down 64.64% year-over-year from $285.6 million in Q1 2025, and up 1.0% quarter-over-quarter from $100.0 million in Q4 2025.
Costar (CSGP) Short-term Investments (2010 - 2026) Analysis & Trends
Costar (CSGP) has reported Short-term Investments for 6 consecutive years, with $101.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Short-term Investments fell 64.64% year-over-year to $101.0 million in Q1 2026; TTM through Mar 2026 was $101.0 million, a 64.64% decrease from a year earlier, with the FY2025 full-year figure at $100.0 million, changed N/A from the prior year.
- Short-term Investments was $101.0 million for Q1 2026 at Costar, up from $100.0 million in the prior quarter.
- Over five years, Short-term Investments peaked at $308.1 million in Q2 2025 and troughed at $99.5 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2026 | 101.00 Mn |
| Dec 31, 2025 | 100.00 Mn |
| Sep 30, 2025 | 99.50 Mn |
| Jun 30, 2025 | 308.10 Mn |
| Mar 31, 2025 | 285.60 Mn |
| Sep 30, 2016 | 1.17 Mn |
| Jun 30, 2016 | 1.13 Mn |
| Mar 31, 2016 | 1.09 Mn |
| Dec 31, 2012 | 37,000.00 |
| Sep 30, 2012 | 817,000.00 |
| Jun 30, 2012 | 820,000.00 |
| Mar 31, 2012 | 2.29 Mn |
| Dec 31, 2011 | 3.52 Mn |
| Sep 30, 2011 | 3.57 Mn |
| Jun 30, 2011 | 3.61 Mn |
| Dec 31, 2010 | 3.72 Mn |
Costar Short-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=short-term-investments&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-investments&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();