Noble Corp plc (NE-WTA) Selling, General & Administrative (2021 - 2026)
Analysis
Noble Corp plc (NE-WTA) Selling, General & Administrative (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 26.94 Mn |
| Mar 31, 2026 | 30.05 Mn |
| Dec 31, 2025 | 29.66 Mn |
| Sep 30, 2025 | 33.30 Mn |
| Jun 30, 2025 | 34.98 Mn |
| Mar 31, 2025 | 35.21 Mn |
| Dec 31, 2024 | 31.27 Mn |
| Sep 30, 2024 | 43.60 Mn |
| Jun 30, 2024 | 39.67 Mn |
| Mar 31, 2024 | 25.96 Mn |
| Dec 31, 2023 | 32.99 Mn |
| Sep 30, 2023 | 33.04 Mn |
| Jun 30, 2023 | 32.35 Mn |
| Mar 31, 2023 | 30.04 Mn |
| Dec 31, 2022 | 29.88 Mn |
| Sep 30, 2022 | 18.09 Mn |
| Jun 30, 2022 | 16.69 Mn |
| Mar 31, 2022 | 17.52 Mn |
| Dec 31, 2021 | 14.54 Mn |
| Sep 30, 2021 | 14.98 Mn |
API Access
Noble Corp plc Selling, General & Administrative 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=selling-general-and-administrative&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();