Vale S.A. (VALE) Change in Intangibles (2010 - 2022)
Vale's (VALE) quarterly Change in Intangibles came in at -$297.0 million in Q4 2022.
Analysis
Vale S.A. (VALE) Change in Intangibles (2010 - 2022) Analysis & Trends
Vale has disclosed Change in Intangibles across 1 years of filings, most recently posting -$297.0 million for Q4 2022.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 1.51 Bn |
| Sep 30, 2018 | 211.00 Mn |
| Jun 30, 2018 | 765.00 Mn |
| Dec 31, 2017 | 175.00 Mn |
| Sep 30, 2017 | 351.00 Mn |
| Jun 30, 2017 | 300.00 Mn |
| Mar 31, 2017 | 1.15 Bn |
| Dec 31, 2016 | 788.00 Mn |
| Sep 30, 2016 | 1.57 Bn |
| Jun 30, 2016 | 1.43 Bn |
| Mar 31, 2016 | 3.20 Bn |
| Dec 31, 2015 | 1.15 Bn |
| Sep 30, 2015 | 1.07 Bn |
| Jun 30, 2015 | 1.54 Bn |
| Mar 31, 2015 | 1.34 Bn |
| Dec 31, 2014 | 979.08 Mn |
| Sep 30, 2014 | 718.00 Mn |
| Jun 30, 2014 | 10.00 Mn |
| Mar 31, 2014 | 651.00 Mn |
| Dec 31, 2013 | 2.07 Bn |
API Access
Vale S.A. Change in Intangibles 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=change-in-intangibles&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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=change-in-intangibles&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();