Baidu (BIDU) Income from Non-Controlling Interests (2011 - 2026)
Baidu (BIDU) posted Income from Non-Controlling Interests of -$16.0 million for Q2 2026, up 23.81% on a QoQ basis from -$21.0 million in Q1 2026, and down 60.0% year-over-year from -$40.0 million in Q2 2025.
Baidu (BIDU) Income from Non-Controlling Interests (2011 - 2026) Analysis & Trends
Baidu has reported Income from Non-Controlling Interests for 18 years, with the latest figure at -$16.0 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 60.0% year-over-year to -$16.0 million in Q2 2026; TTM through Jun 2026 was -$61.0 million, a 771.43% decrease from a year earlier, with the FY2025 full-year figure at -$19.0 million, down 133.33% from the prior year.
- Income from Non-Controlling Interests was -$16.0 million for Q2 2026 at Baidu, up from -$21.0 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $81.0 million in Q1 2023, with the low at -$32.0 million in Q4 2024.
- Average Income from Non-Controlling Interests over 5 years is $9.9 million, with a median of $13.5 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Income from Non-Controlling Interests jumped 268.18% in 2023, then sank 250.0% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at $25.0 million in 2022, then surged by 104.0% to $51.0 million in 2023, then plunged by 162.75% to -$32.0 million in 2024, then soared by 62.5% to -$12.0 million in 2025, then plunged by 33.33% to -$16.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at -$16.0 million (Q2 2026), -$21.0 million (Q1 2026), and -$12.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | -16.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.00 Mn |
| Mar 31, 2026 | -21.00 Mn |
| Dec 31, 2025 | -12.00 Mn |
| Sep 30, 2025 | -12.00 Mn |
| Jun 30, 2025 | -10.00 Mn |
| Mar 31, 2025 | 14.00 Mn |
| Dec 31, 2024 | -32.00 Mn |
| Sep 30, 2024 | 21.00 Mn |
| Jun 30, 2024 | 13.00 Mn |
| Mar 31, 2024 | 56.00 Mn |
| Dec 31, 2023 | 51.00 Mn |
| Sep 30, 2023 | 30.00 Mn |
| Jun 30, 2023 | 14.00 Mn |
| Mar 31, 2023 | 81.00 Mn |
| Dec 31, 2022 | 25.00 Mn |
| Sep 30, 2022 | -30.00 Mn |
| Jun 30, 2022 | -16.00 Mn |
| Mar 31, 2022 | 22.00 Mn |
| Dec 31, 2021 | -101.00 Mn |
| Sep 30, 2021 | -122.00 Mn |
Baidu Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();