Autohome (ATHM) Debt Ratio (2013 - 2022)
Autohome (ATHM) posted Debt Ratio of 0.0 for Q4 2022, down 18.81% on a QoQ basis from 0.0 in Q4 2021, and down 18.81% year-over-year from 0.0 in Q4 2021.
Analysis
Autohome (ATHM) Debt Ratio (2013 - 2022) Analysis & Trends
Autohome has reported Debt Ratio for 10 years, with the latest figure at 0.0 in Q4 2022.
- On a quarterly basis, Debt Ratio fell 18.81% year-over-year to 0.0 in Q4 2022; TTM through Dec 2022 was 0.0, a 18.81% decrease from a year earlier, with the FY2022 full-year figure at 0.0, down 18.43% from the prior year.
- Debt Ratio was 0.0 for Q4 2022 at Autohome, down from 0.0 in the prior quarter.
- The five-year high for Debt Ratio was 0.0 in Q4 2020, with the low at 0.0 in Q4 2022.
- Average Debt Ratio over 5 years is 0.0, with a median of 0.0 recorded in 2018.
- The sharpest annual moves came in 2020 and 2021: Debt Ratio jumped 77.24% in 2020, then sank 66.64% in 2021.
- Over 5 years, Debt Ratio stood at 0.0 in 2018, then surged by 50.64% to 0.0 in 2019, then surged by 77.24% to 0.0 in 2020, then tumbled by 66.64% to 0.0 in 2021, then declined by 18.81% to 0.0 in 2022.
- The last three Debt Ratio figures came in at 0.0 (Q4 2022), 0.0 (Q4 2021), and 0.0 (Q4 2020), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 0.04 |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 0.68 |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 0.00 |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 0.09 |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 0.21 |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 0.38 |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 0.19 |
| 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 0.00 |
| Dec 31, 2021 | 0.00 |
| Dec 31, 2020 | 0.00 |
| Dec 31, 2019 | 0.00 |
| Dec 31, 2018 | 0.00 |
| Dec 31, 2017 | 0.00 |
| Dec 31, 2016 | 0.01 |
| Sep 30, 2016 | 0.11 |
| Jun 30, 2016 | 0.10 |
| Mar 31, 2016 | 0.03 |
| Dec 31, 2015 | 0.02 |
| Dec 31, 2014 | 0.04 |
| Dec 31, 2013 | 0.00 |
API Access
Autohome Debt Ratio 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=debt-ratio&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();