Baidu (BIDU) Other Working Capital Changes (2011 - 2018)
Baidu (BIDU) posted Other Working Capital Changes of $13.7 million for Q4 2018, down 86.12% on a QoQ basis from $99.0 million in Q3 2018, and up 33.69% year-over-year from $10.3 million in Q4 2017.
Baidu (BIDU) Other Working Capital Changes (2011 - 2018) Analysis & Trends
Baidu has reported Other Working Capital Changes for 8 years, with the latest figure at $13.7 million in Q4 2018.
- On a quarterly basis, Other Working Capital Changes rose 214.41% year-over-year to $3.3 million in Q4 2018; TTM through Dec 2018 was $1.0 million, a 77.33% decrease from a year earlier, with the FY2025 full-year figure at -$14.0 million, down 125.0% from the prior year.
- Other Working Capital Changes was $3.3 million for Q4 2018 at Baidu, up from -$5.0 million in the prior quarter.
- The five-year high for Other Working Capital Changes was $3.3 million in Q4 2018, with the low at -$5.0 million in Q3 2018.
- Average Other Working Capital Changes over 3 years is -$5.9 million, with a median of $12.0 million recorded in 2018.
- The largest YoY upside for Other Working Capital Changes was 2096.28% in 2014 against a maximum downside of 192.99% in 2014.
- Over 2 years, Other Working Capital Changes stood at $1.1 million in 2017, then surged by 214.41% to $3.3 million in 2018.
- The last three Other Working Capital Changes figures came in at $3.3 million (Q4 2018), -$5.0 million (Q3 2018), and $1.1 million (Q4 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | 598.48 Mn |
| Dec 31, 2018 | 598.48 Mn |
| Sep 30, 2018 | 176.00 Mn |
| Sep 30, 2018 | 176.00 Mn |
| Dec 31, 2017 | 37.03 Mn |
| Dec 31, 2017 | 37.03 Mn |
| Sep 30, 2017 | 60.58 Mn |
| Sep 30, 2017 | 60.58 Mn |
| Dec 31, 2012 | -14.26 Mn |
| Dec 31, 2012 | -14.26 Mn |
| Dec 31, 2011 | 106.79 Mn |
| Dec 31, 2011 | 106.79 Mn |
Baidu Other Working Capital Changes 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-working-capital-changes&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "BIDU", "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-working-capital-changes&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();