Baidu (BIDU) Non Operating Interest Expenses (2011 - 2026)
Baidu (BIDU) posted Non Operating Interest Expenses of -$90.0 million for Q2 2026, up 2.17% on a QoQ basis from -$92.0 million in Q1 2026, and up 8.16% year-over-year from -$83.2 million in Q2 2025.
Baidu (BIDU) Non Operating Interest Expenses (2011 - 2026) Analysis & Trends
Baidu has reported Non Operating Interest Expenses for 16 years, with the latest figure at -$90.0 million in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses rose 8.16% year-over-year to -$90.0 million in Q2 2026; TTM through Jun 2026 was -$364.0 million, a 7.14% increase from a year earlier, with the FY2025 full-year figure at -$398.0 million, down 2.84% from the prior year.
- Non Operating Interest Expenses was -$90.0 million for Q2 2026 at Baidu, up from -$92.0 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was -$88.0 million in Q4 2024, with the low at -$117.0 million in Q1 2023.
- Average Non Operating Interest Expenses over 5 years is -$102.9 million, with a median of -$104.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Non Operating Interest Expenses gained 25.55% in 2022, then declined 14.71% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at -$107.0 million in 2022, then declined by 1.87% to -$109.0 million in 2023, then advanced by 19.27% to -$88.0 million in 2024, then decreased by 5.68% to -$93.0 million in 2025, then grew by 3.23% to -$90.0 million in 2026.
- The last three Non Operating Interest Expenses figures came in at -$90.0 million (Q2 2026), -$92.0 million (Q1 2026), and -$93.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (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 | 6.05 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 3.20 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 2.08 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 3.26 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 28.10 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 924,000.00 |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | -19.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -90.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -90.00 Mn |
| Mar 31, 2026 | -92.00 Mn |
| Dec 31, 2025 | -93.00 Mn |
| Sep 30, 2025 | -89.00 Mn |
| Jun 30, 2025 | -98.00 Mn |
| Mar 31, 2025 | -110.00 Mn |
| Dec 31, 2024 | -88.00 Mn |
| Sep 30, 2024 | -96.00 Mn |
| Jun 30, 2024 | -102.00 Mn |
| Mar 31, 2024 | -106.00 Mn |
| Dec 31, 2023 | -109.00 Mn |
| Sep 30, 2023 | -117.00 Mn |
| Jun 30, 2023 | -113.00 Mn |
| Mar 31, 2023 | -117.00 Mn |
| Dec 31, 2022 | -107.00 Mn |
| Sep 30, 2022 | -102.00 Mn |
| Jun 30, 2022 | -111.00 Mn |
| Mar 31, 2022 | -112.00 Mn |
| Dec 31, 2021 | -137.00 Mn |
| Sep 30, 2021 | -137.00 Mn |
Baidu Non Operating Interest Expenses 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=non-operating-interest-expenses&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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=non-operating-interest-expenses&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();