Noble Corp plc (NE-WTA) EPS (Basic) (2021 - 2026)
Noble's (NE-WTA) quarterly EPS (Basic) came in at -$0.23 in Q2 2026, down 185.15% on a YoY basis from $0.27 in Q2 2025, and down 130.32% quarter-over-quarter from $0.76 in Q1 2026.
Noble Corp plc (NE-WTA) EPS (Basic) (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported EPS (Basic) for 6 consecutive years, with -$0.23 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 185.15% year-over-year to -$0.23; the trailing twelve-month figure through Jun 2026 stood at $0.94 (down 51.83% YoY), and the FY2025 full-year result was $1.36, down 54.75% from the prior year.
- EPS (Basic) declined to -$0.23 in Q2 2026 per NE-WTA's latest filing, from $0.76 in the prior quarter.
- Across five years, EPS (Basic) topped out at $1.59 in Q4 2022 and bottomed at -$0.54 in Q1 2022.
- Historically, EPS (Basic) has averaged $0.59 across 5 years, with a median of $0.6 in 2025.
- The sharpest annual moves came in 2023 and 2026: EPS (Basic) jumped 247.99% in 2023, then plunged 185.15% in 2026.
- Over 5 years, EPS (Basic) stood at $1.59 in 2022, then tumbled by 31.82% to $1.08 in 2023, then slumped by 39.93% to $0.65 in 2024, then slipped by 16.08% to $0.55 in 2025, then tumbled by 142.16% to -$0.23 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.23, $0.76, and $0.55 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.23 |
| Mar 31, 2026 | 0.76 |
| Dec 31, 2025 | 0.55 |
| Sep 30, 2025 | -0.13 |
| Jun 30, 2025 | 0.27 |
| Mar 31, 2025 | 0.68 |
| Dec 31, 2024 | 0.65 |
| Sep 30, 2024 | 0.41 |
| Jun 30, 2024 | 1.37 |
| Mar 31, 2024 | 0.67 |
| Dec 31, 2023 | 1.08 |
| Sep 30, 2023 | 1.14 |
| Jun 30, 2023 | 0.48 |
| Mar 31, 2023 | 0.80 |
| Dec 31, 2022 | 1.59 |
| Sep 30, 2022 | 0.48 |
| Jun 30, 2022 | 0.53 |
| Mar 31, 2022 | -0.54 |
| Dec 31, 2021 | 1.95 |
| Sep 30, 2021 | -0.36 |
Noble Corp plc EPS (Basic) 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=eps-basic&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();