Vale S.A. (VALE) Receivables (2009 - 2026)
Vale's (VALE) quarterly Receivables came in at $2.6 billion in Q2 2026, down 30.69% year-over-year from $3.8 billion in Q2 2025, and up 9.77% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) Receivables (2009 - 2026) Analysis & Trends
Vale has disclosed Receivables across 18 years of filings, most recently posting $2.6 billion for Q2 2026.
- In Q2 2026, Receivables fell 30.69% year-over-year to $2.6 billion; the TTM figure through Jun 2026 stood at $2.6 billion (down 30.69% YoY), while the FY2025 annual figure was $2.3 billion, down 57.06% from the prior year.
- Receivables came in at $2.6 billion for Q2 2026 at Vale, up from $2.4 billion in the prior quarter.
- In the past five years, Receivables ranged from a high of $9.8 billion in Q3 2022 to a low of $2.1 billion in Q1 2025.
- Average Receivables over 5 years is $5.0 billion, with a median of $3.6 billion recorded in 2023.
- Year-over-year, Receivables soared 69.28% in 2022 and plunged 74.8% in 2024.
- Over 5 years, Receivables stood at $9.0 billion in 2022, then retreated by 26.04% to $6.7 billion in 2023, then dropped by 25.95% to $4.9 billion in 2024, then sank by 53.43% to $2.3 billion in 2025, then advanced by 13.8% to $2.6 billion in 2026.
- Per Business Quant data, the three most recent Receivables figures were $2.6 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.3 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.91 Bn |
| Mar 31, 2026 | 2.38 Bn |
| Dec 31, 2025 | 2.80 Bn |
| Sep 30, 2025 | 3.20 Bn |
| Jun 30, 2025 | 3.77 Bn |
| Mar 31, 2025 | 2.14 Bn |
| Dec 31, 2024 | 4.93 Bn |
| Sep 30, 2024 | 3.00 Bn |
| Jun 30, 2024 | 2.33 Bn |
| Mar 31, 2024 | 2.23 Bn |
| Dec 31, 2023 | 7.50 Bn |
| Sep 30, 2023 | 3.35 Bn |
| Jun 30, 2023 | 8.31 Bn |
| Mar 31, 2023 | 8.86 Bn |
| Dec 31, 2022 | 9.01 Bn |
| Sep 30, 2022 | 9.79 Bn |
| Jun 30, 2022 | 8.15 Bn |
| Mar 31, 2022 | 6.21 Bn |
| Dec 31, 2021 | 8.59 Bn |
| Sep 30, 2021 | 5.78 Bn |
Vale S.A. 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=receivables&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=receivables&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();