Autohome (ATHM) Tax Rate (2012 - 2026)
Autohome (ATHM) posted Tax Rate of 12.77% for Q2 2026, up 73.58% on a QoQ basis from 48.32% in Q1 2026, and up 36.0% year-over-year from 9.39% in Q2 2025.
Autohome (ATHM) Tax Rate (2012 - 2026) Analysis & Trends
Autohome has reported Tax Rate for 15 years, with the latest figure at 12.77% in Q2 2026.
- On a quarterly basis, Tax Rate rose 36.0% year-over-year to 12.77% in Q2 2026; TTM through Jun 2026 was 8.57%, a 823.0% decrease from a year earlier, with the FY2025 full-year figure at 12.44%, up 1619.0% from the prior year.
- Tax Rate was 12.77% for Q2 2026 at Autohome, up from 48.32% in the prior quarter.
- The five-year high for Tax Rate was 54.99% in Q3 2022, with the low at 48.32% in Q1 2026.
- Average Tax Rate over 5 years is 3.44%, with a median of 10.28% recorded in 2022.
- The largest YoY upside for Tax Rate was 5851 bps in 2022 against a maximum downside of 8970 bps in 2022.
- Over 5 years, Tax Rate stood at 11.45% in 2022, then plunged by 95 bps to 22.38% in 2023, then jumped by 59 bps to 9.12% in 2024, then jumped by 69 bps to 2.79% in 2025, then slumped by 357 bps to 12.77% in 2026.
- The last three Tax Rate figures came in at 12.77% (Q2 2026), 48.32% (Q1 2026), and 2.79% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -48.43% |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 23.83% |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -14.82% |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 9.03% |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 23.10% |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 16.99% |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 14.80% |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 24.49% |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -19.33% |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn | -12.77% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.77% |
| Mar 31, 2026 | -48.32% |
| Dec 31, 2025 | -2.79% |
| Sep 30, 2025 | -4.16% |
| Jun 30, 2025 | -13.13% |
| Mar 31, 2025 | -14.12% |
| Dec 31, 2024 | -9.12% |
| Sep 30, 2024 | 48.06% |
| Jun 30, 2024 | -16.86% |
| Mar 31, 2024 | -15.30% |
| Dec 31, 2023 | -22.38% |
| Sep 30, 2023 | 34.06% |
| Jun 30, 2023 | -6.60% |
| Mar 31, 2023 | -11.97% |
| Dec 31, 2022 | -11.45% |
| Sep 30, 2022 | 54.99% |
| Jun 30, 2022 | -7.47% |
| Mar 31, 2022 | -2.63% |
| Dec 31, 2021 | 78.25% |
| Sep 30, 2021 | -3.52% |
Autohome Tax Rate 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=tax-rate&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();