Noble Corp plc (NE-WTA) Tax Rate (2021 - 2026)
Noble's (NE-WTA) quarterly Tax Rate came in at 79.89% in Q2 2026, down 13700.0% on a YoY basis from N/an in Q2 2025, and down 312.09% quarter-over-quarter from 37.67% in Q1 2026.
Noble Corp plc (NE-WTA) Tax Rate (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Tax Rate for 6 consecutive years, with 79.89% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Rate fell 13700.0% year-over-year to 79.89%; the trailing twelve-month figure through Jun 2026 stood at 24.34% (down 934.0% YoY), and the FY2025 full-year result was 20.65%, up 1171.0% from the prior year.
- Tax Rate declined to 79.89% in Q2 2026 per NE-WTA's latest filing, from 37.67% in the prior quarter.
- Across five years, Tax Rate topped out at 298.34% in Q3 2025 and bottomed at 528.31% in Q4 2025.
- Historically, Tax Rate has averaged 4.76% across 5 years, with a median of 10.99% in 2022.
- The widest YoY moves for Tax Rate: up 26428 bps in 2025, down 55065 bps in 2025.
- Over 5 years, Tax Rate stood at 7.4% in 2022, then plunged by 145 bps to 3.34% in 2023, then jumped by 768 bps to 22.35% in 2024, then tumbled by 2464 bps to 528.31% in 2025, then jumped by 85 bps to 79.89% in 2026.
- According to Business Quant data, Tax Rate over the past three periods registered 79.89%, 37.67%, and 528.31% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -79.89% |
| Mar 31, 2026 | 37.67% |
| Dec 31, 2025 | -528.31% |
| Sep 30, 2025 | 298.34% |
| Jun 30, 2025 | 57.11% |
| Mar 31, 2025 | 27.17% |
| Dec 31, 2024 | 22.35% |
| Sep 30, 2024 | 34.05% |
| Jun 30, 2024 | -2.75% |
| Mar 31, 2024 | -11.98% |
| Dec 31, 2023 | -3.34% |
| Sep 30, 2023 | 24.60% |
| Jun 30, 2023 | -1.03% |
| Mar 31, 2023 | -17.13% |
| Dec 31, 2022 | 7.40% |
| Sep 30, 2022 | 28.02% |
| Jun 30, 2022 | 9.54% |
| Mar 31, 2022 | 12.43% |
| Dec 31, 2021 | 5.36% |
| Sep 30, 2021 | -10.64% |
Noble Corp plc Tax Rate 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=tax-rate&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();