Costar (CSGP) Exchange Rate Effect (2011 - 2026)
Costar's (CSGP) quarterly Exchange Rate Effect came in at -$1.0 million in Q2 2026, down 125.0% year-over-year from $4.0 million in Q2 2025, and little changed quarter-over-quarter from -$1.0 million in Q1 2026.
Costar (CSGP) Exchange Rate Effect (2011 - 2026) Analysis & Trends
Costar (CSGP) has reported Exchange Rate Effect for 16 consecutive years, with -$1.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 125.0% year-over-year to -$1.0 million in Q2 2026; TTM through Jun 2026 was -$11.0 million, a 277.42% decrease from a year earlier, with the FY2025 full-year figure at -$3.0 million, down 200.0% from the prior year.
- Exchange Rate Effect was -$1.0 million for Q2 2026 at Costar, roughly flat from -$1.0 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $4.0 million in Q2 2025 and troughed at -$8.2 million in Q3 2025.
- A 5-year average of -$452941.2 and a median of -$581000.0 in 2022 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect slumped 1030.17% in 2022 and jumped 4100.0% in 2025, its largest moves.
- Over 5 years, Exchange Rate Effect stood at $1.6 million in 2022, then tumbled by 31.12% to $1.1 million in 2023, then sank by 218.18% to -$1.3 million in 2024, then soared by 38.46% to -$800000.0 in 2025, then declined by 25.0% to -$1.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$1.0 million (Q2 2026), -$1.0 million (Q1 2026), and -$800000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (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 | 901,000.00 |
| 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 | -1.00 Mn |
| Dec 31, 2025 | -800,000.00 |
| Sep 30, 2025 | -8.20 Mn |
| Jun 30, 2025 | 4.00 Mn |
| Mar 31, 2025 | 2.00 Mn |
| Dec 31, 2024 | -1.30 Mn |
| Sep 30, 2024 | 1.50 Mn |
| Jun 30, 2024 | -100,000.00 |
| Mar 31, 2024 | -1.10 Mn |
| Dec 31, 2023 | 1.10 Mn |
| Sep 30, 2023 | 300,000.00 |
| Jun 30, 2023 | -400,000.00 |
| Dec 31, 2022 | 1.60 Mn |
| Sep 30, 2022 | -1.47 Mn |
| Jun 30, 2022 | -2.25 Mn |
| Mar 31, 2022 | -581,000.00 |
| Dec 31, 2021 | 200,000.00 |
| Sep 30, 2021 | -1.34 Mn |
| Jun 30, 2021 | 242,000.00 |
Costar Exchange Rate Effect 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=exchange-rate-effect&ticker=CSGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=CSGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();