JD.com (JD) Beginning Cash Balance (2013 - 2020)
JD.com's (JD) quarterly Beginning Cash Balance came in at $11.9 billion in Q4 2020, up 123.15% year-over-year from $5.3 billion in Q1 2020, and up 123.15% quarter-over-quarter from $5.3 billion in Q4 2019.
JD.com (JD) Beginning Cash Balance (2013 - 2020) Analysis & Trends
JD.com (JD) has reported Beginning Cash Balance for 8 consecutive years, with $11.9 billion the latest figure, recorded in Q4 2020.
- On a quarterly basis, Beginning Cash Balance rose 123.15% year-over-year to $11.9 billion in Q4 2020; TTM through Dec 2020 was $11.9 billion, a 123.15% increase from a year earlier, with the FY2020 full-year figure at $12.1 billion, up 123.86% from the prior year.
- Beginning Cash Balance was $11.9 billion for Q4 2020 at JD.com, up from $5.3 billion in the prior quarter.
- Over five years, Beginning Cash Balance peaked at $11.9 billion in Q4 2020 and troughed at $2.8 billion in Q1 2016.
- A 5-year average of $4.8 billion and a median of $4.2 billion in 2017 frame the typical range for Beginning Cash Balance.
- Across the five-year window, Beginning Cash Balance surged 159.69% in 2016 and dropped 25.42% in 2017, its largest moves.
- Over 5 years, Beginning Cash Balance stood at $3.6 billion in 2016, then fell by 10.26% to $3.3 billion in 2017, then jumped by 66.99% to $5.5 billion in 2018, then dropped by 2.45% to $5.3 billion in 2019, then soared by 123.15% to $11.9 billion in 2020.
- The last three Beginning Cash Balance figures came in at $11.9 billion (Q4 2020), $5.3 billion (Q4 2019), and $5.5 billion (Q4 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 11.87 Bn |
| Dec 31, 2019 | 5.32 Bn |
| Dec 31, 2018 | 5.45 Bn |
| Dec 31, 2017 | 3.27 Bn |
| Sep 30, 2017 | 4.19 Bn |
| Jun 30, 2017 | 3.48 Bn |
| Mar 31, 2017 | 2.87 Bn |
| Dec 31, 2016 | 3.64 Bn |
| Sep 30, 2016 | 5.46 Bn |
| Jun 30, 2016 | 4.67 Bn |
| Mar 31, 2016 | 2.77 Bn |
| Dec 31, 2015 | 1.40 Bn |
| Sep 30, 2015 | 2.76 Bn |
| Jun 30, 2015 | 2.37 Bn |
| Mar 31, 2015 | 2.73 Bn |
| Dec 31, 2014 | 1.32 Bn |
| Sep 30, 2014 | 4.49 Bn |
| Jun 30, 2014 | 2.14 Bn |
| Mar 31, 2014 | 1.78 Bn |
| Dec 31, 2013 | 1.45 Bn |
JD.com Beginning Cash Balance 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=beginning-cash-balance&ticker=JD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "ticker": "JD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=beginning-cash-balance&ticker=JD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();