Vale S.A. (VALE) Receivables - Other (2009 - 2019)
Vale's (VALE) quarterly Receivables - Other came in at $1.1 billion in Q1 2019, up 29.68% year-over-year from $849.0 million in Q1 2018, and down 4.56% quarter-over-quarter from $1.2 billion in Q4 2018.
Vale S.A. (VALE) Receivables - Other (2009 - 2019) Analysis & Trends
Vale has disclosed Receivables - Other across 11 years of filings, most recently posting $1.1 billion for Q1 2019.
- In Q1 2019, Receivables - Other rose 29.68% year-over-year to $1.1 billion; the TTM figure through Mar 2019 stood at $1.1 billion (up 29.68% YoY), while the FY2024 annual figure was -$836.0 million, changed 0.0% from the prior year.
- Receivables - Other came in at $1.1 billion for Q1 2019 at Vale, down from $1.2 billion in the prior quarter.
- In the past five years, Receivables - Other ranged from a high of $1.9 billion in Q4 2017 to a low of $66.0 million in Q3 2016.
- Average Receivables - Other over 5 years is $602.0 million, with a median of $412.9 million recorded in 2015.
- Year-over-year, Receivables - Other tumbled 99.92% in 2015 and soared 191.13% in 2017.
- Over 5 years, Receivables - Other stood at $482.9 million in 2015, then soared by 37.66% to $664.8 million in 2016, then soared by 191.13% to $1.9 billion in 2017, then plunged by 40.39% to $1.2 billion in 2018, then fell by 4.56% to $1.1 billion in 2019.
- Per Business Quant data, the three most recent Receivables - Other figures were $1.1 billion in Q1 2019, $1.2 billion in Q4 2018, and $849.0 million in Q1 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | 1.10 Bn |
| Dec 31, 2018 | 1.15 Bn |
| Mar 31, 2018 | 245.08 Mn |
| Mar 31, 2017 | 215.53 Mn |
| Sep 30, 2012 | 114.00 Mn |
| Jun 30, 2012 | 741.00 Mn |
| Mar 31, 2012 | 701.00 Mn |
| Sep 30, 2011 | 811.00 Mn |
| Jun 30, 2011 | 719.00 Mn |
| Mar 31, 2011 | 863.00 Mn |
| Sep 30, 2010 | 864.00 Mn |
| Jun 30, 2010 | 89.00 Mn |
| Mar 31, 2010 | 617.00 Mn |
| Jun 30, 2009 | 461.00 Mn |
| Mar 31, 2009 | 409.00 Mn |
Vale S.A. Receivables - Other 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-other&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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-other&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();