Vale S.A. (VALE) Change in Receivables (2009 - 2025)
Vale's (VALE) quarterly Change in Receivables came in at $316.0 million in Q1 2025, down 83.67% year-over-year from $1.9 billion in Q1 2024, and down 44.76% quarter-over-quarter from $572.0 million in Q4 2024.
Vale S.A. (VALE) Change in Receivables (2009 - 2025) Analysis & Trends
Vale has disclosed Change in Receivables across 17 years of filings, most recently posting $316.0 million for Q1 2025.
- In Q1 2025, Change in Receivables fell 83.67% year-over-year to $316.0 million; the TTM figure through Mar 2025 stood at $49.0 million (down 89.01% YoY), while the FY2024 annual figure was $1.7 billion, up 746.7% from the prior year.
- Change in Receivables came in at $316.0 million for Q1 2025 at Vale, down from $572.0 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $3.9 billion in Q3 2021 to a low of -$3.1 billion in Q4 2021.
- Average Change in Receivables over 5 years is $274.5 million, with a median of $3.0 million recorded in 2022.
- Year-over-year, Change in Receivables jumped 1502.17% in 2021 and plunged 13766.67% in 2023.
- Over 5 years, Change in Receivables stood at -$3.1 billion in 2021, then jumped by 89.66% to -$325.0 million in 2022, then tumbled by 156.0% to -$832.0 million in 2023, then jumped by 168.75% to $572.0 million in 2024, then plunged by 44.76% to $316.0 million in 2025.
- Per Business Quant data, the three most recent Change in Receivables figures were $316.0 million in Q1 2025, $572.0 million in Q4 2024, and -$672.0 million in Q3 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 316.00 Mn |
| Dec 31, 2024 | 572.00 Mn |
| Jun 30, 2024 | -167.00 Mn |
| Mar 31, 2024 | 1.94 Bn |
| Dec 31, 2023 | -832.00 Mn |
| Sep 30, 2023 | -410.00 Mn |
| Jun 30, 2023 | -247.00 Mn |
| Mar 31, 2023 | 1.69 Bn |
| Dec 31, 2022 | -325.00 Mn |
| Sep 30, 2022 | 3.00 Mn |
| Jun 30, 2022 | 902.00 Mn |
| Mar 31, 2022 | 877.00 Mn |
| Dec 31, 2021 | -3.14 Bn |
| Sep 30, 2021 | 3.87 Bn |
| Jun 30, 2021 | -1.10 Bn |
| Mar 31, 2021 | 1.40 Bn |
| Dec 31, 2020 | -4.44 Bn |
| Sep 30, 2020 | -276.00 Mn |
| Jun 30, 2020 | -922.00 Mn |
| Mar 31, 2020 | 621.00 Mn |
Vale S.A. Change in Receivables 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-receivables&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();