Noble Corp plc (NE-WTA) Cost of Revenue (2021 - 2026)
Noble's (NE-WTA) quarterly Cost of Revenue came in at $446.3 million in Q2 2026, down 11.17% on a YoY basis from $502.4 million in Q2 2025, and down 0.85% quarter-over-quarter from $450.1 million in Q1 2026.
Noble Corp plc (NE-WTA) Cost of Revenue (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Cost of Revenue for 6 consecutive years, with $446.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cost of Revenue fell 11.17% year-over-year to $446.3 million; the trailing twelve-month figure through Jun 2026 stood at $1.8 billion (down 4.08% YoY), and the FY2025 full-year result was $1.9 billion, up 13.54% from the prior year.
- Cost of Revenue retreated to $446.3 million in Q2 2026 per NE-WTA's latest filing, from $450.1 million in the prior quarter.
- Across five years, Cost of Revenue topped out at $527.3 million in Q4 2024 and bottomed at $166.1 million in Q1 2022.
- Historically, Cost of Revenue has averaged $380.5 million across 5 years, with a median of $381.8 million in 2023.
- The sharpest annual moves came in 2023 and 2026: Cost of Revenue jumped 117.84% in 2023, then slipped 11.17% in 2026.
- Over 5 years, Cost of Revenue stood at $366.4 million in 2022, then advanced by 2.01% to $373.8 million in 2023, then soared by 41.07% to $527.3 million in 2024, then slipped by 10.64% to $471.1 million in 2025, then slipped by 5.27% to $446.3 million in 2026.
- According to Business Quant data, Cost of Revenue over the past three periods registered $446.3 million, $450.1 million, and $471.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 446.31 Mn |
| Mar 31, 2026 | 450.13 Mn |
| Dec 31, 2025 | 471.13 Mn |
| Sep 30, 2025 | 479.89 Mn |
| Jun 30, 2025 | 502.43 Mn |
| Mar 31, 2025 | 462.10 Mn |
| Dec 31, 2024 | 527.25 Mn |
| Sep 30, 2024 | 434.19 Mn |
| Jun 30, 2024 | 335.85 Mn |
| Mar 31, 2024 | 389.87 Mn |
| Dec 31, 2023 | 373.76 Mn |
| Sep 30, 2023 | 354.20 Mn |
| Jun 30, 2023 | 362.53 Mn |
| Mar 31, 2023 | 361.79 Mn |
| Dec 31, 2022 | 366.39 Mn |
| Sep 30, 2022 | 186.48 Mn |
| Jun 30, 2022 | 178.15 Mn |
| Mar 31, 2022 | 166.08 Mn |
| Dec 31, 2021 | 182.59 Mn |
| Sep 30, 2021 | 188.55 Mn |
Noble Corp plc Cost of Revenue 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=cost-of-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cost-of-revenue", "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=cost-of-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();