Autohome (ATHM) Other Non Operating Income (2013 - 2018)
Autohome (ATHM) posted Other Non Operating Income of -$4.0 million for Q1 2018, down 79.96% on a QoQ basis from -$2.2 million in Q4 2017, and down 396.99% year-over-year from $1.3 million in Q1 2017.
Autohome (ATHM) Other Non Operating Income (2013 - 2018) Analysis & Trends
Autohome has reported Other Non Operating Income for 6 years, with the latest figure at -$4.0 million in Q1 2018.
- On a quarterly basis, Other Non Operating Income fell 396.99% year-over-year to -$4.0 million in Q1 2018; TTM through Mar 2018 was -$1.8 million, a 119.81% decrease from a year earlier, with the FY2025 full-year figure at -$13.7 million, down 289.47% from the prior year.
- Other Non Operating Income was -$4.0 million for Q1 2018 at Autohome, down from -$2.2 million in the prior quarter.
- The five-year high for Other Non Operating Income was $6.1 million in Q3 2015, with the low at -$4.0 million in Q1 2018.
- Average Other Non Operating Income over 5 years is $776066.7, with a median of -$5000.0 recorded in 2014.
- The largest YoY upside for Other Non Operating Income was 27686.36% in 2015 against a maximum downside of 14800.0% in 2015.
- Over 5 years, Other Non Operating Income stood at -$380000.0 in 2014, then surged by 870.79% to $2.9 million in 2015, then surged by 76.27% to $5.2 million in 2016, then tumbled by 142.63% to -$2.2 million in 2017, then slumped by 79.96% to -$4.0 million in 2018.
- The last three Other Non Operating Income figures came in at -$4.0 million (Q1 2018), -$2.2 million (Q4 2017), and -$797000.0 (Q1 2017), 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 |
|---|---|
| Mar 31, 2018 | -3.96 Mn |
| Dec 31, 2017 | -2.20 Mn |
| Mar 31, 2017 | -797,000.00 |
| Dec 31, 2016 | 5.16 Mn |
| Sep 30, 2016 | 1.01 Mn |
| Jun 30, 2016 | 3.69 Mn |
| Mar 31, 2016 | -751,000.00 |
| Dec 31, 2015 | 2.93 Mn |
| Sep 30, 2015 | 6.07 Mn |
| Jun 30, 2015 | -745,000.00 |
| Mar 31, 2015 | 629,000.00 |
| Dec 31, 2014 | -380,000.00 |
| Sep 30, 2014 | -22,000.00 |
| Jun 30, 2014 | -5,000.00 |
| Mar 31, 2014 | 1.01 Mn |
| Dec 31, 2013 | 136,000.00 |
| Sep 30, 2013 | -2,616.16 |
| Jun 30, 2013 | 392,699.74 |
| Mar 31, 2013 | 19,918.90 |
Autohome Other Non Operating Income 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=other-non-operating-income&ticker=ATHM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=ATHM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();