Noble Corp plc (NE-WTA) Total Current Liabilities (2021 - 2026)
Noble's (NE-WTA) quarterly Total Current Liabilities came in at $613.8 million in Q2 2026, down 14.27% on a YoY basis from $716.0 million in Q2 2025, and down 14.68% quarter-over-quarter from $719.4 million in Q1 2026.
Noble Corp plc (NE-WTA) Total Current Liabilities (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Total Current Liabilities for 6 consecutive years, with $613.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Current Liabilities fell 14.27% year-over-year to $613.8 million; the trailing twelve-month figure through Jun 2026 stood at $613.8 million (down 14.27% YoY), and the FY2025 full-year result was $759.7 million, down 19.21% from the prior year.
- Total Current Liabilities fell to $613.8 million in Q2 2026 per NE-WTA's latest filing, from $719.4 million in the prior quarter.
- Across five years, Total Current Liabilities topped out at $940.4 million in Q4 2024 and bottomed at $268.8 million in Q3 2022.
- Historically, Total Current Liabilities has averaged $666.2 million across 5 years, with a median of $654.4 million in 2022.
- The sharpest annual moves came in 2022 and 2026: Total Current Liabilities jumped 168.56% in 2022, then declined 21.8% in 2026.
- Over 5 years, Total Current Liabilities stood at $667.1 million in 2022, then slipped by 3.81% to $641.7 million in 2023, then surged by 46.55% to $940.4 million in 2024, then dropped by 19.21% to $759.7 million in 2025, then fell by 19.21% to $613.8 million in 2026.
- According to Business Quant data, Total Current Liabilities over the past three periods registered $613.8 million, $719.4 million, and $759.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 613.82 Mn |
| Mar 31, 2026 | 719.41 Mn |
| Dec 31, 2025 | 759.73 Mn |
| Sep 30, 2025 | 779.27 Mn |
| Jun 30, 2025 | 715.97 Mn |
| Mar 31, 2025 | 919.96 Mn |
| Dec 31, 2024 | 940.36 Mn |
| Sep 30, 2024 | 900.47 Mn |
| Jun 30, 2024 | 637.00 Mn |
| Mar 31, 2024 | 603.38 Mn |
| Dec 31, 2023 | 641.68 Mn |
| Sep 30, 2023 | 515.83 Mn |
| Jun 30, 2023 | 514.15 Mn |
| Mar 31, 2023 | 462.98 Mn |
| Dec 31, 2022 | 667.10 Mn |
| Sep 30, 2022 | 268.82 Mn |
| Dec 31, 2021 | 248.39 Mn |
Noble Corp plc Total Current Liabilities 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=total-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-liabilities", "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=total-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();