NutriBand (NTRB) Change in Account Payables (2019 - 2021)
NutriBand's (NTRB) quarterly Change in Account Payables came in at $174878.0 in Q4 2021, up 184.63% year-over-year from $61441.0 in Q4 2020, and up 3469.52% quarter-over-quarter from -$5190.0 in Q3 2021.
NutriBand (NTRB) Change in Account Payables (2019 - 2021) Analysis & Trends
NutriBand has disclosed Change in Account Payables across 3 years of filings, most recently posting $174878.0 for Q4 2021.
- In Q4 2021, Change in Account Payables rose 184.63% year-over-year to $174878.0; the TTM figure through Oct 2021 stood at $121565.0 (up 97.86% YoY), while the FY2021 annual figure was $59995.0, up 184.23% from the prior year.
- Change in Account Payables came in at $174878.0 for Q4 2021 at NutriBand, up from -$5190.0 in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $174878.0 in Q4 2021 to a low of -$71225.0 in Q2 2019.
- Average Change in Account Payables over 3 years is $18630.2, with a median of -$11071.0 recorded in 2021.
- The largest YoY upside for Change in Account Payables was 184.63% in 2021 against a maximum downside of 184.63% in 2021.
- Over 3 years, Change in Account Payables stood at -$71225.0 in 2019, then soared by 186.26% to $61441.0 in 2020, then surged by 184.63% to $174878.0 in 2021.
- Per Business Quant data, the three most recent Change in Account Payables figures were $174878.0 in Q4 2021, -$5190.0 in Q3 2021, and -$16952.0 in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | - |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | -21.20 Mn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 45.25 Mn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -8.53 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | - |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | -1.12 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 30.70 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | - |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | - |
Historic Data
| Date | Value |
|---|---|
| Oct 31, 2021 | 174,878.00 |
| Jul 31, 2021 | -5,190.00 |
| Apr 30, 2021 | -16,952.00 |
| Jan 31, 2021 | -31,171.00 |
| Oct 31, 2020 | 61,441.00 |
| Apr 30, 2019 | -71,225.00 |
NutriBand Change in Account Payables 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=change-in-account-payables&ticker=NTRB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "NTRB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-account-payables&ticker=NTRB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();