Noble Corp plc (NE-WTA) Short term Debt (2022 - 2023)
Noble's (NE-WTA) quarterly Short term Debt came in at $15.0 million in Q1 2023, down 90.61% quarter-over-quarter from $159.7 million in Q4 2022.
Noble Corp plc (NE-WTA) Short term Debt (2022 - 2023) Analysis & Trends
Noble (NE-WTA) has reported Short term Debt for 2 consecutive years, with $15.0 million the latest figure, recorded in Q1 2023.
- For the quarter ending Q1 2023, Short term Debt changed N/A year-over-year to $15.0 million; the trailing twelve-month figure through Mar 2023 stood at $15.0 million (changed N/A YoY), and the FY2022 full-year result was $159.7 million, changed N/A from the prior year.
- Short term Debt eased to $15.0 million in Q1 2023 per NE-WTA's latest filing, from $159.7 million in the prior quarter.
- Across five years, Short term Debt topped out at $159.7 million in Q4 2022 and bottomed at $15.0 million in Q1 2023.
Peer Comparison
Noble Corp plc Short term Debt 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=short-term-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();