Vale S.A. (VALE) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Vale S.A. (VALE) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.83% |
| Mar 31, 2026 | 2.62% |
| Dec 31, 2025 | 17.00% |
| Sep 30, 2025 | 4.43% |
| Jun 30, 2025 | -8.45% |
| Mar 31, 2025 | -24.14% |
| Dec 31, 2024 | -23.37% |
| Sep 30, 2024 | -24.91% |
| Jun 30, 2024 | -21.99% |
| Mar 31, 2024 | -33.49% |
| Dec 31, 2023 | -35.22% |
| Sep 30, 2023 | -23.45% |
| Jun 30, 2023 | -25.63% |
| Mar 31, 2023 | -26.37% |
| Dec 31, 2022 | -13.27% |
| Sep 30, 2022 | -15.40% |
| Jun 30, 2022 | 5.91% |
| Mar 31, 2022 | 21.85% |
| Dec 31, 2021 | 25.82% |
| Sep 30, 2021 | 21.19% |
API Access
Vale S.A. Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();