Autohome (ATHM) Equity Income (2015 - 2025)
Autohome (ATHM) posted Equity Income of -$18.6 million for Q3 2025, down 41517.78% on a QoQ basis from $45000.0 in Q2 2025, and down 922.94% year-over-year from $2.3 million in Q3 2024.
Autohome (ATHM) Equity Income (2015 - 2025) Analysis & Trends
Autohome has reported Equity Income for 11 years, with the latest figure at -$18.6 million in Q3 2025.
- On a quarterly basis, Equity Income fell 922.94% year-over-year to -$18.6 million in Q3 2025; TTM through Sep 2025 was -$6.4 million, a 8.11% increase from a year earlier, with the FY2024 full-year figure at $14.9 million, up 264.27% from the prior year.
- Equity Income was -$18.6 million for Q3 2025 at Autohome, down from $45000.0 in the prior quarter.
- The five-year high for Equity Income was $10.6 million in Q4 2024, with the low at -$18.6 million in Q3 2025.
- Average Equity Income over 5 years is -$949052.6, with a median of -$30000.0 recorded in 2021.
- The sharpest annual moves came in 2022 and 2024: Equity Income plunged 13731.25% in 2022, then soared 922.37% in 2024.
- Over 5 years, Equity Income stood at $214000.0 in 2021, then plunged by 1026.64% to -$2.0 million in 2022, then jumped by 152.29% to $1.0 million in 2023, then jumped by 922.37% to $10.6 million in 2024, then plunged by 275.8% to -$18.6 million in 2025.
- The last three Equity Income figures came in at -$18.6 million (Q3 2025), $45000.0 (Q2 2025), and $1.6 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 137.00 Mn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | - |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -6.00 Mn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | - |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | - |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | - |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | - |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | - |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -5.47 Mn |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -18.64 Mn |
| Jun 30, 2025 | 45,000.00 |
| Mar 31, 2025 | 1.60 Mn |
| Dec 31, 2024 | 10.60 Mn |
| Sep 30, 2024 | -1.82 Mn |
| Jun 30, 2024 | 638,000.00 |
| Mar 31, 2024 | -6.81 Mn |
| Dec 31, 2023 | 1.04 Mn |
| Sep 30, 2023 | 7.52 Mn |
| Jun 30, 2023 | -233,000.00 |
| Mar 31, 2023 | -4.58 Mn |
| Dec 31, 2022 | -1.98 Mn |
| Sep 30, 2022 | -2.21 Mn |
| Jun 30, 2022 | 878,000.00 |
| Mar 31, 2022 | -4.14 Mn |
| Dec 31, 2021 | 214,000.00 |
| Sep 30, 2021 | -16,000.00 |
| Jun 30, 2021 | -118,000.00 |
| Mar 31, 2021 | -30,000.00 |
| Dec 31, 2020 | 130,000.00 |
Autohome Equity Income 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=equity-income&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "ATHM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();