Noble Corp plc (NE-WTA) Shares Outstanding (2021 - 2026)
Noble's (NE-WTA) quarterly Shares Outstanding (Entity) came in at $159.6 million in Q2 2026, up 0.52% on a YoY basis from $158.8 million in Q2 2025, and little changed quarter-over-quarter from $159.5 million in Q1 2026.
Noble Corp plc (NE-WTA) Shares Outstanding (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Shares Outstanding (Entity) for 6 consecutive years, with $159.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Shares Outstanding (Entity) rose 0.52% year-over-year to $159.6 million; the trailing twelve-month figure through Jun 2026 stood at $159.6 million (up 0.52% YoY), and the FY2025 full-year result was $158.9 million, changed 0.03% from the prior year.
- Shares Outstanding (Entity) held at $159.6 million in Q2 2026 per NE-WTA's latest filing, from $159.5 million in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $160.3 million in Q3 2024 and bottomed at $63.1 million in Q1 2022.
- Historically, Shares Outstanding (Entity) has averaged $133.6 million across 5 years, with a median of $142.9 million in 2024.
- The sharpest annual moves came in 2023 and 2025: Shares Outstanding (Entity) surged 119.79% in 2023, then fell 0.93% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $85.1 million in 2022, then jumped by 65.54% to $140.8 million in 2023, then gained by 12.89% to $158.9 million in 2024, then declined by 0.03% to $158.9 million in 2025, then climbed by 0.47% to $159.6 million in 2026.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $159.6 million, $159.5 million, and $158.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 159.57 Mn |
| Mar 31, 2026 | 159.22 Mn |
| Dec 31, 2025 | 158.87 Mn |
| Sep 30, 2025 | 158.83 Mn |
| Jun 30, 2025 | 158.80 Mn |
| Mar 31, 2025 | 159.01 Mn |
| Dec 31, 2024 | 148.73 Mn |
| Sep 30, 2024 | 149.73 Mn |
| Jun 30, 2024 | 142.85 Mn |
| Mar 31, 2024 | 141.95 Mn |
| Dec 31, 2023 | 138.38 Mn |
| Sep 30, 2023 | 139.40 Mn |
| Jun 30, 2023 | 138.06 Mn |
| Mar 31, 2023 | 134.75 Mn |
| Dec 31, 2022 | 85.06 Mn |
| Sep 30, 2022 | 70.32 Mn |
| Jun 30, 2022 | 69.79 Mn |
| Mar 31, 2022 | 67.64 Mn |
| Dec 31, 2021 | 63.19 Mn |
| Sep 30, 2021 | 66.62 Mn |
Noble Corp plc Shares Outstanding 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=shares-outstanding&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();