Vale S.A. (VALE) Change in Taxes (2009 - 2018)
Vale's (VALE) quarterly Change in Taxes came in at -$220.0 million in Q3 2018, down 361.9% year-over-year from $84.0 million in Q3 2017, and down 378.26% quarter-over-quarter from -$46.0 million in Q2 2018.
Vale S.A. (VALE) Change in Taxes (2009 - 2018) Analysis & Trends
Vale has disclosed Change in Taxes across 10 years of filings, most recently posting -$220.0 million for Q3 2018.
- In Q3 2018, Change in Taxes fell 361.9% year-over-year to -$220.0 million; the TTM figure through Sep 2018 stood at $57.0 million (down 93.5% YoY), while the FY2023 annual figure was $821.0, up 41150.0% from the prior year.
- Change in Taxes came in at -$220.0 million for Q3 2018 at Vale, down from -$46.0 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $563.0 million in Q4 2017 to a low of -$240.0 million in Q1 2018.
- Average Change in Taxes over 5 years is $121.4 million, with a median of $88.0 million recorded in 2016.
- Year-over-year, Change in Taxes soared 162.86% in 2017 and tumbled 361.9% in 2018.
- Over 5 years, Change in Taxes stood at $171.9 million in 2014, then increased by 9.11% to $187.6 million in 2015, then jumped by 106.84% to $388.0 million in 2016, then surged by 45.1% to $563.0 million in 2017, then sank by 139.08% to -$220.0 million in 2018.
- Per Business Quant data, the three most recent Change in Taxes figures were -$220.0 million in Q3 2018, -$46.0 million in Q2 2018, and -$240.0 million in Q1 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | -220.00 Mn |
| Jun 30, 2018 | -46.00 Mn |
| Mar 31, 2018 | -240.00 Mn |
| Dec 31, 2017 | 563.00 Mn |
| Sep 30, 2017 | 84.00 Mn |
| Jun 30, 2017 | 37.00 Mn |
| Mar 31, 2017 | 368.00 Mn |
| Dec 31, 2016 | 388.00 Mn |
| Sep 30, 2016 | 88.00 Mn |
| Jun 30, 2016 | 114.00 Mn |
| Mar 31, 2016 | 140.00 Mn |
| Dec 31, 2015 | 187.59 Mn |
| Sep 30, 2015 | 47.00 Mn |
| Jun 30, 2015 | 74.00 Mn |
| Mar 31, 2015 | 244.00 Mn |
| Dec 31, 2014 | 171.92 Mn |
| Sep 30, 2014 | 81.00 Mn |
| Jun 30, 2014 | 67.00 Mn |
| Mar 31, 2014 | 159.00 Mn |
| Dec 31, 2013 | 150.00 Mn |
Vale S.A. Change in Taxes 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-taxes&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();