Baidu (BIDU) Other Non Operating Income (2009 - 2026)
Baidu (BIDU) posted Other Non Operating Income of -$171.0 million for Q2 2026, down 19.58% on a QoQ basis from -$143.0 million in Q1 2026, and down 96.55% year-over-year from -$5.0 billion in Q2 2025.
Baidu (BIDU) Other Non Operating Income (2009 - 2026) Analysis & Trends
Baidu has reported Other Non Operating Income for 18 years, with the latest figure at -$171.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 96.55% year-over-year to -$171.0 million in Q2 2026; TTM through Jun 2026 was -$515.0 million, a 1126.19% decrease from a year earlier, with the FY2025 full-year figure at $89.0 million, up 184.76% from the prior year.
- Other Non Operating Income was -$171.0 million for Q2 2026 at Baidu, down from -$143.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $230.0 million in Q4 2024, with the low at -$171.0 million in Q2 2026.
- Average Other Non Operating Income over 5 years is -$34.5 million, with a median of -$49.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Other Non Operating Income slumped 11400.0% in 2022, then surged 473.33% in 2024.
- Over 5 years, Other Non Operating Income stood at -$49.0 million in 2022, then slipped by 28.57% to -$63.0 million in 2023, then jumped by 465.08% to $230.0 million in 2024, then slumped by 165.65% to -$151.0 million in 2025, then retreated by 13.25% to -$171.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$171.0 million (Q2 2026), -$143.0 million (Q1 2026), and -$151.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Baidu | 31.37 Bn | 8.98 Bn | 1.76 Mn |
| 2 | Life360 | 3.34 Bn | 3.07 Bn | 126.90 Mn |
| 3 | Soundhound Ai | 2.49 Bn | 2.29 Bn | 27.93 Mn |
| 4 | C3.ai | 1.68 Bn | 1.03 Bn | 16.67 Mn |
| 5 | BigBear.ai Holdings | 1.39 Bn | 1.07 Bn | 12.05 Mn |
| 6 | BlackSky Technology | 941.35 Mn | 707.17 Mn | 27.92 Mn |
| 7 | Spire Global | 486.15 Mn | 394.48 Mn | 6.16 Mn |
| 8 | Spectral Capital | 480.49 Mn | 474.96 Mn | 3.28 Mn |
| 9 | Global AI | 144.06 Mn | 144.01 Mn | 82,446.00 |
| 10 | Veritone | 115.92 Mn | 103.50 Mn | 15.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -171.00 Mn |
| Mar 31, 2026 | -143.00 Mn |
| Dec 31, 2025 | -151.00 Mn |
| Sep 30, 2025 | -50.00 Mn |
| Jun 30, 2025 | -87.00 Mn |
| Mar 31, 2025 | -29.00 Mn |
| Dec 31, 2024 | 230.00 Mn |
| Sep 30, 2024 | -156.00 Mn |
| Jun 30, 2024 | 13.00 Mn |
| Mar 31, 2024 | 56.00 Mn |
| Dec 31, 2023 | -63.00 Mn |
| Sep 30, 2023 | -4.00 Mn |
| Jun 30, 2023 | 162.00 Mn |
| Mar 31, 2023 | -15.00 Mn |
| Dec 31, 2022 | -49.00 Mn |
| Sep 30, 2022 | -113.00 Mn |
| Jun 30, 2022 | -49.00 Mn |
| Mar 31, 2022 | -2.00 Mn |
| Dec 31, 2021 | -4.00 Mn |
| Sep 30, 2021 | 1.00 Mn |
Baidu Other Non Operating Income 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-non-operating-income&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();