Vale S.A. (VALE) Other financing activities (2009 - 2023)
Vale's (VALE) quarterly Other financing activities came in at -$11.0 million in Q4 2022, down 266.67% year-over-year from $6.6 million in Q4 2021, and little changed quarter-over-quarter from -$11.0 million in Q1 2022.
Vale S.A. (VALE) Other financing activities (2009 - 2023) Analysis & Trends
Vale has disclosed Other financing activities across 9 years of filings, most recently posting -$11.0 million for Q4 2022.
- In Q4 2022, Other financing activities fell 266.67% year-over-year to -$11.0 million; the TTM figure through Dec 2022 stood at -$22.0 million (down 69.23% YoY), while the FY2023 annual figure was -$585.0, up 99.99% from the prior year.
- Other financing activities came in at -$11.0 million for Q4 2022 at Vale, roughly flat from -$11.0 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of -$3.0 million in Q2 2021 to a low of -$11.0 million in Q1 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -33.00 Mn |
| Jun 30, 2023 | -5.00 Mn |
| Mar 31, 2023 | -3.00 Mn |
| Dec 31, 2022 | -2.00 Mn |
| Sep 30, 2022 | -3.00 Mn |
| Jun 30, 2022 | -4.00 Mn |
| Mar 31, 2022 | -3.00 Mn |
| Dec 31, 2021 | -21.00 Mn |
| Sep 30, 2021 | -3.00 Mn |
| Jun 30, 2021 | -3.00 Mn |
| Mar 31, 2021 | -3.00 Mn |
| Dec 31, 2020 | -2.96 Mn |
| Sep 30, 2020 | -3.00 Mn |
| Jun 30, 2020 | -5.00 Mn |
| Mar 31, 2020 | 3.00 Mn |
| Dec 31, 2019 | -2.92 Mn |
| Sep 30, 2019 | -104.00 Mn |
| Jun 30, 2019 | 14.00 Mn |
| Mar 31, 2019 | -63.00 Mn |
| Dec 31, 2018 | 5.72 Bn |
Vale S.A. Other financing activities 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=other-financing-activities&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();