Noble Corp plc (NE-WTA) EBT Margin (2021 - 2026)
Noble's (NE-WTA) quarterly EBT Margin came in at 2.83% in Q2 2026, down 1461.0% on a YoY basis from 0.21% in Q2 2025, and down 111.5% quarter-over-quarter from 24.65% in Q1 2026.
Noble Corp plc (NE-WTA) EBT Margin (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported EBT Margin for 6 consecutive years, with 2.83% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin fell 1461.0% year-over-year to 2.83%; the trailing twelve-month figure through Jun 2026 stood at 6.44% (down 706.0% YoY), and the FY2025 full-year result was 8.31%, down 779.0% from the prior year.
- EBT Margin eased to 2.83% in Q2 2026 per NE-WTA's latest filing, from 24.65% in the prior quarter.
- Across five years, EBT Margin topped out at 30.11% in Q3 2023 and bottomed at 19.91% in Q1 2022.
- Historically, EBT Margin has averaged 12.84% across 5 years, with a median of 14.15% in 2024.
- The sharpest annual moves came in 2022 and 2023: EBT Margin tumbled 3925 bps in 2022, then soared 3504 bps in 2023.
- Over 5 years, EBT Margin stood at 23.41% in 2022, then decreased by 4 bps to 22.53% in 2023, then sank by 40 bps to 13.42% in 2024, then sank by 87 bps to 1.8% in 2025, then slumped by 257 bps to 2.83% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 2.83%, 24.65%, and 1.8% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.83% |
| Mar 31, 2026 | 24.65% |
| Dec 31, 2025 | 1.80% |
| Sep 30, 2025 | 1.33% |
| Jun 30, 2025 | 11.78% |
| Mar 31, 2025 | 17.01% |
| Dec 31, 2024 | 13.42% |
| Sep 30, 2024 | 11.60% |
| Jun 30, 2024 | 27.39% |
| Mar 31, 2024 | 13.38% |
| Dec 31, 2023 | 22.53% |
| Sep 30, 2023 | 30.11% |
| Jun 30, 2023 | 10.20% |
| Mar 31, 2023 | 15.12% |
| Dec 31, 2022 | 23.41% |
| Sep 30, 2022 | 15.25% |
| Jun 30, 2022 | 14.89% |
| Mar 31, 2022 | -19.91% |
| Dec 31, 2021 | 62.65% |
| Sep 30, 2021 | -8.54% |
Noble Corp plc EBT 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=ebt-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();