Noble Corp plc (NE-WTA) Treasury Shares (2022 - 2025)
Noble's (NE-WTA) quarterly Treasury Shares came in at $10.0 million in Q1 2023.
Analysis
Noble Corp plc (NE-WTA) Treasury Shares (2022 - 2025) Analysis & Trends
Noble (NE-WTA) has reported Treasury Shares for 4 consecutive years, with $23.8 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Treasury Shares rose 15.53% year-over-year to $23.8 million; the trailing twelve-month figure through Dec 2025 stood at $23.8 million (up 15.53% YoY), and the FY2025 full-year result was $23.8 million, up 15.53% from the prior year.
- Treasury Shares held at $10.0 million in Q1 2023 per NE-WTA's latest filing.
- Across five years, Treasury Shares topped out at $23.8 million in Q4 2025 and bottomed at $20.6 million in Q2 2023.
- Historically, Treasury Shares has averaged $20.9 million across 4 years, with a median of $20.6 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Treasury Shares dropped 0.01% in 2023, then climbed 15.53% in 2025.
- Over 4 years, Treasury Shares stood at $20.6 million in 2022, then slipped by 0.01% to $20.6 million in 2023, then changed by 0.0% to $20.6 million in 2024, then grew by 15.53% to $23.8 million in 2025.
- According to Business Quant data, Treasury Shares over the past three periods registered $23.8 million, $20.6 million, and $20.6 million for Q4 2025, Q1 2025, and Q4 2024 respectively.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 23.80 Mn |
| Dec 31, 2025 | 23.80 Mn |
| Mar 31, 2025 | 20.60 Mn |
| Mar 31, 2025 | 20.60 Mn |
| Dec 31, 2024 | 20.60 Mn |
| Dec 31, 2024 | 20.60 Mn |
| Sep 30, 2024 | 20.60 Mn |
| Sep 30, 2024 | 20.60 Mn |
| Jun 30, 2024 | 20.60 Mn |
| Jun 30, 2024 | 20.60 Mn |
| Mar 31, 2024 | 20.60 Mn |
| Mar 31, 2024 | 20.60 Mn |
| Dec 31, 2023 | 20.60 Mn |
| Dec 31, 2023 | 20.60 Mn |
| Sep 30, 2023 | 20.60 Mn |
| Sep 30, 2023 | 20.60 Mn |
| Jun 30, 2023 | 20.60 Mn |
| Jun 30, 2023 | 20.60 Mn |
| Mar 31, 2023 | 20.60 Mn |
| Mar 31, 2023 | 10.00 Mn |
API Access
Noble Corp plc Treasury Shares 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=treasury-shares&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();