{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} {$displayCompanyName} ({$stockTicker}) · Q{quarter} {year} · Earnings Call Transcript · stocknear

Transcripts

Discover the earnings call highlights and investor Q&A with {$displayCompanyName}!
Select Year {#each yearRange as index} { year = index; getTranscripts(); }} class="cursor-pointer hover:bg-[#27272A]" > {index} {/each}
Select Quarter {#each [1, 2, 3, 4] as index} { quarter = index; getTranscripts(); }} class="cursor-pointer hover:bg-[#27272A]" > Q{index} {/each}
{#if isLoaded} {#if chats?.length !== 0}
Q{displayQuarter} {displayYear} · Earnings Call Transcript {new Date(date).toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric", })}
{#each chats as item} {#if item?.name === "Operator"}
{item?.name}

{@html item?.description}

{:else}
{item?.name?.slice(0, 1)}
{item?.name}

{@html item?.description}

{/if} {/each} {:else}

No transcript available for {$displayCompanyName} for the Q{displayQuarter} of {displayYear} 🧐.

{/if} {:else}
{/if}