Vale S.A. (VALE) Current Deferred Revenue (2021 - 2022)
Vale's (VALE) quarterly Current Deferred Revenue came in at $534.0 million in Q3 2022, down 5.68% quarter-over-quarter from $566.2 million in Q4 2021.
Vale S.A. (VALE) Current Deferred Revenue (2021 - 2022) Analysis & Trends
Vale has disclosed Current Deferred Revenue across 2 years of filings, most recently posting $534.0 million for Q3 2022.
- In Q3 2022, Current Deferred Revenue changed N/A year-over-year to $534.0 million; the TTM figure through Sep 2022 stood at $534.0 million (changed N/A YoY), while the FY2021 annual figure was $566.0 million, changed N/A from the prior year.
- Current Deferred Revenue came in at $534.0 million for Q3 2022 at Vale, down from $566.2 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of $566.2 million in Q4 2021 to a low of $534.0 million in Q3 2022.
Peer Comparison
Vale S.A. Current Deferred 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=current-deferred-revenue&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "ticker": "VALE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-revenue&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();