{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} 100 Newest ETFs · Stocknear

New Launches of ETFs

{etfData?.length} ETFs
{#each etfData as item} {/each}
{new Date(item?.inceptionDate)?.toLocaleString( "en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", }, )} {item?.symbol} {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {item?.numberOfHoldings !== null && item?.numberOfHoldings !== 0 ? item?.numberOfHoldings : "-"} {item?.totalAssets !== 0 && item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets) : "-"}