Noble Corp plc (NE-WTA) Non Operating Interest Expenses (2021 - 2026)
Noble's (NE-WTA) quarterly Non Operating Interest Expenses came in at $36.2 million in Q2 2026, down 9.49% on a YoY basis from $40.0 million in Q2 2025, and down 10.74% quarter-over-quarter from $40.6 million in Q1 2026.
Noble Corp plc (NE-WTA) Non Operating Interest Expenses (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Non Operating Interest Expenses for 6 consecutive years, with $36.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Interest Expenses fell 9.49% year-over-year to $36.2 million; the trailing twelve-month figure through Jun 2026 stood at $158.7 million (up 9.35% YoY), and the FY2025 full-year result was $162.4 million, up 72.38% from the prior year.
- Non Operating Interest Expenses declined to $36.2 million in Q2 2026 per NE-WTA's latest filing, from $40.6 million in the prior quarter.
- Across five years, Non Operating Interest Expenses topped out at $41.4 million in Q4 2025 and bottomed at $7.7 million in Q1 2022.
- Historically, Non Operating Interest Expenses has averaged $24.2 million across 5 years, with a median of $18.5 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Non Operating Interest Expenses fell 24.68% in 2023, then soared 233.42% in 2025.
- Over 5 years, Non Operating Interest Expenses stood at $19.4 million in 2022, then fell by 24.68% to $14.6 million in 2023, then jumped by 172.05% to $39.7 million in 2024, then climbed by 4.35% to $41.4 million in 2025, then fell by 12.66% to $36.2 million in 2026.
- According to Business Quant data, Non Operating Interest Expenses over the past three periods registered $36.2 million, $40.6 million, and $41.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 36.20 Mn |
| Mar 31, 2026 | 40.56 Mn |
| Dec 31, 2025 | 41.45 Mn |
| Sep 30, 2025 | 40.49 Mn |
| Jun 30, 2025 | 40.00 Mn |
| Mar 31, 2025 | 40.47 Mn |
| Dec 31, 2024 | 39.72 Mn |
| Sep 30, 2024 | 24.95 Mn |
| Jun 30, 2024 | 12.00 Mn |
| Mar 31, 2024 | 17.54 Mn |
| Dec 31, 2023 | 14.60 Mn |
| Sep 30, 2023 | 13.01 Mn |
| Jun 30, 2023 | 14.66 Mn |
| Mar 31, 2023 | 16.87 Mn |
| Dec 31, 2022 | 19.38 Mn |
| Sep 30, 2022 | 7.94 Mn |
| Jun 30, 2022 | 7.72 Mn |
| Mar 31, 2022 | 7.68 Mn |
| Dec 31, 2021 | 8.11 Mn |
| Sep 30, 2021 | 8.87 Mn |
Noble Corp plc 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=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "ticker": "NE-WTA", "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=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();