Baidu (BIDU) Preferred Stock Liabilities (2020 - 2025)
Baidu (BIDU) posted Preferred Stock Liabilities of $27.8 million for Q4 2023, up 89.78% on a QoQ basis from $14.6 million in Q4 2020.
Baidu (BIDU) Preferred Stock Liabilities (2020 - 2025) Analysis & Trends
Baidu has reported Preferred Stock Liabilities for 7 years, with the latest figure at $27.8 million in Q4 2023.
- On a quarterly basis, Preferred Stock Liabilities changed N/A year-over-year to $27.8 million in Q4 2023; TTM through Dec 2023 was $27.8 million, a N/A change from a year earlier, with the FY2024 full-year figure at $32.0 million, changed N/A from the prior year.
- Preferred Stock Liabilities was $27.8 million for Q4 2023 at Baidu, up from $14.6 million in the prior quarter.
- The five-year high for Preferred Stock Liabilities was $27.8 million in Q4 2023, with the low at $14.6 million in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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, 2025 | 27.92 Mn |
| Dec 31, 2024 | 32.16 Mn |
| Dec 31, 2023 | 27.78 Mn |
| Dec 31, 2022 | 22.36 Mn |
| Dec 31, 2021 | 20.18 Mn |
| Dec 31, 2020 | 14.64 Mn |
Baidu Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();