Noble Corp plc (NE-WTA) FCF Payout Ratio (2023 - 2026)
Noble's (NE-WTA) quarterly FCF Payout Ratio came in at 1.32 in Q2 2026, down 265.3% on a YoY basis from 0.8 in Q2 2025, and down 366.7% quarter-over-quarter from 0.49 in Q1 2026.
Noble Corp plc (NE-WTA) FCF Payout Ratio (2023 - 2026) Analysis & Trends
Noble (NE-WTA) has reported FCF Payout Ratio for 4 consecutive years, with 1.32 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Payout Ratio fell 265.3% year-over-year to 1.32; the trailing twelve-month figure through Jun 2026 stood at 1.14 (up 44.5% YoY), and the FY2025 full-year result was 0.74, down 78.61% from the prior year.
- FCF Payout Ratio retreated to 1.32 in Q2 2026 per NE-WTA's latest filing, from 0.49 in the prior quarter.
- Across five years, FCF Payout Ratio topped out at 2.26 in Q4 2025 and bottomed at 17.91 in Q4 2024.
- Historically, FCF Payout Ratio has averaged 1.5 across 4 years, with a median of 0.51 in 2025.
- The sharpest annual moves came in 2024 and 2025: FCF Payout Ratio tumbled 4735.65% in 2024, then soared 132.98% in 2025.
- Over 4 years, FCF Payout Ratio stood at 0.39 in 2023, then sank by 4735.65% to 17.91 in 2024, then soared by 112.61% to 2.26 in 2025, then tumbled by 158.31% to 1.32 in 2026.
- According to Business Quant data, FCF Payout Ratio over the past three periods registered 1.32, 0.49, and 2.26 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.32 |
| Mar 31, 2026 | 0.49 |
| Dec 31, 2025 | 2.26 |
| Sep 30, 2025 | 0.57 |
| Jun 30, 2025 | 0.80 |
| Mar 31, 2025 | 0.52 |
| Dec 31, 2024 | -17.91 |
| Sep 30, 2024 | 0.52 |
| Jun 30, 2024 | -3.79 |
| Mar 31, 2024 | -1.57 |
| Dec 31, 2023 | 0.39 |
| Sep 30, 2023 | 1.05 |
Noble Corp plc FCF 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=fcf-payout-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-payout-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();