Autohome Inc. has paid 11 recorded cash distributions, spanning 2018 to 2026.
The highest single cash dividend paid by Autohome Inc. is $1.20. The latest distribution of $0.66 was recorded on Jul 31, 2026.
The most recently recorded trailing dividend yield for Autohome Inc. stands at 0.00%, peaking at 109.09% on Jan 2, 2018, and averaging — across the selected range.
View 11 recorded historical distributions for Autohome Inc., covering a time period spanning from 2018 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 2, 2026 | $0.66 | Cash | Jul 31, 2026 |
| 2 | Dec 31, 2025 | $1.20 | Cash | Feb 19, 2026 |
| 3 | Oct 20, 2025 | $0.59 | Cash | Nov 20, 2025 |
| 4 | Dec 31, 2024 | $1.15 | Cash | Mar 19, 2025 |
| 5 | Jul 10, 2024 | $0.57 | Cash | Aug 21, 2024 |
| 6 | Dec 28, 2023 | $1.15 | Cash | Mar 28, 2024 |
| 7 | Mar 20, 2023 | $0.58 | Cash | Apr 11, 2023 |
| 8 | Mar 18, 2022 | $0.53 | Cash | Apr 5, 2022 |
| 9 | Feb 24, 2021 | $0.87 | Cash | Mar 5, 2021 |
| 10 | Apr 14, 2020 | $0.77 | Cash | Apr 22, 2020 |
| 11 | Jan 3, 2018 | $0.76 | Cash | Jan 16, 2018 |
Pull Autohome Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=ATHM&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ATHM", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ATHM&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();