Autohome (ATHM) Market Capitalization (2013 - 2026)
Autohome (ATHM) posted Market Capitalization of $2.2 billion for Q2 2026, up 9.56% on a QoQ basis from $2.0 billion in Q1 2026, and down 28.71% year-over-year from $3.1 billion in Q2 2025.
Autohome (ATHM) Market Capitalization (2013 - 2026) Analysis & Trends
Autohome has reported Market Capitalization for 14 years, with the latest figure at $2.2 billion in Q2 2026.
- On a quarterly basis, Market Capitalization fell 28.71% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was $2.2 billion, a 28.71% decrease from a year earlier, with the FY2025 full-year figure at $2.6 billion, down 17.13% from the prior year.
- Market Capitalization was $2.2 billion for Q2 2026 at Autohome, up from $2.0 billion in the prior quarter.
- The five-year high for Market Capitalization was $5.0 billion in Q2 2022, with the low at $2.0 billion in Q1 2026.
- Average Market Capitalization over 5 years is $3.4 billion, with a median of $3.4 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Market Capitalization tumbled 65.63% in 2022, then increased 7.35% in 2023.
- Over 5 years, Market Capitalization stood at $3.8 billion in 2022, then declined by 10.04% to $3.4 billion in 2023, then dropped by 8.31% to $3.1 billion in 2024, then retreated by 17.13% to $2.6 billion in 2025, then declined by 14.51% to $2.2 billion in 2026.
- The last three Market Capitalization figures came in at $2.2 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - |
| 10 | Autohome | 2.47 Bn | -347.08 Mn | 136.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.20 Bn |
| Mar 31, 2026 | 2.01 Bn |
| Dec 31, 2025 | 2.58 Bn |
| Sep 30, 2025 | 3.42 Bn |
| Jun 30, 2025 | 3.09 Bn |
| Mar 31, 2025 | 3.32 Bn |
| Dec 31, 2024 | 3.11 Bn |
| Sep 30, 2024 | 3.94 Bn |
| Jun 30, 2024 | 3.32 Bn |
| Mar 31, 2024 | 3.17 Bn |
| Dec 31, 2023 | 3.39 Bn |
| Sep 30, 2023 | 3.74 Bn |
| Jun 30, 2023 | 3.59 Bn |
| Mar 31, 2023 | 4.12 Bn |
| Dec 31, 2022 | 3.77 Bn |
| Sep 30, 2022 | 3.63 Bn |
| Jun 30, 2022 | 4.97 Bn |
| Mar 31, 2022 | 3.84 Bn |
| Dec 31, 2021 | 3.72 Bn |
| Sep 30, 2021 | 5.62 Bn |
Autohome Market Capitalization 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=market-capitalization&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization", "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=market-capitalization&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();