Vale S.A. (VALE) Receivables - Net (2009 - 2026)
Vale's (VALE) quarterly Receivables - Net came in at $2.6 billion in Q2 2026, up 12.43% year-over-year from $2.3 billion in Q2 2025, and up 8.87% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) Receivables - Net (2009 - 2026) Analysis & Trends
Vale has disclosed Receivables - Net across 18 years of filings, most recently posting $2.6 billion for Q2 2026.
- In Q2 2026, Receivables - Net rose 12.43% year-over-year to $2.6 billion; the TTM figure through Jun 2026 stood at $2.6 billion (up 12.43% YoY), while the FY2025 annual figure was $2.3 billion, down 2.59% from the prior year.
- Receivables - Net 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 - Net ranged from a high of $9.0 billion in Q4 2022 to a low of $2.1 billion in Q1 2025.
- Average Receivables - Net over 5 years is $3.3 billion, with a median of $2.6 billion recorded in 2025.
- The largest YoY upside for Receivables - Net was 146.28% in 2022 against a maximum downside of 56.64% in 2022.
- Over 5 years, Receivables - Net stood at $9.0 billion in 2022, then fell by 16.76% to $7.5 billion in 2023, then slumped by 34.21% 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 - Net 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.61 Bn |
| Mar 31, 2026 | 2.40 Bn |
| Dec 31, 2025 | 2.80 Bn |
| Sep 30, 2025 | 2.51 Bn |
| Jun 30, 2025 | 2.33 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 | 2.97 Bn |
| Mar 31, 2023 | 2.69 Bn |
| Dec 31, 2022 | 9.01 Bn |
| Sep 30, 2022 | 2.15 Bn |
| Jun 30, 2022 | 2.15 Bn |
| Mar 31, 2022 | 2.69 Bn |
| Dec 31, 2021 | 8.59 Bn |
| Sep 30, 2021 | 873.00 Mn |
Vale S.A. Receivables - Net 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-net&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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-net&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();