TFA Therapeutics (RAJAF) Exchange Rate Effect (2020 - 2023)
TFA Therapeutics (RAJAF) posted Exchange Rate Effect of -$28046.0 for Q4 2023, down 127.09% on a QoQ basis from $103547.0 in Q4 2022, and down 127.09% year-over-year from $103547.0 in Q4 2022.
TFA Therapeutics (RAJAF) Exchange Rate Effect (2020 - 2023) Analysis & Trends
TFA Therapeutics has reported Exchange Rate Effect for 3 years, with the latest figure at -$28046.0 in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn | 13.00 Mn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn | 12.00 Mn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn | 1.00 Mn |
| 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 | -3.00 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn | 100,000.00 |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn | -8.20 Mn |
| 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, 2023 | -28,046.00 |
| Dec 31, 2022 | 103,547.00 |
| Dec 31, 2020 | 15.00 |
TFA Therapeutics Exchange Rate Effect 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=exchange-rate-effect&ticker=RAJAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=RAJAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();