Autohome (ATHM) Tax Provisions (2012 - 2026)
Autohome (ATHM) posted Tax Provisions of -$4.9 million for Q2 2026, down 35.31% on a QoQ basis from -$3.7 million in Q1 2026, and up 41.52% year-over-year from -$3.5 million in Q2 2025.
Autohome (ATHM) Tax Provisions (2012 - 2026) Analysis & Trends
Autohome has reported Tax Provisions for 15 years, with the latest figure at -$4.9 million in Q2 2026.
- On a quarterly basis, Tax Provisions rose 41.52% year-over-year to -$4.9 million in Q2 2026; TTM through Jun 2026 was -$12.1 million, a 1595.38% decrease from a year earlier, with the FY2025 full-year figure at $26.9 million, up 2986211.11% from the prior year.
- Tax Provisions was -$4.9 million for Q2 2026 at Autohome, down from -$3.7 million in the prior quarter.
- The five-year high for Tax Provisions was $25.4 million in Q3 2022, with the low at -$18.0 million in Q4 2023.
- Average Tax Provisions over 5 years is -$2.2 million, with a median of -$4.9 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Tax Provisions jumped 999.89% in 2022, then slumped 527.92% in 2023.
- Over 5 years, Tax Provisions stood at -$11.2 million in 2022, then tumbled by 61.12% to -$18.0 million in 2023, then surged by 76.08% to -$4.3 million in 2024, then soared by 78.62% to -$919000.0 in 2025, then plunged by 438.3% to -$4.9 million in 2026.
- The last three Tax Provisions figures came in at -$4.9 million (Q2 2026), -$3.7 million (Q1 2026), and -$919000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -1.89 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 610.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -898.00 Mn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 81.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 140.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 113.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 152.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 36.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -47.50 Mn |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn | -4.95 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.95 Mn |
| Mar 31, 2026 | -3.66 Mn |
| Dec 31, 2025 | -919,000.00 |
| Sep 30, 2025 | -2.58 Mn |
| Jun 30, 2025 | -8.46 Mn |
| Mar 31, 2025 | -7.76 Mn |
| Dec 31, 2024 | -4.30 Mn |
| Sep 30, 2024 | 19.81 Mn |
| Jun 30, 2024 | -14.06 Mn |
| Mar 31, 2024 | -9.47 Mn |
| Dec 31, 2023 | -17.97 Mn |
| Sep 30, 2023 | 20.00 Mn |
| Jun 30, 2023 | -4.94 Mn |
| Mar 31, 2023 | -7.96 Mn |
| Dec 31, 2022 | -11.15 Mn |
| Sep 30, 2022 | 25.42 Mn |
| Jun 30, 2022 | -5.09 Mn |
| Mar 31, 2022 | -1.27 Mn |
| Dec 31, 2021 | 18.74 Mn |
| Sep 30, 2021 | -2.83 Mn |
Autohome Tax Provisions 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-provisions&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();