We analyze insights from various analysts to offer both historical and future fundamental data forecasts.
{#if data?.user?.tier === 'Pro'} {#if isLoaded} {#if analystEstimateList?.length !== 0}
Analyst Forecast
Actual
{#each ($screenWidth >= 640 ? xData?.slice(-6) : xData) as item} {/each} {#each ($screenWidth >= 640 ? tableDataForecast?.slice(-6) : tableDataForecast) as item} {/each} {#each ($screenWidth >= 640 ? tableDataActual?.slice(-6) : tableDataActual) as item} {/each}
Year{'FY'+item}
Forecast {(item?.val === '0.00' || item?.val === null) ? '-' : item?.val}
Actual {(item?.val === '0.00' || item?.val === null) ? '-' : item?.val}
{/if} {:else}
{/if} {:else}
Unlock content with Pro Subscription
{/if}