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}
Actual
Analyst Forecast
{#each ($screenWidth >= 640 ? xData?.slice(-8) : xData) as item} {/each} {#each ($screenWidth >= 640 ? tableDataForecast?.slice(-8) : tableDataForecast) as item} {/each} {#each ($screenWidth >= 640 ? tableDataActual?.slice(-8) : 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}
For {(new Date()).getFullYear()}, we use available quarterly data. Complete annual data, used to compare against analyst estimates, is only finalized after the year ends.
{/if} {:else}
{/if} {:else}
Unlock content with Pro Subscription
{/if}