Argenx Se (ARGX) Receivables - Other (2017 - 2019)
Argenx Se's (ARGX) quarterly Receivables - Other came in at $2.9 million in Q4 2019, down 3.02% on a YoY basis from $3.0 million in Q4 2018, and down 3.02% quarter-over-quarter from $3.0 million in Q4 2018.
Argenx Se (ARGX) Receivables - Other (2017 - 2019) Analysis & Trends
Argenx Se (ARGX) has reported Receivables - Other for 3 consecutive years, with $2.9 million the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Receivables - Other fell 3.02% year-over-year to $2.9 million; the trailing twelve-month figure through Dec 2019 stood at $2.9 million (down 3.02% YoY), and the FY2019 full-year result was $2.9 million, down 1.88% from the prior year.
- Receivables - Other fell to $2.9 million in Q4 2019 per ARGX's latest filing, from $3.0 million in the prior quarter.
- Across five years, Receivables - Other topped out at $3.2 million in Q4 2017 and bottomed at $2.9 million in Q4 2019.
- Historically, Receivables - Other has averaged $3.0 million across 3 years, with a median of $3.0 million in 2018.
- The sharpest annual moves came in 2018 and 2019: Receivables - Other slipped 5.33% in 2018, then decreased 3.02% in 2019.
- Over 3 years, Receivables - Other stood at $3.2 million in 2017, then decreased by 5.33% to $3.0 million in 2018, then decreased by 3.02% to $2.9 million in 2019.
- According to Business Quant data, Receivables - Other over the past three periods registered $2.9 million, $3.0 million, and $3.0 million for Q4 2019, Q4 2018, and Q2 2018 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn |
| 10 | Argenx Se | 58.53 Bn | 53.35 Bn | 1.37 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 2.92 Mn |
| Dec 31, 2018 | 3.01 Mn |
| Jun 30, 2018 | 3.02 Mn |
| Dec 31, 2017 | 3.18 Mn |
Argenx Se 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=ARGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "ticker": "ARGX", "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=ARGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();