Costar (CSGP) Deferred Taxes (2011 - 2026)
Costar's (CSGP) quarterly Deferred Taxes came in at $21.0 million in Q2 2026, up 625.0% year-over-year from $2.9 million in Q2 2025, and up 600.0% quarter-over-quarter from $3.0 million in Q1 2026.
Costar (CSGP) Deferred Taxes (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Deferred Taxes for 16 consecutive years, with $21.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Deferred Taxes rose 625.0% year-over-year to $21.0 million in Q2 2026; TTM through Jun 2026 was $65.0 million, a 233.74% increase from a year earlier, with the FY2025 full-year figure at $36.0 million, up 172.0% from the prior year.
- Deferred Taxes was $21.0 million for Q2 2026 at Costar, up from $3.0 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $30.6 million in Q4 2025 and troughed at -$34.6 million in Q4 2024.
- A 5-year average of -$3.2 million and a median of -$4.0 million in 2023 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes slumped 286.88% in 2022 and jumped 625.0% in 2026, its largest moves.
- Over 5 years, Deferred Taxes stood at -$9.5 million in 2022, then slumped by 151.99% to -$24.0 million in 2023, then sank by 44.17% to -$34.6 million in 2024, then surged by 188.44% to $30.6 million in 2025, then slumped by 31.37% to $21.0 million in 2026.
- The last three Deferred Taxes figures came in at $21.0 million (Q2 2026), $3.0 million (Q1 2026), and $30.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 21.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 7.98 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | - |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | -6.61 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 | 21.00 Mn |
| Mar 31, 2026 | 3.00 Mn |
| Dec 31, 2025 | 30.60 Mn |
| Sep 30, 2025 | 10.40 Mn |
| Jun 30, 2025 | -4.00 Mn |
| Mar 31, 2025 | -1.00 Mn |
| Dec 31, 2024 | -34.60 Mn |
| Sep 30, 2024 | -9.00 Mn |
| Jun 30, 2024 | -3.60 Mn |
| Mar 31, 2024 | -2.80 Mn |
| Dec 31, 2023 | -24.00 Mn |
| Sep 30, 2023 | -6.00 Mn |
| Jun 30, 2023 | -4.10 Mn |
| Mar 31, 2023 | -2.90 Mn |
| Dec 31, 2022 | -9.52 Mn |
| Sep 30, 2022 | -6.73 Mn |
| Jun 30, 2022 | -4.74 Mn |
| Mar 31, 2022 | -10.21 Mn |
| Dec 31, 2021 | 7.95 Mn |
| Sep 30, 2021 | 6.33 Mn |
Costar Deferred 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=deferred-taxes&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-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=deferred-taxes&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();