-
-
-
+
-
-
-
-
-
-
-
-
- A performance-based ranking of Wall Street Analysts.
-
- - Top Wall Street Analysts -
-
-
-
-
-
-
-
-
-
+
+ Top Wall Street Analysts +
++ A list of Wall Street Analysts, ranked by their performance +
@@ -243,7 +191,7 @@
: ''}"
>
{item?.rank}
@@ -257,7 +205,7 @@
class="sm:hover:text-white text-blue-400 font-medium"
>{item?.analystName}
- {item?.companyName}
+
{:else}
+
+
{#each Array.from({ length: 5 }) as _, i}
{#if i < Math.floor(item?.analystScore)}
@@ -297,7 +245,7 @@
{#if Number(item?.successRate) >= 0}
{#if Number(item?.avgReturn) >= 0}
{item?.totalRatings}
@@ -352,11 +300,6 @@
-
-
@@ -371,6 +314,11 @@
{/if}