TFA Therapeutics (RAJAF) Work In Process (2020 - 2022)
TFA Therapeutics (RAJAF) posted Work In Process of $266488.0 for Q4 2022, down 31.77% on a QoQ basis from $390588.0 in Q4 2021, and down 31.77% year-over-year from $390588.0 in Q4 2021.
TFA Therapeutics (RAJAF) Work In Process (2020 - 2022) Analysis & Trends
TFA Therapeutics has reported Work In Process for 3 years, with the latest figure at $266488.0 in Q4 2022.
- On a quarterly basis, Work In Process fell 31.77% year-over-year to $266488.0 in Q4 2022; TTM through Dec 2022 was $266488.0, a 31.77% decrease from a year earlier, with the FY2022 full-year figure at $266488.0, down 31.77% from the prior year.
- Work In Process was $266488.0 for Q4 2022 at TFA Therapeutics, down from $390588.0 in the prior quarter.
- The five-year high for Work In Process was $665082.0 in Q4 2020, with the low at $266488.0 in Q4 2022.
- Average Work In Process over 3 years is $440719.3, with a median of $390588.0 recorded in 2021.
- The sharpest annual moves came in 2021 and 2022: Work In Process sank 41.27% in 2021, then tumbled 31.77% in 2022.
- Over 3 years, Work In Process stood at $665082.0 in 2020, then tumbled by 41.27% to $390588.0 in 2021, then sank by 31.77% to $266488.0 in 2022.
- The last three Work In Process figures came in at $266488.0 (Q4 2022), $390588.0 (Q4 2021), and $665082.0 (Q4 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 266,488.00 |
| Dec 31, 2021 | 390,588.00 |
| Dec 31, 2020 | 665,082.00 |
TFA Therapeutics Work In Process 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=work-in-process&ticker=RAJAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "ticker": "RAJAF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=work-in-process&ticker=RAJAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();