Noble Corp plc (NE-WTA) Debt Ratio (2021 - 2026)
Noble's (NE-WTA) quarterly Debt Ratio came in at 0.26 in Q2 2026, up 1.11% on a YoY basis from 0.26 in Q2 2025, and up 1.74% quarter-over-quarter from 0.26 in Q1 2026.
Noble Corp plc (NE-WTA) Debt Ratio (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Debt Ratio for 6 consecutive years, with 0.26 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Debt Ratio rose 1.11% year-over-year to 0.26; the trailing twelve-month figure through Jun 2026 stood at 0.26 (up 1.11% YoY), and the FY2025 full-year result was 0.26, up 5.54% from the prior year.
- Debt Ratio climbed to 0.26 in Q2 2026 per NE-WTA's latest filing, from 0.26 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.26 in Q4 2025 and bottomed at 0.1 in Q1 2023.
- Historically, Debt Ratio has averaged 0.19 across 5 years, with a median of 0.21 in 2022.
- The sharpest annual moves came in 2023 and 2024: Debt Ratio sank 38.94% in 2023, then surged 133.58% in 2024.
- Over 5 years, Debt Ratio stood at 0.13 in 2022, then fell by 17.18% to 0.11 in 2023, then surged by 133.58% to 0.25 in 2024, then advanced by 5.54% to 0.26 in 2025, then fell by 0.58% to 0.26 in 2026.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.26, 0.26, and 0.26 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.26 |
| Mar 31, 2026 | 0.26 |
| Dec 31, 2025 | 0.26 |
| Sep 30, 2025 | 0.26 |
| Jun 30, 2025 | 0.26 |
| Mar 31, 2025 | 0.25 |
| Dec 31, 2024 | 0.25 |
| Sep 30, 2024 | 0.25 |
| Jun 30, 2024 | 0.11 |
| Mar 31, 2024 | 0.11 |
| Dec 31, 2023 | 0.11 |
| Sep 30, 2023 | 0.11 |
| Jun 30, 2023 | 0.11 |
| Mar 31, 2023 | 0.10 |
| Dec 31, 2022 | 0.13 |
| Sep 30, 2022 | 0.18 |
| Dec 31, 2021 | 0.10 |
Noble Corp plc Debt Ratio 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=debt-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();