Noble Corp plc (NE-WTA) Goodwill (2022 - 2023)
Noble's (NE-WTA) quarterly Goodwill came in at $14.6 million in Q2 2023, down 2.66% quarter-over-quarter from $15.0 million in Q1 2023.
Noble Corp plc (NE-WTA) Goodwill (2022 - 2023) Analysis & Trends
Noble (NE-WTA) has reported Goodwill for 2 consecutive years, with $14.6 million the latest figure, recorded in Q2 2023.
- For the quarter ending Q2 2023, Goodwill changed N/A year-over-year to $14.6 million; the trailing twelve-month figure through Jun 2023 stood at $14.6 million (changed N/A YoY), and the FY2022 full-year result was $26.0 million, changed N/A from the prior year.
- Goodwill slipped to $14.6 million in Q2 2023 per NE-WTA's latest filing, from $15.0 million in the prior quarter.
- Across five years, Goodwill topped out at $26.0 million in Q4 2022 and bottomed at $14.6 million in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 14.63 Mn |
| Mar 31, 2023 | 15.03 Mn |
| Dec 31, 2022 | 26.02 Mn |
Noble Corp plc Goodwill 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=goodwill&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();