Autohome (ATHM) Invested Capital (2013 - 2022)
Autohome (ATHM) posted Invested Capital of $3.3 billion for Q4 2022, down 5.53% on a QoQ basis from $3.5 billion in Q4 2021, and down 5.53% year-over-year from $3.5 billion in Q4 2021.
Autohome (ATHM) Invested Capital (2013 - 2022) Analysis & Trends
Autohome has reported Invested Capital for 10 years, with the latest figure at $3.3 billion in Q4 2022.
- On a quarterly basis, Invested Capital fell 5.53% year-over-year to $3.3 billion in Q4 2022; TTM through Dec 2022 was $3.3 billion, a 5.53% decrease from a year earlier, with the FY2022 full-year figure at $3.4 billion, down 3.46% from the prior year.
- Invested Capital was $3.3 billion for Q4 2022 at Autohome, down from $3.5 billion in the prior quarter.
- The five-year high for Invested Capital was $3.5 billion in Q4 2021, with the low at $1.6 billion in Q4 2018.
- Average Invested Capital over 5 years is $2.6 billion, with a median of $2.7 billion recorded in 2020.
- The sharpest annual moves came in 2018 and 2022: Invested Capital jumped 34.06% in 2018, then slipped 5.53% in 2022.
- Over 5 years, Invested Capital stood at $1.6 billion in 2018, then rose by 29.04% to $2.1 billion in 2019, then advanced by 28.58% to $2.7 billion in 2020, then surged by 30.99% to $3.5 billion in 2021, then decreased by 5.53% to $3.3 billion in 2022.
- The last three Invested Capital figures came in at $3.3 billion (Q4 2022), $3.5 billion (Q4 2021), and $2.7 billion (Q4 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 175.19 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 9.40 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 65.95 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 10.28 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 18.46 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 11.40 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 7.93 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 |
|---|---|
| Dec 31, 2022 | 3.31 Bn |
| Dec 31, 2021 | 3.50 Bn |
| Dec 31, 2020 | 2.67 Bn |
| Dec 31, 2019 | 2.08 Bn |
| Dec 31, 2018 | 1.61 Bn |
| Dec 31, 2017 | 1.20 Bn |
| Dec 31, 2016 | 945.17 Mn |
| Sep 30, 2016 | 1.02 Bn |
| Jun 30, 2016 | 971.79 Mn |
| Mar 31, 2016 | 835.55 Mn |
| Dec 31, 2015 | 787.74 Mn |
| Dec 31, 2014 | 627.89 Mn |
| Dec 31, 2013 | 363.87 Mn |
Autohome Invested Capital 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=invested-capital&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();