Noble Corp plc (NE-WTA) Current Taxes (2021 - 2026)
Noble's (NE-WTA) quarterly Current Taxes came in at $59.5 million in Q2 2026, down 32.52% on a YoY basis from $88.2 million in Q2 2025, and down 27.12% quarter-over-quarter from $81.7 million in Q1 2026.
Noble Corp plc (NE-WTA) Current Taxes (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Current Taxes for 6 consecutive years, with $59.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Current Taxes fell 32.52% year-over-year to $59.5 million; the trailing twelve-month figure through Jun 2026 stood at $59.5 million (down 32.52% YoY), and the FY2025 full-year result was $83.3 million, up 5.52% from the prior year.
- Current Taxes slipped to $59.5 million in Q2 2026 per NE-WTA's latest filing, from $81.7 million in the prior quarter.
- Across five years, Current Taxes topped out at $109.0 million in Q3 2024 and bottomed at $26.5 million in Q3 2022.
- Historically, Current Taxes has averaged $68.7 million across 5 years, with a median of $66.5 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Current Taxes soared 149.3% in 2023, then plunged 32.97% in 2025.
- Over 5 years, Current Taxes stood at $57.0 million in 2022, then retreated by 0.99% to $56.4 million in 2023, then soared by 39.84% to $78.9 million in 2024, then climbed by 5.52% to $83.3 million in 2025, then dropped by 28.51% to $59.5 million in 2026.
- According to Business Quant data, Current Taxes over the past three periods registered $59.5 million, $81.7 million, and $83.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 59.52 Mn |
| Mar 31, 2026 | 81.67 Mn |
| Dec 31, 2025 | 83.26 Mn |
| Sep 30, 2025 | 73.08 Mn |
| Jun 30, 2025 | 88.21 Mn |
| Mar 31, 2025 | 83.15 Mn |
| Dec 31, 2024 | 78.90 Mn |
| Sep 30, 2024 | 109.02 Mn |
| Jun 30, 2024 | 56.13 Mn |
| Mar 31, 2024 | 66.75 Mn |
| Dec 31, 2023 | 56.42 Mn |
| Sep 30, 2023 | 66.15 Mn |
| Jun 30, 2023 | 57.34 Mn |
| Mar 31, 2023 | 56.29 Mn |
| Dec 31, 2022 | 56.99 Mn |
| Sep 30, 2022 | 26.53 Mn |
| Dec 31, 2021 | 28.74 Mn |
Noble Corp plc Current Taxes 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=current-taxes&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();