Autohome (ATHM) Gains from Investment Securities (2023 - 2026)
Autohome (ATHM) posted Gains from Investment Securities of $6000.0 for Q2 2026, up 100.07% on a QoQ basis from -$8.1 million in Q1 2026, and up 113.33% year-over-year from $2812.5 in Q2 2025.
Autohome (ATHM) Gains from Investment Securities (2023 - 2026) Analysis & Trends
Autohome has reported Gains from Investment Securities for 4 years, with the latest figure at $6000.0 in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 113.33% year-over-year to $6000.0 in Q2 2026; TTM through Jun 2026 was $8.0 million, a 176.94% increase from a year earlier, with the FY2025 full-year figure at -$14.7 million, down 198.32% from the prior year.
- Gains from Investment Securities was $6000.0 for Q2 2026 at Autohome, up from -$8.1 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $18.6 million in Q3 2025, with the low at -$10.6 million in Q4 2024.
- Average Gains from Investment Securities over 4 years is -$1943.2, with a median of -$19500.0 recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Gains from Investment Securities slumped 1137.02% in 2024, then soared 922.94% in 2025.
- Over 4 years, Gains from Investment Securities stood at $1.0 million in 2023, then slumped by 1137.02% to -$10.6 million in 2024, then soared by 75.78% to -$2.6 million in 2025, then soared by 100.23% to $6000.0 in 2026.
- The last three Gains from Investment Securities figures came in at $6000.0 (Q2 2026), -$8.1 million (Q1 2026), and -$2.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
|---|---|
| Jun 30, 2026 | 6,000.00 |
| Mar 31, 2026 | -8.05 Mn |
| Dec 31, 2025 | -2.57 Mn |
| Sep 30, 2025 | 18.64 Mn |
| Jun 30, 2025 | -45,000.00 |
| Mar 31, 2025 | -1.60 Mn |
| Dec 31, 2024 | -10.60 Mn |
| Sep 30, 2024 | 1.82 Mn |
| Jun 30, 2024 | 640,953.23 |
| Mar 31, 2024 | -6.87 Mn |
| Dec 31, 2023 | 1.02 Mn |
| Sep 30, 2023 | 7.59 Mn |
Autohome Gains from Investment Securities 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=gains-from-investment-securities&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();