Baidu (BIDU) Treasury Shares (2021 - 2025)
Baidu (BIDU) posted Treasury Shares of -$661.7 million for Q4 2025, up 23.78% on a QoQ basis from -$868.1 million in Q4 2024, and up 23.78% year-over-year from -$534.5 million in Q4 2024.
Baidu (BIDU) Treasury Shares (2021 - 2025) Analysis & Trends
Baidu has reported Treasury Shares for 5 years, with the latest figure at -$661.7 million in Q4 2025.
- On a quarterly basis, Treasury Shares rose 23.78% year-over-year to -$661.7 million in Q4 2025; TTM through Dec 2025 was -$661.7 million, a 23.78% increase from a year earlier, with the FY2025 full-year figure at -$671.0 million, up 21.43% from the prior year.
- Treasury Shares was -$661.7 million for Q4 2025 at Baidu, up from -$868.1 million in the prior quarter.
- The five-year high for Treasury Shares was $11.6 million in Q4 2024, with the low at $5.7 million in Q4 2023.
- Average Treasury Shares over 4 years is $8.6 million, with a median of $8.5 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Treasury Shares soared 37.58% in 2022, then tumbled 63.72% in 2024.
- Over 5 years, Treasury Shares stood at -$1.2 billion in 2021, then jumped by 37.58% to -$740.1 million in 2022, then rose by 28.36% to -$530.3 million in 2023, then sank by 63.72% to -$868.1 million in 2024, then climbed by 23.78% to -$661.7 million in 2025.
- The last three Treasury Shares figures came in at -$661.7 million (Q4 2025), -$868.1 million (Q4 2024), and -$530.3 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | 381,000.00 |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | - |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 20.27 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 | 10.05 Mn |
| Dec 31, 2025 | -661.68 Mn |
| Dec 31, 2025 | -661.68 Mn |
| Dec 31, 2025 | 10.05 Mn |
| Dec 31, 2024 | 11.62 Mn |
| Dec 31, 2024 | -868.15 Mn |
| Dec 31, 2024 | -868.15 Mn |
| Dec 31, 2024 | 11.62 Mn |
| Dec 31, 2023 | -530.27 Mn |
| Dec 31, 2023 | -530.27 Mn |
| Dec 31, 2023 | 5.72 Mn |
| Dec 31, 2023 | 5.72 Mn |
| Dec 31, 2022 | 6.95 Mn |
| Dec 31, 2022 | 6.95 Mn |
| Dec 31, 2022 | -740.14 Mn |
| Dec 31, 2022 | -740.14 Mn |
| Dec 31, 2021 | -1.19 Bn |
| Dec 31, 2021 | -1.19 Bn |
Baidu Treasury Shares 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=treasury-shares&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();