Vale S.A. (VALE) Gains from Investment Securities (2009 - 2010)
Vale's (VALE) quarterly Gains from Investment Securities came in at $35.2 million in Q2 2026, down 40.57% year-over-year from $59.2 million in Q2 2025, and up 25.6% quarter-over-quarter from $28.0 million in Q1 2026.
Vale S.A. (VALE) Gains from Investment Securities (2009 - 2010) Analysis & Trends
Vale has disclosed Gains from Investment Securities across 18 years of filings, most recently posting $35.2 million for Q2 2026.
- In Q2 2026, Gains from Investment Securities fell 40.57% year-over-year to $35.2 million; the TTM figure through Jun 2026 stood at $296.5 million (up 153.07% YoY), while the FY2025 annual figure was $313.0 million, up 286.42% from the prior year.
- Gains from Investment Securities came in at $35.2 million for Q2 2026 at Vale, up from $28.0 million in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $175.0 million in Q4 2025 to a low of $3.0 million in Q1 2024.
- Average Gains from Investment Securities over 5 years is $54.9 million, with a median of $47.0 million recorded in 2022.
- Year-over-year, Gains from Investment Securities plunged 98.48% in 2022 and soared 548.15% in 2025.
- Over 5 years, Gains from Investment Securities stood at $55.0 million in 2022, then jumped by 80.0% to $99.0 million in 2023, then plunged by 72.73% to $27.0 million in 2024, then soared by 548.15% to $175.0 million in 2025, then plunged by 79.9% to $35.2 million in 2026.
- Per Business Quant data, the three most recent Gains from Investment Securities figures were $35.2 million in Q2 2026, $28.0 million in Q1 2026, and $175.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2010 | -73.00 Mn |
| Dec 31, 2009 | 190.00 Mn |
| Jun 30, 2009 | -157.00 Mn |
Vale S.A. Gains from Investment Securities 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=gains-from-investment-securities&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();