Vale S.A. (VALE) Cash from Restructuring (2009 - 2010)
Vale's (VALE) quarterly Cash from Restructuring came in at -$328.0 million in Q1 2022, down 15.9% year-over-year from -$390.0 million in Q1 2021, and down 15.9% quarter-over-quarter from -$283.0 million in Q1 2021.
Vale S.A. (VALE) Cash from Restructuring (2009 - 2010) Analysis & Trends
Vale has disclosed Cash from Restructuring across 2 years of filings, most recently posting -$328.0 million for Q1 2022.
- In Q1 2022, Cash from Restructuring fell 15.9% year-over-year to -$328.0 million; the TTM figure through Mar 2022 stood at -$395.0 million (down 65.24% YoY), while the FY2021 annual figure was $27.0 million, down 87.84% from the prior year.
- Cash from Restructuring came in at -$328.0 million for Q1 2022 at Vale, down from -$283.0 million in the prior quarter.
- In the past five years, Cash from Restructuring ranged from a high of -$283.0 million in Q1 2021 to a low of -$328.0 million in Q1 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2010 | 302.01 Bn |
| Jun 30, 2010 | 2.01 Bn |
| Dec 31, 2009 | 312.01 Bn |
| Sep 30, 2009 | 302.01 Bn |
Vale S.A. Cash from Restructuring 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=cash-from-restructuring&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "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=cash-from-restructuring&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();