Noble Corp plc (NE-WTA) Preferred Shares (2022 - 2023)
Noble's (NE-WTA) quarterly Preferred Shares came in at $21000.0 in Q1 2023, down 82.2% on a YoY basis from $118000.0 in Q1 2022, and down 82.2% quarter-over-quarter from $118000.0 in Q1 2022.
Noble Corp plc (NE-WTA) Preferred Shares (2022 - 2023) Analysis & Trends
Noble (NE-WTA) has reported Preferred Shares for 2 consecutive years, with $21000.0 the latest figure, recorded in Q1 2023.
Peer Comparison
Noble Corp plc Preferred Shares 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=preferred-shares&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();