Noble Corp plc (NE-WTA) Payout Ratio (2023 - 2026)
Noble's (NE-WTA) quarterly Payout Ratio came in at 2.17 in Q2 2026, down 216.89% on a YoY basis from 1.85 in Q2 2025, and down 412.73% quarter-over-quarter from 0.69 in Q1 2026.
Noble Corp plc (NE-WTA) Payout Ratio (2023 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Payout Ratio for 4 consecutive years, with 2.17 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Payout Ratio fell 216.89% year-over-year to 2.17; the trailing twelve-month figure through Jun 2026 stood at 2.16 (up 106.92% YoY), and the FY2025 full-year result was 1.48, up 138.56% from the prior year.
- Payout Ratio slipped to 2.17 in Q2 2026 per NE-WTA's latest filing, from 0.69 in the prior quarter.
- Across five years, Payout Ratio topped out at 1.85 in Q2 2025 and bottomed at 3.77 in Q3 2025.
- Historically, Payout Ratio has averaged 0.2 across 4 years, with a median of 0.68 in 2026.
- The sharpest annual moves came in 2024 and 2025: Payout Ratio soared 397.92% in 2024, then sank 382.91% in 2025.
- Over 4 years, Payout Ratio stood at 0.38 in 2023, then jumped by 118.69% to 0.82 in 2024, then increased by 11.9% to 0.92 in 2025, then sank by 335.0% to 2.17 in 2026.
- According to Business Quant data, Payout Ratio over the past three periods registered 2.17, 0.69, and 0.92 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.17 |
| Mar 31, 2026 | 0.69 |
| Dec 31, 2025 | 0.92 |
| Sep 30, 2025 | -3.77 |
| Jun 30, 2025 | 1.85 |
| Mar 31, 2025 | 0.75 |
| Dec 31, 2024 | 0.82 |
| Sep 30, 2024 | 1.33 |
| Jun 30, 2024 | 0.67 |
| Mar 31, 2024 | 0.62 |
| Dec 31, 2023 | 0.38 |
| Sep 30, 2023 | 0.27 |
Noble Corp plc Payout 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=payout-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();