Noble Corp plc (NE-WTA) Other Accumulated Expenses (2021 - 2026)
Noble's (NE-WTA) quarterly Other Accumulated Expenses came in at $157.0 million in Q2 2026, up 4.08% on a YoY basis from $150.8 million in Q2 2025, and down 23.49% quarter-over-quarter from $205.2 million in Q1 2026.
Noble Corp plc (NE-WTA) Other Accumulated Expenses (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Other Accumulated Expenses for 6 consecutive years, with $157.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Accumulated Expenses rose 4.08% year-over-year to $157.0 million; the trailing twelve-month figure through Jun 2026 stood at $157.0 million (up 4.08% YoY), and the FY2025 full-year result was $260.1 million, down 16.32% from the prior year.
- Other Accumulated Expenses retreated to $157.0 million in Q2 2026 per NE-WTA's latest filing, from $205.2 million in the prior quarter.
- Across five years, Other Accumulated Expenses topped out at $360.4 million in Q1 2025 and bottomed at $57.1 million in Q3 2023.
- Historically, Other Accumulated Expenses has averaged $156.5 million across 5 years, with a median of $153.9 million in 2025.
- The sharpest annual moves came in 2025 and 2026: Other Accumulated Expenses surged 319.01% in 2025, then sank 43.07% in 2026.
- Over 5 years, Other Accumulated Expenses stood at $74.0 million in 2022, then grew by 10.89% to $82.1 million in 2023, then jumped by 278.79% to $310.9 million in 2024, then dropped by 16.32% to $260.1 million in 2025, then tumbled by 39.66% to $157.0 million in 2026.
- According to Business Quant data, Other Accumulated Expenses over the past three periods registered $157.0 million, $205.2 million, and $260.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 156.98 Mn |
| Mar 31, 2026 | 205.17 Mn |
| Dec 31, 2025 | 260.14 Mn |
| Sep 30, 2025 | 226.94 Mn |
| Jun 30, 2025 | 150.83 Mn |
| Mar 31, 2025 | 360.41 Mn |
| Dec 31, 2024 | 310.89 Mn |
| Sep 30, 2024 | 190.16 Mn |
| Jun 30, 2024 | 161.64 Mn |
| Mar 31, 2024 | 86.01 Mn |
| Dec 31, 2023 | 82.08 Mn |
| Sep 30, 2023 | 57.06 Mn |
| Jun 30, 2023 | 58.78 Mn |
| Mar 31, 2023 | 66.05 Mn |
| Dec 31, 2022 | 74.01 Mn |
| Sep 30, 2022 | 57.12 Mn |
| Dec 31, 2021 | 41.14 Mn |
Noble Corp plc Other 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=other-accumulated-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-accumulated-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();