Autohome (ATHM) Operating Expenses (2012 - 2026)
Autohome (ATHM) posted Operating Expenses of -$128.3 million for Q2 2026, up 1.64% on a QoQ basis from -$130.5 million in Q1 2026, and up 9.48% year-over-year from -$117.2 million in Q2 2025.
Autohome (ATHM) Operating Expenses (2012 - 2026) Analysis & Trends
Autohome has reported Operating Expenses for 15 years, with the latest figure at -$128.3 million in Q2 2026.
- On a quarterly basis, Operating Expenses rose 9.48% year-over-year to -$128.3 million in Q2 2026; TTM through Jun 2026 was -$561.7 million, a 10.34% increase from a year earlier, with the FY2025 full-year figure at -$63600.0, up 7.42% from the prior year.
- Operating Expenses was -$128.3 million for Q2 2026 at Autohome, up from -$130.5 million in the prior quarter.
- The five-year high for Operating Expenses was -$128.3 million in Q2 2026, with the low at -$196.2 million in Q3 2023.
- Average Operating Expenses over 5 years is -$161.1 million, with a median of -$160.1 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Operating Expenses slipped 10.94% in 2023, then rose 25.32% in 2025.
- Over 5 years, Operating Expenses stood at -$157.8 million in 2022, then retreated by 10.94% to -$175.0 million in 2023, then advanced by 7.89% to -$161.2 million in 2024, then rose by 1.43% to -$158.9 million in 2025, then increased by 19.25% to -$128.3 million in 2026.
- The last three Operating Expenses figures came in at -$128.3 million (Q2 2026), -$130.5 million (Q1 2026), and -$158.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -8.86 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 4.85 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -5.39 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 2.85 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 3.48 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 1.63 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 2.55 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 608.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -279.73 Mn |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn | -128.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -128.34 Mn |
| Mar 31, 2026 | -130.48 Mn |
| Dec 31, 2025 | -158.94 Mn |
| Sep 30, 2025 | -143.90 Mn |
| Jun 30, 2025 | -141.78 Mn |
| Mar 31, 2025 | -130.75 Mn |
| Dec 31, 2024 | -161.24 Mn |
| Sep 30, 2024 | -192.69 Mn |
| Jun 30, 2024 | -163.11 Mn |
| Mar 31, 2024 | -156.07 Mn |
| Dec 31, 2023 | -175.05 Mn |
| Sep 30, 2023 | -196.19 Mn |
| Jun 30, 2023 | -169.36 Mn |
| Mar 31, 2023 | -145.12 Mn |
| Dec 31, 2022 | -157.79 Mn |
| Sep 30, 2022 | -194.81 Mn |
| Jun 30, 2022 | -183.27 Mn |
| Mar 31, 2022 | -171.01 Mn |
| Dec 31, 2021 | -207.95 Mn |
| Sep 30, 2021 | -184.22 Mn |
Autohome Operating Expenses 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=operating-expenses&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();