Autohome (ATHM) Treasury Shares (2013 - 2025)
Autohome (ATHM) posted Treasury Shares of -$315.5 million for Q4 2025, down 48.78% on a QoQ basis from -$212.1 million in Q4 2024, and down 48.78% year-over-year from -$616.0 million in Q4 2024.
Autohome (ATHM) Treasury Shares (2013 - 2025) Analysis & Trends
Autohome has reported Treasury Shares for 7 years, with the latest figure at -$315.5 million in Q4 2025.
- On a quarterly basis, Treasury Shares fell 48.78% year-over-year to -$315.5 million in Q4 2025; TTM through Dec 2025 was -$315.5 million, a 48.78% decrease from a year earlier, with the FY2025 full-year figure at -$320.0 million, down 53.34% from the prior year.
- Treasury Shares was -$315.5 million for Q4 2025 at Autohome, down from -$212.1 million in the prior quarter.
- The five-year high for Treasury Shares was -$4.9 million in Q4 2021, with the low at -$315.5 million in Q4 2025.
- Average Treasury Shares over 5 years is -$164.7 million, with a median of -$185.6 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Treasury Shares sank 2061.63% in 2022, then declined 14.29% in 2024.
- Over 5 years, Treasury Shares stood at -$4.9 million in 2021, then tumbled by 2061.63% to -$105.5 million in 2022, then slumped by 75.89% to -$185.6 million in 2023, then declined by 14.29% to -$212.1 million in 2024, then tumbled by 48.78% to -$315.5 million in 2025.
- The last three Treasury Shares figures came in at -$315.5 million (Q4 2025), -$212.1 million (Q4 2024), and -$185.6 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -5.49 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 860.00 Mn |
| 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 | 226,593.00 |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 1.32 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 186.61 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 5.83 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 |
|---|---|
| Dec 31, 2025 | -315.53 Mn |
| Dec 31, 2025 | -315.53 Mn |
| Dec 31, 2024 | -212.08 Mn |
| Dec 31, 2024 | -212.08 Mn |
| Dec 31, 2023 | -185.57 Mn |
| Dec 31, 2023 | -185.57 Mn |
| Dec 31, 2022 | -105.50 Mn |
| Dec 31, 2022 | -105.50 Mn |
| Dec 31, 2021 | -4.88 Mn |
| Dec 31, 2021 | -4.88 Mn |
| Dec 31, 2014 | -36.99 Mn |
| Dec 31, 2014 | -36.99 Mn |
| Dec 31, 2013 | 37.33 Mn |
| Dec 31, 2013 | 37.33 Mn |
Autohome Treasury Shares 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=treasury-shares&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();