Noble Corp plc (NE-WTA) Retained Earnings (2021 - 2026)
Noble's (NE-WTA) quarterly Retained Earnings came in at $207.8 million in Q2 2026, down 45.52% on a YoY basis from $381.5 million in Q2 2025, and down 36.0% quarter-over-quarter from $324.8 million in Q1 2026.
Noble Corp plc (NE-WTA) Retained Earnings (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Retained Earnings for 6 consecutive years, with $207.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 45.52% year-over-year to $207.8 million; the trailing twelve-month figure through Jun 2026 stood at $207.8 million (down 45.52% YoY), and the FY2025 full-year result was $286.6 million, down 30.3% from the prior year.
- Retained Earnings declined to $207.8 million in Q2 2026 per NE-WTA's latest filing, from $324.8 million in the prior quarter.
- Across five years, Retained Earnings topped out at $643.9 million in Q2 2024 and bottomed at $136.0 million in Q3 2022.
- Historically, Retained Earnings has averaged $380.7 million across 5 years, with a median of $370.6 million in 2023.
- The sharpest annual moves came in 2023 and 2026: Retained Earnings soared 241.59% in 2023, then tumbled 45.52% in 2026.
- Over 5 years, Retained Earnings stood at $255.9 million in 2022, then surged by 111.45% to $541.2 million in 2023, then slipped by 24.01% to $411.2 million in 2024, then slumped by 30.3% to $286.6 million in 2025, then fell by 27.49% to $207.8 million in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered $207.8 million, $324.8 million, and $286.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 207.83 Mn |
| Mar 31, 2026 | 324.76 Mn |
| Dec 31, 2025 | 286.63 Mn |
| Sep 30, 2025 | 280.08 Mn |
| Jun 30, 2025 | 381.47 Mn |
| Mar 31, 2025 | 419.55 Mn |
| Dec 31, 2024 | 411.24 Mn |
| Sep 30, 2024 | 445.05 Mn |
| Jun 30, 2024 | 643.92 Mn |
| Mar 31, 2024 | 578.86 Mn |
| Dec 31, 2023 | 541.16 Mn |
| Sep 30, 2023 | 464.45 Mn |
| Jun 30, 2023 | 359.81 Mn |
| Mar 31, 2023 | 353.99 Mn |
| Dec 31, 2022 | 255.93 Mn |
| Sep 30, 2022 | 135.97 Mn |
| Dec 31, 2021 | 101.98 Mn |
Noble Corp plc Retained Earnings 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=retained-earnings&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();