Vale S.A. (VALE) Change in Account Payables (2009 - 2021)
Vale's (VALE) quarterly Change in Account Payables came in at -$21.0 million in Q1 2025, down 105.56% year-over-year from $378.0 million in Q1 2024, and up 96.92% quarter-over-quarter from -$681.0 million in Q4 2024.
Vale S.A. (VALE) Change in Account Payables (2009 - 2021) Analysis & Trends
Vale has disclosed Change in Account Payables across 17 years of filings, most recently posting -$21.0 million for Q1 2025.
- In Q1 2025, Change in Account Payables fell 105.56% year-over-year to -$21.0 million; the TTM figure through Mar 2025 stood at -$759.0 million (down 167.77% YoY), while the FY2024 annual figure was -$360.0 million, down 156.51% from the prior year.
- Change in Account Payables came in at -$21.0 million for Q1 2025 at Vale, up from -$681.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $1.2 billion in Q3 2022 to a low of -$681.0 million in Q4 2024.
- Average Change in Account Payables over 5 years is $58.9 million, with a median of -$21.0 million recorded in 2025.
- Year-over-year, Change in Account Payables sank 322.33% in 2022 and soared 460.0% in 2024.
- Over 5 years, Change in Account Payables stood at -$103.0 million in 2021, then sank by 322.33% to -$435.0 million in 2022, then climbed by 29.2% to -$308.0 million in 2023, then slumped by 121.1% to -$681.0 million in 2024, then surged by 96.92% to -$21.0 million in 2025.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$21.0 million in Q1 2025, -$681.0 million in Q4 2024, and $471.0 million in Q3 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 291.00 Mn |
| Jun 30, 2020 | 108.00 Mn |
| Jun 30, 2019 | 434.00 Mn |
| Mar 31, 2017 | -897.47 Mn |
| Mar 31, 2016 | 379.80 Mn |
| Sep 30, 2014 | 418.00 Mn |
| Jun 30, 2014 | 72.00 Mn |
| Mar 31, 2014 | 20.00 Mn |
| Dec 31, 2013 | -68.00 Mn |
| Sep 30, 2013 | 71.00 Mn |
| Jun 30, 2013 | 235.00 Mn |
| Mar 31, 2013 | 340.00 Mn |
| Dec 31, 2012 | 168.00 Mn |
| Sep 30, 2012 | 407.00 Mn |
| Jun 30, 2012 | 92.00 Mn |
| Mar 31, 2012 | 391.00 Mn |
| Dec 31, 2011 | -156.00 Mn |
| Sep 30, 2011 | 829.00 Mn |
| Jun 30, 2011 | 246.00 Mn |
| Mar 31, 2011 | 157.00 Mn |
Vale S.A. Change in Account Payables 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-account-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();