Noble Corp plc (NE-WTA) EBIT (2021 - 2026)
Noble's (NE-WTA) quarterly EBIT came in at $30.5 million in Q2 2026, down 77.47% on a YoY basis from $135.3 million in Q2 2025, and down 86.47% quarter-over-quarter from $225.3 million in Q1 2026.
Noble Corp plc (NE-WTA) EBIT (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported EBIT for 6 consecutive years, with $30.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT fell 77.47% year-over-year to $30.5 million; the trailing twelve-month figure through Jun 2026 stood at $348.7 million (down 42.74% YoY), and the FY2025 full-year result was $415.6 million, down 31.2% from the prior year.
- EBIT retreated to $30.5 million in Q2 2026 per NE-WTA's latest filing, from $225.3 million in the prior quarter.
- Across five years, EBIT topped out at $225.3 million in Q1 2026 and bottomed at -$34.6 million in Q1 2022.
- Historically, EBIT has averaged $115.5 million across 5 years, with a median of $112.3 million in 2023.
- The sharpest annual moves came in 2022 and 2026: EBIT jumped 482.13% in 2022, then tumbled 77.47% in 2026.
- Over 5 years, EBIT stood at $164.2 million in 2022, then slipped by 3.99% to $157.7 million in 2023, then grew by 8.44% to $171.0 million in 2024, then slumped by 75.11% to $42.6 million in 2025, then slipped by 28.4% to $30.5 million in 2026.
- According to Business Quant data, EBIT over the past three periods registered $30.5 million, $225.3 million, and $42.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 30.48 Mn |
| Mar 31, 2026 | 225.31 Mn |
| Dec 31, 2025 | 42.56 Mn |
| Sep 30, 2025 | 50.40 Mn |
| Jun 30, 2025 | 135.25 Mn |
| Mar 31, 2025 | 187.34 Mn |
| Dec 31, 2024 | 170.99 Mn |
| Sep 30, 2024 | 115.48 Mn |
| Jun 30, 2024 | 209.96 Mn |
| Mar 31, 2024 | 107.55 Mn |
| Dec 31, 2023 | 157.68 Mn |
| Sep 30, 2023 | 200.78 Mn |
| Jun 30, 2023 | 109.14 Mn |
| Mar 31, 2023 | 107.11 Mn |
| Dec 31, 2022 | 164.24 Mn |
| Sep 30, 2022 | 51.56 Mn |
| Jun 30, 2022 | 47.60 Mn |
| Mar 31, 2022 | -34.63 Mn |
| Dec 31, 2021 | 137.26 Mn |
| Sep 30, 2021 | -13.49 Mn |
Noble Corp plc EBIT 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=ebit&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();