S&P500 Prices And FED Interest Rates 1954 - 2023
stock prices in combination with FED interest rate
@kaggle.sergeyfedatsenka_s_and_p500_prices_and_fed_interest_ra_3293c0d1
stock prices in combination with FED interest rate
@kaggle.sergeyfedatsenka_s_and_p500_prices_and_fed_interest_ra_3293c0d1
CREATE TABLE sp500_fed_interest (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT,
"procent_fed" DOUBLE
);
CREATE TABLE sp500_fed_interest_v1 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT,
"percent_fed_rate" DOUBLE
);
Anyone who has the link will be able to view this.