Noble Corp plc (NE-WTA) EBIT Margin (2021 - 2026)
Noble's (NE-WTA) quarterly EBIT Margin came in at 4.23% in Q2 2026, down 1170.0% on a YoY basis from 0.4% in Q2 2025, and down 85.23% quarter-over-quarter from 28.68% in Q1 2026.
Noble Corp plc (NE-WTA) EBIT Margin (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported EBIT Margin for 6 consecutive years, with 4.23% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT Margin fell 1170.0% year-over-year to 4.23%; the trailing twelve-month figure through Jun 2026 stood at 11.37% (down 628.0% YoY), and the FY2025 full-year result was 12.65%, down 710.0% from the prior year.
- EBIT Margin declined to 4.23% in Q2 2026 per NE-WTA's latest filing, from 28.68% in the prior quarter.
- Across five years, EBIT Margin topped out at 30.3% in Q2 2024 and bottomed at 16.47% in Q1 2022.
- Historically, EBIT Margin has averaged 16.35% across 5 years, with a median of 17.2% in 2022.
- The sharpest annual moves came in 2022 and 2023: EBIT Margin slumped 3955 bps in 2022, then jumped 3403 bps in 2023.
- Over 5 years, EBIT Margin stood at 26.38% in 2022, then decreased by 7 bps to 24.52% in 2023, then fell by 25 bps to 18.44% in 2024, then tumbled by 70 bps to 5.57% in 2025, then declined by 24 bps to 4.23% in 2026.
- According to Business Quant data, EBIT Margin over the past three periods registered 4.23%, 28.68%, and 5.57% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.23% |
| Mar 31, 2026 | 28.68% |
| Dec 31, 2025 | 5.57% |
| Sep 30, 2025 | 6.32% |
| Jun 30, 2025 | 15.94% |
| Mar 31, 2025 | 21.42% |
| Dec 31, 2024 | 18.44% |
| Sep 30, 2024 | 14.43% |
| Jun 30, 2024 | 30.30% |
| Mar 31, 2024 | 16.88% |
| Dec 31, 2023 | 24.52% |
| Sep 30, 2023 | 28.79% |
| Jun 30, 2023 | 17.09% |
| Mar 31, 2023 | 17.56% |
| Dec 31, 2022 | 26.38% |
| Sep 30, 2022 | 16.86% |
| Jun 30, 2022 | 17.30% |
| Mar 31, 2022 | -16.47% |
| Dec 31, 2021 | 65.93% |
| Sep 30, 2021 | -5.39% |
Noble Corp plc EBIT Margin 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-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();