Noble Corp plc (NE-WTA) Income towards Parent Company (2021 - 2026)
Noble's (NE-WTA) quarterly Income towards Parent Company came in at -$36.7 million in Q2 2026, down 185.57% on a YoY basis from $42.9 million in Q2 2025, and down 130.39% quarter-over-quarter from $120.7 million in Q1 2026.
Noble Corp plc (NE-WTA) Income towards Parent Company (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Income towards Parent Company for 6 consecutive years, with -$36.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company fell 185.57% year-over-year to -$36.7 million; the trailing twelve-month figure through Jun 2026 stood at $149.6 million (down 51.6% YoY), and the FY2025 full-year result was $216.7 million, down 51.66% from the prior year.
- Income towards Parent Company retreated to -$36.7 million in Q2 2026 per NE-WTA's latest filing, from $120.7 million in the prior quarter.
- Across five years, Income towards Parent Company topped out at $195.0 million in Q2 2024 and bottomed at -$36.7 million in Q2 2026.
- Historically, Income towards Parent Company has averaged $77.8 million across 5 years, with a median of $91.1 million in 2024.
- The sharpest annual moves came in 2023 and 2026: Income towards Parent Company surged 394.8% in 2023, then plunged 185.57% in 2026.
- Over 5 years, Income towards Parent Company stood at $135.0 million in 2022, then gained by 10.92% to $149.7 million in 2023, then slumped by 35.44% to $96.6 million in 2024, then decreased by 10.36% to $86.6 million in 2025, then sank by 142.34% to -$36.7 million in 2026.
- According to Business Quant data, Income towards Parent Company over the past three periods registered -$36.7 million, $120.7 million, and $86.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -36.68 Mn |
| Mar 31, 2026 | 120.73 Mn |
| Dec 31, 2025 | 86.64 Mn |
| Sep 30, 2025 | -21.10 Mn |
| Jun 30, 2025 | 42.87 Mn |
| Mar 31, 2025 | 108.30 Mn |
| Dec 31, 2024 | 96.65 Mn |
| Sep 30, 2024 | 61.22 Mn |
| Jun 30, 2024 | 195.01 Mn |
| Mar 31, 2024 | 95.48 Mn |
| Dec 31, 2023 | 149.70 Mn |
| Sep 30, 2023 | 158.32 Mn |
| Jun 30, 2023 | 65.82 Mn |
| Mar 31, 2023 | 108.06 Mn |
| Dec 31, 2022 | 134.96 Mn |
| Sep 30, 2022 | 33.59 Mn |
| Jun 30, 2022 | 37.06 Mn |
| Mar 31, 2022 | -36.66 Mn |
| Dec 31, 2021 | 123.44 Mn |
| Sep 30, 2021 | -23.67 Mn |
Noble Corp plc Income towards Parent Company 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=income-towards-parent-company&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();