Vale S.A. (VALE) Acquisitions (2009 - 2021)
Vale's (VALE) quarterly Acquisitions came in at -$2.3 billion in Q2 2021, down 16253.54% quarter-over-quarter from -$14.3 million in Q4 2019.
Vale S.A. (VALE) Acquisitions (2009 - 2021) Analysis & Trends
Vale has disclosed Acquisitions across 6 years of filings, most recently posting -$2.3 billion for Q2 2021.
- In Q2 2021, Acquisitions changed N/A year-over-year to -$2.3 billion; the TTM figure through Dec 2021 stood at -$2.4 billion (changed N/A YoY), while the FY2023 annual figure was $2.5 billion, changed 0.0% from the prior year.
- Acquisitions came in at -$2.3 billion for Q2 2021 at Vale, down from -$14.3 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of -$14.3 million in Q4 2019 to a low of -$2.3 billion in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -2.35 Bn |
| Dec 31, 2019 | -14.34 Mn |
| Sep 30, 2019 | -417.00 Mn |
| Mar 31, 2019 | -496.00 Mn |
| Mar 31, 2016 | 5.00 Mn |
| Mar 31, 2015 | -90.00 Mn |
| Sep 30, 2010 | 1.02 Bn |
| Jun 30, 2010 | -5.23 Bn |
| Dec 31, 2009 | -752.00 Mn |
| Sep 30, 2009 | 802.00 Mn |
| Jun 30, 2009 | 300.00 Mn |
| Mar 31, 2009 | 850.00 Mn |
Vale S.A. Acquisitions 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=acquisitions&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();