{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} FDA Calendar · stocknear

FDA Calendar

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.
{#if isLoaded}
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.
{#each displayList as item, index} goto(`/stocks/${item?.symbol}`)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] {index+1 === displayList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''} cursor-pointer"> {/each}
Symbol Drug Indication Status Target Date Change
{item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
{item?.drugName?.length > charNumber ? item?.drugName?.slice(0,charNumber) + "..." : 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}
{:else}
{/if}