Noble Corp plc (NE-WTA) Current Assets (2021 - 2026)
Noble's (NE-WTA) quarterly Current Assets came in at $1.2 billion in Q2 2026, down 8.83% on a YoY basis from $1.3 billion in Q2 2025, and down 18.09% quarter-over-quarter from $1.4 billion in Q1 2026.
Noble Corp plc (NE-WTA) Current Assets (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Current Assets for 6 consecutive years, with $1.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Current Assets fell 8.83% year-over-year to $1.2 billion; the trailing twelve-month figure through Jun 2026 stood at $1.2 billion (down 8.83% YoY), and the FY2025 full-year result was $1.3 billion, down 8.39% from the prior year.
- Current Assets retreated to $1.2 billion in Q2 2026 per NE-WTA's latest filing, from $1.4 billion in the prior quarter.
- Across five years, Current Assets topped out at $1.4 billion in Q1 2025 and bottomed at $754.6 million in Q3 2022.
- Historically, Current Assets has averaged $1.2 billion across 5 years, with a median of $1.1 billion in 2023.
- The sharpest annual moves came in 2022 and 2026: Current Assets jumped 130.83% in 2022, then fell 8.83% in 2026.
- Over 5 years, Current Assets stood at $1.1 billion in 2022, then rose by 0.95% to $1.1 billion in 2023, then surged by 30.81% to $1.4 billion in 2024, then retreated by 8.39% to $1.3 billion in 2025, then retreated by 7.63% to $1.2 billion in 2026.
- According to Business Quant data, Current Assets over the past three periods registered $1.2 billion, $1.4 billion, and $1.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.18 Bn |
| Mar 31, 2026 | 1.43 Bn |
| Dec 31, 2025 | 1.27 Bn |
| Sep 30, 2025 | 1.36 Bn |
| Jun 30, 2025 | 1.29 Bn |
| Mar 31, 2025 | 1.44 Bn |
| Dec 31, 2024 | 1.39 Bn |
| Sep 30, 2024 | 1.41 Bn |
| Jun 30, 2024 | 986.87 Mn |
| Mar 31, 2024 | 971.07 Mn |
| Dec 31, 2023 | 1.06 Bn |
| Sep 30, 2023 | 1.03 Bn |
| Jun 30, 2023 | 932.62 Mn |
| Mar 31, 2023 | 872.18 Mn |
| Dec 31, 2022 | 1.05 Bn |
| Sep 30, 2022 | 754.63 Mn |
| Dec 31, 2021 | 455.65 Mn |
Noble Corp plc Current 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=current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-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=current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();