diff --git a/src/routes/stocks/[tickerID]/analyst/+page.svelte b/src/routes/stocks/[tickerID]/analyst/+page.svelte index be7b58ab..d3dd6ee0 100644 --- a/src/routes/stocks/[tickerID]/analyst/+page.svelte +++ b/src/routes/stocks/[tickerID]/analyst/+page.svelte @@ -277,18 +277,18 @@ changeTab(0)
| Analyst | -Rating | -Date | +Analyst | +Rating | +Date |
| + |
- {item?.analyst_name}
- {item?.analyst?.length > 15 ? item?.analyst?.slice(0,15) + '...' : item?.analyst}
+ {item?.analyst_name}
+ {item?.analyst?.length > 15 ? item?.analyst?.slice(0,15) + '...' : item?.analyst}
{#each Array.from({ length: 5 }) as _, i}
@@ -303,7 +303,7 @@ changeTab(0)
{/if}
{/each}
-
+
({item?.analystScore !== null ? item?.analystScore : 0})
@@ -312,13 +312,13 @@ changeTab(0)
|
- + |
{item?.action_company?.replace('Initiates Coverage On','Initiates')}
-
+
{#if Math?.ceil(item?.adjusted_pt_prior) !== 0}
${Math?.ceil(item?.adjusted_pt_prior)}
@@ -330,7 +330,7 @@ changeTab(0)
|
- + |
{#if latestInfoDate(item?.date)}
|