Noble Corp plc (NE-WTA) Common Equity (2021 - 2026)
Noble's (NE-WTA) quarterly Common Equity came in at $4.5 billion in Q2 2026, down 3.12% on a YoY basis from $4.6 billion in Q2 2025, and down 2.26% quarter-over-quarter from $4.6 billion in Q1 2026.
Noble Corp plc (NE-WTA) Common Equity (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Common Equity for 6 consecutive years, with $4.5 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Common Equity fell 3.12% year-over-year to $4.5 billion; the trailing twelve-month figure through Jun 2026 stood at $4.5 billion (down 3.12% YoY), and the FY2025 full-year result was $4.5 billion, down 2.2% from the prior year.
- Common Equity eased to $4.5 billion in Q2 2026 per NE-WTA's latest filing, from $4.6 billion in the prior quarter.
- Across five years, Common Equity topped out at $4.7 billion in Q3 2024 and bottomed at $1.5 billion in Q1 2022.
- Historically, Common Equity has averaged $3.8 billion across 5 years, with a median of $4.0 billion in 2023.
- The sharpest annual moves came in 2023 and 2025: Common Equity jumped 152.76% in 2023, then dropped 3.22% in 2025.
- Over 5 years, Common Equity stood at $3.6 billion in 2022, then climbed by 8.71% to $3.9 billion in 2023, then rose by 18.62% to $4.7 billion in 2024, then slipped by 2.2% to $4.5 billion in 2025, then slipped by 1.43% to $4.5 billion in 2026.
- According to Business Quant data, Common Equity over the past three periods registered $4.5 billion, $4.6 billion, and $4.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.48 Bn |
| Mar 31, 2026 | 4.59 Bn |
| Dec 31, 2025 | 4.55 Bn |
| Sep 30, 2025 | 4.53 Bn |
| Jun 30, 2025 | 4.63 Bn |
| Mar 31, 2025 | 4.66 Bn |
| Dec 31, 2024 | 4.65 Bn |
| Sep 30, 2024 | 4.68 Bn |
| Jun 30, 2024 | 3.99 Bn |
| Mar 31, 2024 | 3.91 Bn |
| Dec 31, 2023 | 3.92 Bn |
| Sep 30, 2023 | 3.83 Bn |
| Jun 30, 2023 | 3.72 Bn |
| Mar 31, 2023 | 3.70 Bn |
| Dec 31, 2022 | 3.61 Bn |
| Sep 30, 2022 | 1.55 Bn |
| Jun 30, 2022 | 1.51 Bn |
| Mar 31, 2022 | 1.47 Bn |
| Dec 31, 2021 | 1.50 Bn |
Noble Corp plc Common Equity 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=common-equity&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();