Noble Corp plc (NE-WTA) Assets (2021 - 2026)
Noble's (NE-WTA) quarterly Assets came in at $7.2 billion in Q2 2026, down 5.58% on a YoY basis from $7.7 billion in Q2 2025, and down 3.19% quarter-over-quarter from $7.5 billion in Q1 2026.
Noble Corp plc (NE-WTA) Assets (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Assets for 6 consecutive years, with $7.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets fell 5.58% year-over-year to $7.2 billion; the trailing twelve-month figure through Jun 2026 stood at $7.2 billion (down 5.58% YoY), and the FY2025 full-year result was $7.5 billion, down 5.46% from the prior year.
- Assets fell to $7.2 billion in Q2 2026 per NE-WTA's latest filing, from $7.5 billion in the prior quarter.
- Across five years, Assets topped out at $8.0 billion in Q3 2024 and bottomed at $2.4 billion in Q3 2022.
- Historically, Assets has averaged $6.3 billion across 5 years, with a median of $6.4 billion in 2024.
- The sharpest annual moves came in 2022 and 2026: Assets jumped 152.47% in 2022, then decreased 5.58% in 2026.
- Over 5 years, Assets stood at $5.2 billion in 2022, then increased by 5.21% to $5.5 billion in 2023, then surged by 44.62% to $8.0 billion in 2024, then dropped by 5.46% to $7.5 billion in 2025, then retreated by 3.86% to $7.2 billion in 2026.
- According to Business Quant data, Assets over the past three periods registered $7.2 billion, $7.5 billion, and $7.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.24 Bn |
| Mar 31, 2026 | 7.48 Bn |
| Dec 31, 2025 | 7.53 Bn |
| Sep 30, 2025 | 7.64 Bn |
| Jun 30, 2025 | 7.67 Bn |
| Mar 31, 2025 | 7.91 Bn |
| Dec 31, 2024 | 7.96 Bn |
| Sep 30, 2024 | 8.04 Bn |
| Jun 30, 2024 | 5.59 Bn |
| Mar 31, 2024 | 5.44 Bn |
| Dec 31, 2023 | 5.51 Bn |
| Sep 30, 2023 | 5.27 Bn |
| Jun 30, 2023 | 5.20 Bn |
| Mar 31, 2023 | 5.07 Bn |
| Dec 31, 2022 | 5.23 Bn |
| Sep 30, 2022 | 2.39 Bn |
| Dec 31, 2021 | 2.07 Bn |
Noble Corp plc Assets 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&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();