Adidas Stock Data (2006-2024)
Adidas Stock Dataset from (2006-2024)
@kaggle.mhassansaboor_adidas_stock_data_2006_2024
Adidas Stock Dataset from (2006-2024)
@kaggle.mhassansaboor_adidas_stock_data_2006_2024
Welcome to the Adidas Stock Data Analysis project! This dataset contains comprehensive historical stock data for Adidas (Ticker: ADDYY) from 2006 to 2024, retrieved from Yahoo Finance. With this data, you can explore trends, perform detailed analysis, and make data-driven insights into the stock performance of one of the worldโs leading sportswear brands.
Yahoo FinanceADDYY (Adidas on the OTC market)Date: Trading dateOpen: Opening price of the stockHigh: Highest price of the dayLow: Lowest price of the dayClose: Closing price of the stockAdj Close: Adjusted closing price (dividend and split-adjusted)Volume: Number of shares traded๐ Trend Analysis
๐ ๏ธ Statistical Insights
๐ก Predictive Modeling
๐งฎ Trading Strategies
Analyze the stock performance of Adidas with this clean and well-structured dataset. Whether you're a data analyst, machine learning enthusiast, or finance professional, this project is perfect for gaining insights and building predictive models.
Feel free to โญ๏ธ this project if you find it useful and share your findings!
CREATE TABLE adidas_data (
"date" TIMESTAMP,
"adj_close" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.