+ Latest FED Interest Rate +
+ ++ The "% Price Change" column reflects the performance for each interval leading up to the next FOMC meeting. +
| 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} + | + +