Noble Corp plc (NE-WTA) Dividends Paid - Common (2023 - 2026)
Noble's (NE-WTA) quarterly Dividends Paid - Common came in at $79.5 million in Q2 2026, little changed on a YoY basis from $79.5 million in Q2 2025, and down 4.97% quarter-over-quarter from $83.7 million in Q1 2026.
Noble Corp plc (NE-WTA) Dividends Paid - Common (2023 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Dividends Paid - Common for 4 consecutive years, with $79.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividends Paid - Common changed 0.02% year-over-year to $79.5 million; the trailing twelve-month figure through Jun 2026 stood at $322.7 million (changed 0.15% YoY), and the FY2025 full-year result was $320.4 million, up 15.31% from the prior year.
- Dividends Paid - Common slipped to $79.5 million in Q2 2026 per NE-WTA's latest filing, from $83.7 million in the prior quarter.
- Across five years, Dividends Paid - Common topped out at $129.9 million in Q2 2024 and bottomed at $42.4 million in Q3 2023.
- Historically, Dividends Paid - Common has averaged $77.8 million across 4 years, with a median of $79.6 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Dividends Paid - Common surged 92.52% in 2024, then tumbled 38.81% in 2025.
- Over 4 years, Dividends Paid - Common stood at $56.4 million in 2023, then surged by 41.19% to $79.7 million in 2024, then increased by 0.31% to $79.9 million in 2025, then decreased by 0.5% to $79.5 million in 2026.
- According to Business Quant data, Dividends Paid - Common over the past three periods registered $79.5 million, $83.7 million, and $79.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 79.53 Mn |
| Mar 31, 2026 | 83.69 Mn |
| Dec 31, 2025 | 79.93 Mn |
| Sep 30, 2025 | 79.52 Mn |
| Jun 30, 2025 | 79.52 Mn |
| Mar 31, 2025 | 81.41 Mn |
| Dec 31, 2024 | 79.68 Mn |
| Sep 30, 2024 | 81.57 Mn |
| Jun 30, 2024 | 129.95 Mn |
| Mar 31, 2024 | 59.42 Mn |
| Dec 31, 2023 | 56.44 Mn |
| Sep 30, 2023 | 42.37 Mn |
Noble Corp plc Dividends Paid - Common 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=dividends-paid-common&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();