{#if isLoaded} {#if Object?.keys(rawData)?.length !== 0}
Examine how sensitive {$displayCompanyName}'s stock price is to the decisions made during FOMC meetings. The vertical line marks the interest rate decision.

Latest FED Interest Rate

The latest list of previous, forecasted, and actual interest rate decisions made by the FED.
The "% Price Change" column reflects the performance for each interval leading up to the next FOMC meeting.
{#each showFullStats ? tableList?.slice(0, 10) : tableList?.slice(0, 3) as item, index} {/each}
Date Previous Forecast Actual % Price Change
{new Date(item?.date ?? null)?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", })} {item?.previous}% {item?.estimate}% {item?.actual}% {#if item?.changePercentage >= 0} +{item?.changePercentage?.toFixed(2)}% {:else} {item?.changePercentage?.toFixed(2)}% {/if}
{:else}

No data available

{/if} {:else}
{/if}