Lion Copper (LCGMD) Non-Current Debt (2018 - 2019)
Lion Copper (LCGMD) posted Non-Current Debt of $402000.0 for Q4 2019, down 44.24% sequentially from $721000.0 in Q4 2018, and down 44.24% year-over-year from $721000.0 in Q4 2018.
Lion Copper (LCGMD) Non-Current Debt (2018 - 2019) Analysis & Trends
Lion Copper (LCGMD) has 2 years of Non-Current Debt data on file, last reported at $402000.0 in Q4 2019.
- For the quarter ending Q4 2019, Non-Current Debt fell 44.24% year-over-year to $402000.0; the trailing twelve-month figure through Dec 2019 stood at $402000.0 (down 44.24% YoY), and the FY2019 full-year result was $402000.0, down 44.24% from the prior year.
- Non-Current Debt was $402000.0 for Q4 2019 at Lion Copper, down from $721000.0 in the prior quarter.
- Over the last five years, Non-Current Debt for LCGMD reached as high as $721000.0 in Q4 2018 and fell as low as $402000.0 in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | -1.23 Bn |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 7.99 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 5.08 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 3.99 Bn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 8.17 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 196.83 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 84.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 6.39 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 11.73 Bn |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 402,000.00 |
| Dec 31, 2019 | 402,000.00 |
| Dec 31, 2018 | 721,000.00 |
| Dec 31, 2018 | 721,000.00 |
Lion Copper Non-Current Debt 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=non-current-debt&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "ticker": "LCGMD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-current-debt&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();