Costar (CSGP) Change in Taxes (2011 - 2026)
Costar's (CSGP) quarterly Change in Taxes came in at -$1.0 million in Q2 2026, up 96.43% year-over-year from -$509090.9 in Q2 2025, and down 133.33% quarter-over-quarter from $3.0 million in Q1 2026.
Costar (CSGP) Change in Taxes (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Change in Taxes for 10 consecutive years, with -$1.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Taxes rose 96.43% year-over-year to -$1.0 million in Q2 2026; TTM through Jun 2026 was -$22.0 million, a 375.0% decrease from a year earlier, with the FY2025 full-year figure at -$45.0 million, down 304.55% from the prior year.
- Change in Taxes was -$1.0 million for Q2 2026 at Costar, down from $3.0 million in the prior quarter.
- Over five years, Change in Taxes peaked at $41.2 million in Q1 2022 and troughed at -$68.9 million in Q2 2022.
- A 5-year average of -$1.6 million and a median of $1.4 million in 2025 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes slumped 2094.33% in 2022 and surged 259.09% in 2024, its largest moves.
- Over 5 years, Change in Taxes stood at $9.8 million in 2022, then sank by 32.31% to $6.6 million in 2023, then surged by 259.09% to $23.7 million in 2024, then slumped by 200.42% to -$23.8 million in 2025, then soared by 95.8% to -$1.0 million in 2026.
- The last three Change in Taxes figures came in at -$1.0 million (Q2 2026), $3.0 million (Q1 2026), and -$23.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | -1.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 |
|---|---|
| Jun 30, 2026 | -1.00 Mn |
| Mar 31, 2026 | 3.00 Mn |
| Dec 31, 2025 | -23.80 Mn |
| Sep 30, 2025 | -200,000.00 |
| Jun 30, 2025 | -28.00 Mn |
| Mar 31, 2025 | 7.00 Mn |
| Dec 31, 2024 | 23.70 Mn |
| Sep 30, 2024 | 5.30 Mn |
| Jun 30, 2024 | -12.40 Mn |
| Mar 31, 2024 | 5.40 Mn |
| Dec 31, 2023 | 6.60 Mn |
| Sep 30, 2023 | -8.50 Mn |
| Jun 30, 2023 | -26.70 Mn |
| Mar 31, 2023 | 39.60 Mn |
| Dec 31, 2022 | 9.75 Mn |
| Sep 30, 2022 | -1.28 Mn |
| Jun 30, 2022 | -68.92 Mn |
| Mar 31, 2022 | 41.15 Mn |
| Dec 31, 2021 | 9.48 Mn |
| Sep 30, 2021 | -13.00 Mn |
Costar Change in Taxes 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=change-in-taxes&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();