Autohome (ATHM) Retained Earnings (2012 - 2025)
Autohome (ATHM) posted Retained Earnings of $2.3 billion for Q4 2025, up 0.7% on a QoQ basis from $2.3 billion in Q4 2024, and up 0.7% year-over-year from $2.3 billion in Q4 2024.
Autohome (ATHM) Retained Earnings (2012 - 2025) Analysis & Trends
Autohome has reported Retained Earnings for 14 years, with the latest figure at $2.3 billion in Q4 2025.
- On a quarterly basis, Retained Earnings rose 0.7% year-over-year to $2.3 billion in Q4 2025; TTM through Dec 2025 was $2.3 billion, a 0.7% increase from a year earlier, with the FY2025 full-year figure at $2.4 billion, up 3.79% from the prior year.
- Retained Earnings was $2.3 billion for Q4 2025 at Autohome, up from $2.3 billion in the prior quarter.
- The five-year high for Retained Earnings was $2.3 billion in Q4 2025, with the low at $2.3 billion in Q4 2022.
- Average Retained Earnings over 5 years is $2.3 billion, with a median of $2.3 billion recorded in 2021.
- The sharpest annual moves came in 2021 and 2022: Retained Earnings advanced 14.01% in 2021, then dropped 1.7% in 2022.
- Over 5 years, Retained Earnings stood at $2.3 billion in 2021, then declined by 1.7% to $2.3 billion in 2022, then gained by 1.25% to $2.3 billion in 2023, then increased by 1.08% to $2.3 billion in 2024, then climbed by 0.7% to $2.3 billion in 2025.
- The last three Retained Earnings figures came in at $2.3 billion (Q4 2025), $2.3 billion (Q4 2024), and $2.3 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 103.45 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 43.05 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 18.95 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 14.43 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 6.69 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | 40.07 Bn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 2.45 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | 7.29 Bn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | -706.23 Mn |
| 10 | Autohome | 2.47 Bn | -347.08 Mn | 136.18 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.35 Bn |
| Dec 31, 2024 | 2.33 Bn |
| Dec 31, 2023 | 2.31 Bn |
| Dec 31, 2022 | 2.28 Bn |
| Dec 31, 2021 | 2.32 Bn |
| Dec 31, 2020 | 2.03 Bn |
| Dec 31, 2019 | 1.52 Bn |
| Dec 31, 2018 | 1.08 Bn |
| Dec 31, 2017 | 699.38 Mn |
| Dec 31, 2016 | 472.15 Mn |
| Dec 31, 2015 | 312.46 Mn |
| Dec 31, 2014 | 163.41 Mn |
| Dec 31, 2013 | 41.80 Mn |
| Dec 31, 2012 | 67.56 Mn |
Autohome Retained Earnings 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=retained-earnings&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();