Autohome (ATHM) Preferred Dividend Payments (2021 - 2026)
Autohome (ATHM) posted Preferred Dividend Payments of -$7.3 million for Q2 2026, down 1.69% on a QoQ basis from -$7.2 million in Q1 2026, and down 10.23% year-over-year from -$8.1 million in Q2 2025.
Autohome (ATHM) Preferred Dividend Payments (2021 - 2026) Analysis & Trends
Autohome has reported Preferred Dividend Payments for 6 years, with the latest figure at -$7.3 million in Q2 2026.
- On a quarterly basis, Preferred Dividend Payments fell 10.23% year-over-year to -$7.3 million in Q2 2026; TTM through Jun 2026 was -$28.2 million, a 11.56% decrease from a year earlier, with the FY2025 full-year figure at -$2900.0, down 16.0% from the prior year.
- Preferred Dividend Payments was -$7.3 million for Q2 2026 at Autohome, down from -$7.2 million in the prior quarter.
- The five-year high for Preferred Dividend Payments was -$4.9 million in Q1 2022, with the low at -$7.3 million in Q2 2026.
- Average Preferred Dividend Payments over 5 years is -$5.9 million, with a median of -$5.8 million recorded in 2024.
- The largest YoY upside for Preferred Dividend Payments was 90.35% in 2022 against a maximum downside of 31.79% in 2022.
- Over 5 years, Preferred Dividend Payments stood at -$5.5 million in 2022, then decreased by 2.32% to -$5.6 million in 2023, then declined by 7.55% to -$6.0 million in 2024, then dropped by 13.98% to -$6.9 million in 2025, then fell by 6.04% to -$7.3 million in 2026.
- The last three Preferred Dividend Payments figures came in at -$7.3 million (Q2 2026), -$7.2 million (Q1 2026), and -$6.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Pref Dividends (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 | 2.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | Autohome | 2.44 Bn | -378.34 Mn | 136.18 Mn | -7.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.29 Mn |
| Mar 31, 2026 | -7.17 Mn |
| Dec 31, 2025 | -6.87 Mn |
| Sep 30, 2025 | -6.83 Mn |
| Jun 30, 2025 | -6.61 Mn |
| Mar 31, 2025 | -6.29 Mn |
| Dec 31, 2024 | -6.03 Mn |
| Sep 30, 2024 | -6.30 Mn |
| Jun 30, 2024 | -5.87 Mn |
| Mar 31, 2024 | -5.77 Mn |
| Dec 31, 2023 | -5.61 Mn |
| Sep 30, 2023 | -5.25 Mn |
| Jun 30, 2023 | -5.34 Mn |
| Mar 31, 2023 | -5.32 Mn |
| Dec 31, 2022 | -5.48 Mn |
| Sep 30, 2022 | -5.00 Mn |
| Jun 30, 2022 | -4.98 Mn |
| Mar 31, 2022 | -4.87 Mn |
| Dec 31, 2021 | -4.87 Mn |
| Sep 30, 2021 | -3.79 Mn |
Autohome Preferred Dividend Payments 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=preferred-dividend-payments&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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=preferred-dividend-payments&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();