Noble Corp plc (NE-WTA) Non-Current Debt (2021 - 2026)
Noble's (NE-WTA) quarterly Non-Current Debt came in at $1.9 billion in Q2 2026, down 4.53% on a YoY basis from $2.0 billion in Q2 2025, and down 1.5% quarter-over-quarter from $1.9 billion in Q1 2026.
Noble Corp plc (NE-WTA) Non-Current Debt (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Non-Current Debt for 6 consecutive years, with $1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Debt fell 4.53% year-over-year to $1.9 billion; the trailing twelve-month figure through Jun 2026 stood at $1.9 billion (down 4.53% YoY), and the FY2025 full-year result was $2.0 billion, changed 0.22% from the prior year.
- Non-Current Debt eased to $1.9 billion in Q2 2026 per NE-WTA's latest filing, from $1.9 billion in the prior quarter.
- Across five years, Non-Current Debt topped out at $2.0 billion in Q3 2024 and bottomed at $434.4 million in Q3 2022.
- Historically, Non-Current Debt has averaged $1.3 billion across 5 years, with a median of $1.3 billion in 2024.
- The sharpest annual moves came in 2024 and 2026: Non-Current Debt soared 238.22% in 2024, then dropped 4.53% in 2026.
- Over 5 years, Non-Current Debt stood at $513.1 million in 2022, then rose by 14.26% to $586.2 million in 2023, then jumped by 237.8% to $2.0 billion in 2024, then dropped by 0.22% to $2.0 billion in 2025, then dropped by 4.42% to $1.9 billion in 2026.
- According to Business Quant data, Non-Current Debt over the past three periods registered $1.9 billion, $1.9 billion, and $2.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.89 Bn |
| Mar 31, 2026 | 1.92 Bn |
| Dec 31, 2025 | 1.98 Bn |
| Sep 30, 2025 | 1.98 Bn |
| Jun 30, 2025 | 1.98 Bn |
| Mar 31, 2025 | 1.98 Bn |
| Dec 31, 2024 | 1.98 Bn |
| Sep 30, 2024 | 1.98 Bn |
| Jun 30, 2024 | 622.05 Mn |
| Mar 31, 2024 | 586.62 Mn |
| Dec 31, 2023 | 586.20 Mn |
| Sep 30, 2023 | 585.79 Mn |
| Jun 30, 2023 | 585.39 Mn |
| Mar 31, 2023 | 505.65 Mn |
| Dec 31, 2022 | 513.06 Mn |
| Sep 30, 2022 | 434.37 Mn |
| Dec 31, 2021 | 216.00 Mn |
Noble Corp plc Non-Current Debt 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=non-current-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();