- 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.
+ According to {numOfAnalyst} analysts, the average rating for NVDA stock is
+ "{consensusRating}." The 12-month stock price forecast is ${priceTarget},
+ which is {changesPercentage > 0 ? "an increase" : "a decrease"} of {changesPercentage}%
+ from the latest price.
-
- {#if changesPercentage < 0}
- The Stock Price has a downside of
- {abbreviateNumber(Math.abs(changesPercentage))}%
- {:else if changesPercentage >= 0}
- The Stock Price has an upside of
- {abbreviateNumber(Math.abs(changesPercentage))}%
- {/if}
- based on {numOfAnalyst} analysts in
- the past 12 months.
-
- {$displayCompanyName}
- had
- {abbreviateNumber(employees)}
- employees on
+
+ {$displayCompanyName} had {new Intl.NumberFormat("en")?.format(
+ employees,
+ )} employees on
{new Date(
employeeHistory[employeeHistory?.length - 1]["filingDate"],
)?.toLocaleString("en-US", {
@@ -397,30 +398,34 @@
daySuffix: "2-digit",
})}. The number of employees {changeRate >= 0
? "increased"
- : "decreased"} by
- {abbreviateNumber(changeRate)}
- or
+ : "decreased"}
+ by {new Intl.NumberFormat("en")?.format(changeRate)} or
= 0 ? "text-[#37C97D]" : "text-[#FF2F1F]"}
>
{growthRate}%
compared to the previous year.
-
+
{:else if employeeHistory?.length !== 0 && dateDistance}
- {$displayCompanyName} had {abbreviateNumber(employees)} employees on
- {new Date(
- employeeHistory[employeeHistory?.length - 1]["filingDate"],
- )?.toLocaleString("en-US", {
- month: "short",
- day: "numeric",
- year: "numeric",
- daySuffix: "2-digit",
- })}. Since then, the company has not submitted any additional
- employee data for more than a year.
+
+ {$displayCompanyName} had {abbreviateNumber(employees)} employees
+ on
+ {new Date(
+ employeeHistory[employeeHistory?.length - 1]["filingDate"],
+ )?.toLocaleString("en-US", {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ daySuffix: "2-digit",
+ })}. Since then, the company has not submitted any additional
+ employee data for more than a year.
+
{:else}
- No employee history for {$displayCompanyName}. Probably, no
- records of past employees.
+
+ No employee history for {$displayCompanyName}. Probably, no
+ records of past employees.
+
{/if}