Sap Se (SAP) Non Operating Interest Expenses (2009 - 2026)
Sap Se (SAP) posted Non Operating Interest Expenses of -$375.4 million for Q2 2026, down 9.82% on a QoQ basis from -$341.9 million in Q1 2026, and down 23.76% year-over-year from -$492.4 million in Q2 2025.
Sap Se (SAP) Non Operating Interest Expenses (2009 - 2026) Analysis & Trends
Sap Se has reported Non Operating Interest Expenses for 18 years, with the latest figure at -$375.4 million in Q2 2026.
- On a quarterly basis, Non Operating Interest Expenses fell 23.76% year-over-year to -$375.4 million in Q2 2026; TTM through Jun 2026 was -$2.7 billion, a 36.69% decrease from a year earlier, with the FY2025 full-year figure at -$1.6 billion, down 39.42% from the prior year.
- Non Operating Interest Expenses was -$375.4 million for Q2 2026 at Sap Se, down from -$341.9 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was -$260.6 million in Q2 2024, with the low at -$1.6 billion in Q4 2025.
- Average Non Operating Interest Expenses over 5 years is -$549.7 million, with a median of -$353.3 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Non Operating Interest Expenses sank 82.01% in 2022, then jumped 39.27% in 2023.
- Over 5 years, Non Operating Interest Expenses stood at -$1.0 billion in 2022, then sank by 36.83% to -$1.4 billion in 2023, then climbed by 22.01% to -$1.1 billion in 2024, then sank by 45.49% to -$1.6 billion in 2025, then jumped by 76.58% to -$375.4 million in 2026.
- The last three Non Operating Interest Expenses figures came in at -$375.4 million (Q2 2026), -$341.9 million (Q1 2026), and -$1.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.43 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | -375.44 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 473.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 121.00 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 70.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -375.44 Mn |
| Mar 31, 2026 | -341.86 Mn |
| Dec 31, 2025 | -1.60 Bn |
| Sep 30, 2025 | -364.75 Mn |
| Jun 30, 2025 | -303.37 Mn |
| Mar 31, 2025 | -294.53 Mn |
| Dec 31, 2024 | -1.10 Bn |
| Sep 30, 2024 | -264.67 Mn |
| Jun 30, 2024 | -260.61 Mn |
| Mar 31, 2024 | -265.07 Mn |
| Dec 31, 2023 | -1.41 Bn |
| Sep 30, 2023 | -303.72 Mn |
| Jun 30, 2023 | -395.28 Mn |
| Mar 31, 2023 | -314.49 Mn |
| Dec 31, 2022 | -1.03 Bn |
| Sep 30, 2022 | -500.10 Mn |
| Jun 30, 2022 | -314.78 Mn |
| Mar 31, 2022 | -445.57 Mn |
| Dec 31, 2021 | -1.09 Bn |
| Sep 30, 2021 | -274.77 Mn |
Sap Se 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=SAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "ticker": "SAP", "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=SAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();