Vale S.A. (VALE) Cash & Equivalents (QoQ) (2009 - 2026)
Analysis
Vale S.A. (VALE) Cash & Equivalents (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.68% |
| Mar 31, 2026 | -32.41% |
| Dec 31, 2025 | 27.48% |
| Sep 30, 2025 | 7.04% |
| Jun 30, 2025 | 39.42% |
| Mar 31, 2025 | -25.06% |
| Dec 31, 2024 | 14.83% |
| Sep 30, 2024 | -29.06% |
| Jun 30, 2024 | 70.95% |
| Mar 31, 2024 | 7.37% |
| Dec 31, 2023 | -11.02% |
| Sep 30, 2023 | -20.39% |
| Jun 30, 2023 | 5.91% |
| Mar 31, 2023 | 0.17% |
| Dec 31, 2022 | -9.35% |
| Sep 30, 2022 | -27.88% |
| Jun 30, 2022 | -20.70% |
| Mar 31, 2022 | -22.73% |
| Dec 31, 2021 | 8.01% |
| Sep 30, 2021 | -20.46% |
API Access
Vale S.A. Cash & Equivalents (QoQ) 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-qoq&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-qoq&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();