Noble Corp plc (NE-WTA) Dividend Coverage Ratio (2023 - 2026)
Noble's (NE-WTA) quarterly Dividend Coverage Ratio came in at 0.46 in Q2 2026, down 185.55% on a YoY basis from 0.54 in Q2 2025, and down 131.98% quarter-over-quarter from 1.44 in Q1 2026.
Noble Corp plc (NE-WTA) Dividend Coverage Ratio (2023 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Dividend Coverage Ratio for 4 consecutive years, with 0.46 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividend Coverage Ratio fell 185.55% year-over-year to 0.46; the trailing twelve-month figure through Jun 2026 stood at 0.46 (down 51.67% YoY), and the FY2025 full-year result was 0.68, down 58.08% from the prior year.
- Dividend Coverage Ratio declined to 0.46 in Q2 2026 per NE-WTA's latest filing, from 1.44 in the prior quarter.
- Across five years, Dividend Coverage Ratio topped out at 3.74 in Q3 2023 and bottomed at 0.46 in Q2 2026.
- Historically, Dividend Coverage Ratio has averaged 1.26 across 4 years, with a median of 1.27 in 2024.
- The widest YoY moves for Dividend Coverage Ratio: up 8.43% in 2026, down 185.55% in 2026.
- Over 4 years, Dividend Coverage Ratio stood at 2.65 in 2023, then sank by 54.27% to 1.21 in 2024, then fell by 10.63% to 1.08 in 2025, then sank by 142.55% to 0.46 in 2026.
- According to Business Quant data, Dividend Coverage Ratio over the past three periods registered 0.46, 1.44, and 1.08 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.46 |
| Mar 31, 2026 | 1.44 |
| Dec 31, 2025 | 1.08 |
| Sep 30, 2025 | -0.27 |
| Jun 30, 2025 | 0.54 |
| Mar 31, 2025 | 1.33 |
| Dec 31, 2024 | 1.21 |
| Sep 30, 2024 | 0.75 |
| Jun 30, 2024 | 1.50 |
| Mar 31, 2024 | 1.61 |
| Dec 31, 2023 | 2.65 |
| Sep 30, 2023 | 3.74 |
Noble Corp plc Dividend Coverage 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=dividend-coverage-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();