Noble Corp plc (NE-WTA) Accumulated Expenses (2021 - 2026)
Noble's (NE-WTA) quarterly Accumulated Expenses came in at $52.0 million in Q2 2026, down 47.77% on a YoY basis from $99.6 million in Q2 2025, and down 28.91% quarter-over-quarter from $73.2 million in Q1 2026.
Noble Corp plc (NE-WTA) Accumulated Expenses (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Accumulated Expenses for 6 consecutive years, with $52.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Accumulated Expenses fell 47.77% year-over-year to $52.0 million; the trailing twelve-month figure through Jun 2026 stood at $52.0 million (down 47.77% YoY), and the FY2025 full-year result was $81.8 million, down 30.05% from the prior year.
- Accumulated Expenses eased to $52.0 million in Q2 2026 per NE-WTA's latest filing, from $73.2 million in the prior quarter.
- Across five years, Accumulated Expenses topped out at $119.7 million in Q3 2024 and bottomed at $36.4 million in Q3 2022.
- Historically, Accumulated Expenses has averaged $81.1 million across 5 years, with a median of $79.4 million in 2023.
- The sharpest annual moves came in 2023 and 2026: Accumulated Expenses surged 144.36% in 2023, then plunged 47.77% in 2026.
- Over 5 years, Accumulated Expenses stood at $76.2 million in 2022, then gained by 27.73% to $97.3 million in 2023, then climbed by 20.1% to $116.9 million in 2024, then sank by 30.05% to $81.8 million in 2025, then plunged by 36.37% to $52.0 million in 2026.
- According to Business Quant data, Accumulated Expenses over the past three periods registered $52.0 million, $73.2 million, and $81.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 52.02 Mn |
| Mar 31, 2026 | 73.17 Mn |
| Dec 31, 2025 | 81.75 Mn |
| Sep 30, 2025 | 98.78 Mn |
| Jun 30, 2025 | 99.60 Mn |
| Mar 31, 2025 | 93.69 Mn |
| Dec 31, 2024 | 116.88 Mn |
| Sep 30, 2024 | 119.67 Mn |
| Jun 30, 2024 | 68.18 Mn |
| Mar 31, 2024 | 61.87 Mn |
| Dec 31, 2023 | 97.31 Mn |
| Sep 30, 2023 | 88.95 Mn |
| Jun 30, 2023 | 77.05 Mn |
| Mar 31, 2023 | 55.84 Mn |
| Dec 31, 2022 | 76.19 Mn |
| Sep 30, 2022 | 36.40 Mn |
| Dec 31, 2021 | 48.35 Mn |
Noble Corp plc Accumulated Expenses 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=accumulated-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();