Noble Corp plc (NE-WTA) Assets Average (2022 - 2026)
Noble's (NE-WTA) quarterly Assets Average came in at $7.4 billion in Q2 2026, down 5.52% on a YoY basis from $7.8 billion in Q2 2025, and down 1.94% quarter-over-quarter from $7.5 billion in Q1 2026.
Noble Corp plc (NE-WTA) Assets Average (2022 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Assets Average for 5 consecutive years, with $7.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average fell 5.52% year-over-year to $7.4 billion; the trailing twelve-month figure through Jun 2026 stood at $7.4 billion (down 5.52% YoY), and the FY2025 full-year result was $7.7 billion, up 15.01% from the prior year.
- Assets Average slipped to $7.4 billion in Q2 2026 per NE-WTA's latest filing, from $7.5 billion in the prior quarter.
- Across five years, Assets Average topped out at $8.0 billion in Q4 2024 and bottomed at $3.8 billion in Q4 2022.
- Historically, Assets Average has averaged $6.4 billion across 5 years, with a median of $6.8 billion in 2024.
- The sharpest annual moves came in 2024 and 2026: Assets Average soared 48.47% in 2024, then retreated 5.52% in 2026.
- Over 5 years, Assets Average stood at $3.8 billion in 2022, then surged by 41.42% to $5.4 billion in 2023, then jumped by 48.47% to $8.0 billion in 2024, then dropped by 5.19% to $7.6 billion in 2025, then declined by 2.98% to $7.4 billion in 2026.
- According to Business Quant data, Assets Average over the past three periods registered $7.4 billion, $7.5 billion, and $7.6 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.36 Bn |
| Mar 31, 2026 | 7.50 Bn |
| Dec 31, 2025 | 7.58 Bn |
| Sep 30, 2025 | 7.65 Bn |
| Jun 30, 2025 | 7.79 Bn |
| Mar 31, 2025 | 7.94 Bn |
| Dec 31, 2024 | 8.00 Bn |
| Sep 30, 2024 | 6.81 Bn |
| Jun 30, 2024 | 5.51 Bn |
| Mar 31, 2024 | 5.47 Bn |
| Dec 31, 2023 | 5.39 Bn |
| Sep 30, 2023 | 5.23 Bn |
| Jun 30, 2023 | 5.13 Bn |
| Mar 31, 2023 | 5.15 Bn |
| Dec 31, 2022 | 3.81 Bn |
Noble Corp plc Assets Average 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=assets-average&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();