{year} Initial Public Offerings
{#if year === currentYear}
There have been 64 IPOs so far in {year}.
{:else}
There have been {filteredData?.length?.toLocaleString("en-US")} IPOs in {year}.
The most was in {monthDict[maxMonth]} with {maxCount?.toLocaleString(
"en-US",
)}, the least was in {monthDict[minMonth]} with
{minCount}.
{/if}