Autohome (ATHM) Short-term Investments (2014 - 2026)
Autohome (ATHM) posted Short-term Investments of $2.3 billion for Q2 2026, down 6.51% on a QoQ basis from $2.5 billion in Q1 2026, and down 13.78% year-over-year from $2.7 billion in Q2 2025.
Autohome (ATHM) Short-term Investments (2014 - 2026) Analysis & Trends
Autohome has reported Short-term Investments for 13 years, with the latest figure at $2.3 billion in Q2 2026.
- On a quarterly basis, Short-term Investments fell 13.78% year-over-year to $2.3 billion in Q2 2026; TTM through Jun 2026 was $2.3 billion, a 13.78% decrease from a year earlier, with the FY2025 full-year figure at $2.4 billion, down 17.63% from the prior year.
- Short-term Investments was $2.3 billion for Q2 2026 at Autohome, down from $2.5 billion in the prior quarter.
- The five-year high for Short-term Investments was $3.0 billion in Q1 2023, with the low at $2.3 billion in Q2 2026.
- Average Short-term Investments over 5 years is $2.7 billion, with a median of $2.7 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Short-term Investments surged 52.04% in 2022, then slipped 20.07% in 2025.
- Over 5 years, Short-term Investments stood at $2.7 billion in 2022, then declined by 4.95% to $2.6 billion in 2023, then rose by 16.82% to $3.0 billion in 2024, then declined by 20.07% to $2.4 billion in 2025, then dropped by 4.07% to $2.3 billion in 2026.
- The last three Short-term Investments figures came in at $2.3 billion (Q2 2026), $2.5 billion (Q1 2026), and $2.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn |
| 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 | - |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.31 Bn |
| Mar 31, 2026 | 2.47 Bn |
| Dec 31, 2025 | 2.41 Bn |
| Sep 30, 2025 | 2.65 Bn |
| Jun 30, 2025 | 2.68 Bn |
| Mar 31, 2025 | 2.72 Bn |
| Dec 31, 2024 | 3.01 Bn |
| Sep 30, 2024 | 2.93 Bn |
| Jun 30, 2024 | 2.70 Bn |
| Mar 31, 2024 | 2.88 Bn |
| Dec 31, 2023 | 2.58 Bn |
| Sep 30, 2023 | 2.96 Bn |
| Jun 30, 2023 | 2.81 Bn |
| Mar 31, 2023 | 3.03 Bn |
| Dec 31, 2022 | 2.71 Bn |
| Sep 30, 2022 | 2.31 Bn |
| Jun 30, 2022 | 2.55 Bn |
| Mar 31, 2022 | 2.76 Bn |
| Dec 31, 2021 | 2.58 Bn |
| Sep 30, 2021 | 2.62 Bn |
Autohome Short-term Investments 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=short-term-investments&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();