Noble Corp plc (NE-WTA) Other Non Operating Income (2021 - 2026)
Noble's (NE-WTA) quarterly Other Non Operating Income came in at -$18.3 million in Q2 2026, down 2624.66% quarter-over-quarter from $726000.0 in Q1 2026.
Noble Corp plc (NE-WTA) Other Non Operating Income (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Other Non Operating Income for 4 consecutive years, with -$18.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income changed N/A year-over-year to -$18.3 million; the trailing twelve-month figure through Jun 2026 stood at -$17.6 million (changed N/A YoY), and the FY2023 full-year result was -$26.4 million, down 196.2% from the prior year.
- Other Non Operating Income eased to -$18.3 million in Q2 2026 per NE-WTA's latest filing, from $726000.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $5.0 million in Q3 2023 and bottomed at -$26.4 million in Q2 2023.
- Historically, Other Non Operating Income has averaged -$8.0 million across 3 years, with a median of -$4.5 million in 2022.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income sank 300.92% in 2022, then soared 2653.57% in 2023.
- Over 3 years, Other Non Operating Income stood at -$8.7 million in 2022, then jumped by 157.42% to $5.0 million in 2023, then sank by 466.21% to -$18.3 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$18.3 million, $726000.0, and $5.0 million for Q2 2026, Q1 2026, and Q3 2023 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.33 Mn |
| Mar 31, 2026 | 726,000.00 |
| Sep 30, 2023 | 5.01 Mn |
| Jun 30, 2023 | -26.40 Mn |
| Dec 31, 2022 | -8.72 Mn |
| Sep 30, 2022 | -196,000.00 |
| Dec 31, 2021 | -2.17 Mn |
| Sep 30, 2021 | 973,000.00 |
Noble Corp plc 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=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();