Baidu, Inc. (BIDU) Interest Expenses (2011 - 2026)
Baidu (BIDU) posted Interest Expenses of -$89.3 million for Q2 2026, up 2.94% on a QoQ basis from -$92.0 million in Q1 2026, and up 8.89% year-over-year from -$82.0 million in Q2 2025.
Baidu, Inc. (BIDU) Interest Expenses (2011 - 2026) Analysis & Trends
Baidu has reported Interest Expenses for 16 years, with the latest figure at -$89.3 million in Q2 2026.
- On a quarterly basis, Interest Expenses rose 8.89% year-over-year to -$89.3 million in Q2 2026; TTM through Jun 2026 was -$362.5 million, a 7.04% increase from a year earlier, with the FY2025 full-year figure at -$387.4 million, changed 0.1% from the prior year.
- Interest Expenses was -$89.3 million for Q2 2026 at Baidu, up from -$92.0 million in the prior quarter.
- The five-year high for Interest Expenses was -$88.0 million in Q4 2024, with the low at -$117.0 million in Q1 2023.
- Average Interest Expenses over 5 years is -$103.0 million, with a median of -$105.9 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Interest Expenses climbed 22.74% in 2022, then fell 10.53% in 2023.
- Over 5 years, 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 climbed by 3.99% to -$89.3 million in 2026.
- The last three Interest Expenses figures came in at -$89.3 million (Q2 2026), -$92.0 million (Q1 2026), and -$93.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -89.29 Mn |
| Mar 31, 2026 | -92.00 Mn |
| Dec 31, 2025 | -93.00 Mn |
| Sep 30, 2025 | -88.16 Mn |
| Jun 30, 2025 | -98.00 Mn |
| Mar 31, 2025 | -110.00 Mn |
| Dec 31, 2024 | -88.00 Mn |
| Sep 30, 2024 | -93.90 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 | -105.85 Mn |
| Jun 30, 2022 | -112.37 Mn |
| Mar 31, 2022 | -112.00 Mn |
| Dec 31, 2021 | -137.00 Mn |
| Sep 30, 2021 | -137.00 Mn |
Baidu, Inc. 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=interest-expenses&ticker=BIDU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=interest-expenses&ticker=BIDU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();