diff --git a/src/lib/components/BullBearSay.svelte b/src/lib/components/BullBearSay.svelte index 68a594e4..c437384c 100644 --- a/src/lib/components/BullBearSay.svelte +++ b/src/lib/components/BullBearSay.svelte @@ -73,7 +73,7 @@
{#each tabs as item, i}
- - - - - diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index abfe764e..7f097f91 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -20,10 +20,13 @@ } from "$lib/store"; import { onDestroy, onMount } from "svelte"; import BullBearSay from "$lib/components/BullBearSay.svelte"; + import WIIM from "$lib/components/WIIM.svelte"; + import News from "$lib/components/News.svelte"; import NextEarnings from "$lib/components/NextEarnings.svelte"; import EarningsSurprise from "$lib/components/EarningsSurprise.svelte"; import DividendAnnouncement from "$lib/components/DividendAnnouncement.svelte"; + import Sidecard from "$lib/components/Sidecard.svelte"; import Lazy from "$lib/components/Lazy.svelte"; import { convertTimestamp } from "$lib/utils"; @@ -1579,123 +1582,12 @@
-
-
-

- About {$stockTicker} -

-

- NVIDIA Corporation provides graphics and compute and - networking solutions in the United States, Taiwan, China, Hong - Kong, and internationally. The Graphics segment offers GeForce - GPUs for gaming and PCs, the GeForce NOW game streaming - service and related infrastructure, and solutions for gaming - platforms; Quadro/NVIDIA RTX GPUs for enterprise workstation - graphics; virtual GPU or vGPU software for cloud-based visual - and virtual computing; automotive platforms for infotainment - systems; and Omniverse software for building and operating - metaverse a... [Read more] -

-
-
- Industry - Semiconductors -
-
- Sector - Technology -
-
- IPO Date - Jan 22, 1999 -
-
- Employees - 29,600 -
-
- Stock Exchange - NASDAQ -
-
- Ticker Symbol - {$stockTicker} -
-
- Website - https://www.nvidia.com -
-
-
-
-

- Analyst Forecast -

-

- According to 40 analysts, the average rating for NVDA stock is - "Strong Buy." The 12-month stock price forecast is $145.84, - which is an increase of 3.04% from the latest price. -

-
-
- Price Target -
-
- $145.84 -
-
(3.04% upside)
-
- Analyst Consensus: Strong Buy -
-
-
-
+
+
-
-
- -

- Key Information -

- {#await import("$lib/components/StockKeyInformation.svelte") then { default: Comp }} - - {/await} -
-
+
- {#await import("$lib/components/WIIM.svelte") then { default: Comp }} - - {/await} -
- +
+ +