S&P 500 Stock Price (End Of 2024)
Comprehensive Price of the ETF SPY
@kaggle.yousefeddin_s_and_p_500_stock_price_end_of_2024
Comprehensive Price of the ETF SPY
@kaggle.yousefeddin_s_and_p_500_stock_price_end_of_2024
This dataset provides historical stock data for SPDR S&P 500 ETF Trust (SPY), a widely traded exchange-traded fund (ETF), up to the most recent date. It includes daily market data such as Open, High, Low, and Close prices, as well as trading Volume. Additionally, it features data on Dividends, Stock Splits, and Capital Gains, making it an extensive resource for financial analysis, investment research, and machine learning applications.
Content
The dataset contains the following columns:
Use Cases
This dataset is ideal for:
CREATE TABLE spy (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE
);Anyone who has the link will be able to view this.