Noble Corp plc (NE-WTA) Net Margin (2021 - 2026)
Noble's (NE-WTA) quarterly Net Margin came in at 5.1% in Q2 2026, down 1015.0% on a YoY basis from 0.56% in Q2 2025, and down 133.17% quarter-over-quarter from 15.37% in Q1 2026.
Noble Corp plc (NE-WTA) Net Margin (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Net Margin for 6 consecutive years, with 5.1% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin fell 1015.0% year-over-year to 5.1%; the trailing twelve-month figure through Jun 2026 stood at 4.88% (down 408.0% YoY), and the FY2025 full-year result was 6.6%, down 807.0% from the prior year.
- Net Margin eased to 5.1% in Q2 2026 per NE-WTA's latest filing, from 15.37% in the prior quarter.
- Across five years, Net Margin topped out at 28.15% in Q2 2024 and bottomed at 17.44% in Q1 2022.
- Historically, Net Margin has averaged 11.13% across 5 years, with a median of 11.86% in 2025.
- The sharpest annual moves came in 2022 and 2023: Net Margin sank 3762 bps in 2022, then surged 3515 bps in 2023.
- Over 5 years, Net Margin stood at 21.68% in 2022, then climbed by 7 bps to 23.28% in 2023, then plunged by 55 bps to 10.42% in 2024, then grew by 9 bps to 11.33% in 2025, then tumbled by 145 bps to 5.1% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 5.1%, 15.37%, and 11.33% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.10% |
| Mar 31, 2026 | 15.37% |
| Dec 31, 2025 | 11.33% |
| Sep 30, 2025 | -2.64% |
| Jun 30, 2025 | 5.05% |
| Mar 31, 2025 | 12.38% |
| Dec 31, 2024 | 10.42% |
| Sep 30, 2024 | 7.65% |
| Jun 30, 2024 | 28.15% |
| Mar 31, 2024 | 14.99% |
| Dec 31, 2023 | 23.28% |
| Sep 30, 2023 | 22.70% |
| Jun 30, 2023 | 10.31% |
| Mar 31, 2023 | 17.71% |
| Dec 31, 2022 | 21.68% |
| Sep 30, 2022 | 10.98% |
| Jun 30, 2022 | 13.47% |
| Mar 31, 2022 | -17.44% |
| Dec 31, 2021 | 59.29% |
| Sep 30, 2021 | -9.45% |
Noble Corp plc Net 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=net-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();