+
+
+ {#if isLoaded}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Our FDA Calendar is designed to provide you with future catalysts across biotech & pharma companies, updated on a daily basis for all companies we cover.
+
+
+
+ + FDA Calendar +
+
+
+
+
+
+
+
+
+
+
+
+
+ Biotech companies can be among the most lucrative stocks if you invest wisely. Their stock prices can soar by +100% in a single day or plummet by the same amount, depending on the outcomes of clinical trials.
+
+
+
+
+
+
+
+
+
+
+ {:else}
+
+
+
+
+
+ | + Symbol + | + ++ Source + | ++ Drug + | ++ Indication + | ++ Status + | ++ Target Date + | + ++ Change + | +
|---|---|---|---|---|---|---|
|
+
+ {item?.symbol}
+
+ {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
+
+
+ |
+
+
+ + {item?.sourceType?.length !== 0 ? item?.sourceType : 'n/a'} + | + + ++ {item?.drugName} + | + ++ {item?.indication} + | + ++ {item?.status?.length !== 0 ? item?.status : 'n/a'} + | + ++ {item?.targetDate?.length !== 0 ? item?.targetDate : 'n/a'} + | + + ++ {#if item?.changesPercentage >=0} + +{item?.changesPercentage}% + {:else} + {item?.changesPercentage}% + {/if} + | + + + +
+
+ {/if}
+
+
+
+
+
+