Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The main stock market index of United States, the US500, rose to 6464 points on September 1, 2025, gaining 0.06% from the previous session. Over the past month, the index has climbed 2.13% and is up 16.92% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from United States. United States Stock Market Index - values, historical data, forecasts and news - updated on September of 2025.
https://fred.stlouisfed.org/legal/#copyright-pre-approvalhttps://fred.stlouisfed.org/legal/#copyright-pre-approval
Graph and download economic data for Dow Jones Industrial Average (DJIA) from 2015-08-31 to 2025-08-29 about stock market, average, industry, and USA.
https://fred.stlouisfed.org/legal/#copyright-pre-approvalhttps://fred.stlouisfed.org/legal/#copyright-pre-approval
View data of the S&P 500, an index of the stocks of 500 leading companies in the US economy, which provides a gauge of the U.S. equity market.
https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
This dataset offers a comprehensive historical record of Netflix’s stock price movements, capturing the company’s financial journey from its early days to its position as a global streaming giant.
From its IPO in May 2002, Netflix (Ticker: NFLX) has transformed from a DVD rental service to a powerhouse in on-demand digital content. With its disruptive innovation, strategic shifts, and global expansion, Netflix has seen dramatic shifts in stock prices, reflecting not just market trends but also cultural impact. This dataset provides a window into that evolution.
Each row in this dataset represents daily trading activity on the stock market and includes the following columns:
The data is structured in CSV format and is clean, easy to use, and ready for immediate analysis.
Whether you're learning data science, building a financial model, or exploring machine learning in the real world, this dataset is a goldmine of insights. Netflix's market history includes:
This makes the dataset ideal for:
This dataset is designed for:
The dataset is derived from publicly available historical stock price data, such as Yahoo Finance, and has been cleaned and organized for educational and research purposes. It is continuously maintained to ensure accuracy.
Netflix’s rise is more than just a business story — it’s a data-driven journey. With this dataset, you can analyze the company’s stock behavior, train models to predict future trends, or simply visualize how tech reshapes the market.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
United Kingdom's main stock market index, the GB100, fell to 9117 points on September 2, 2025, losing 0.87% from the previous session. Over the past month, the index has declined 0.13%, though it remains 9.86% higher than a year ago, according to trading on a contract for difference (CFD) that tracks this benchmark index from United Kingdom. United Kingdom Stock Market Index (GB100) - values, historical data, forecasts and news - updated on September of 2025.
Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
Non-professional investors often try to find an interesting stock among those in an index (such as the Standard and Poor's 500, Nasdaq, etc.). They need only one company, the best, and they don't want to fail (perform poorly). So, the metric to optimize is accuracy, described as:
Accuracy = True Positives / (True Positives + False Positives)
And the predictive model can be a binary classifier.
The data covers the price and volume of shares of 31 NASDAQ companies in the year 2022.
Every data set I found to predict a stock price (investing) aims to find the price for the next day, and only for that stock. But in practical terms, people like to find the best stocks to buy from an index and wait a few days hoping to get an increase in the price of this investment.
Rows are grouped by companies and their age (newest to oldest) on a common date. The first column is the company. The following are the age, market, date (separated by year, month, day, hour, minute), share volume, various traditional prices of that share (close, open, high...), some price and volume statistics and target. The target is mainly defined as 1 when the closing price increases by at least 5% in 5 days (open market days). The target is 0 in any other case.
Complex features and target were made by executing: https://www.kaggle.com/code/luisandresgarcia/202307
Many thanks to everyone who participates in scientific papers and Kaggle notebooks related to financial investment.
The dataset contains a total of 25,161 rows, each row representing the stock market data for a specific company on a given date. The information collected through web scraping from www.nasdaq.com includes the stock prices and trading volumes for the companies listed, such as Apple, Starbucks, Microsoft, Cisco Systems, Qualcomm, Meta, Amazon.com, Tesla, Advanced Micro Devices, and Netflix.
Data Analysis Tasks:
1) Exploratory Data Analysis (EDA): Analyze the distribution of stock prices and volumes for each company over time. Visualize trends, seasonality, and patterns in the stock market data using line charts, bar plots, and heatmaps.
2)Correlation Analysis: Investigate the correlations between the closing prices of different companies to identify potential relationships. Calculate correlation coefficients and visualize correlation matrices.
3)Top Performers Identification: Identify the top-performing companies based on their stock price growth and trading volumes over a specific time period.
4)Market Sentiment Analysis: Perform sentiment analysis using Natural Language Processing (NLP) techniques on news headlines related to each company. Determine whether positive or negative news impacts the stock prices and volumes.
5)Volatility Analysis: Calculate the volatility of each company's stock prices using metrics like Standard Deviation or Bollinger Bands. Analyze how volatile stocks are in comparison to others.
Machine Learning Tasks:
1)Stock Price Prediction: Use time-series forecasting models like ARIMA, SARIMA, or Prophet to predict future stock prices for a particular company. Evaluate the models' performance using metrics like Mean Squared Error (MSE) or Root Mean Squared Error (RMSE).
2)Classification of Stock Movements: Create a binary classification model to predict whether a stock will rise or fall on the next trading day. Utilize features like historical price changes, volumes, and technical indicators for the predictions. Implement classifiers such as Logistic Regression, Random Forest, or Support Vector Machines (SVM).
3)Clustering Analysis: Cluster companies based on their historical stock performance using unsupervised learning algorithms like K-means clustering. Explore if companies with similar stock price patterns belong to specific industry sectors.
4)Anomaly Detection: Detect anomalies in stock prices or trading volumes that deviate significantly from the historical trends. Use techniques like Isolation Forest or One-Class SVM for anomaly detection.
5)Reinforcement Learning for Portfolio Optimization: Formulate the stock market data as a reinforcement learning problem to optimize a portfolio's performance. Apply algorithms like Q-Learning or Deep Q-Networks (DQN) to learn the optimal trading strategy.
The dataset provided on Kaggle, titled "Stock Market Stars: Historical Data of Top 10 Companies," is intended for learning purposes only. The data has been gathered from public sources, specifically from web scraping www.nasdaq.com, and is presented in good faith to facilitate educational and research endeavors related to stock market analysis and data science.
It is essential to acknowledge that while we have taken reasonable measures to ensure the accuracy and reliability of the data, we do not guarantee its completeness or correctness. The information provided in this dataset may contain errors, inaccuracies, or omissions. Users are advised to use this dataset at their own risk and are responsible for verifying the data's integrity for their specific applications.
This dataset is not intended for any commercial or legal use, and any reliance on the data for financial or investment decisions is not recommended. We disclaim any responsibility or liability for any damages, losses, or consequences arising from the use of this dataset.
By accessing and utilizing this dataset on Kaggle, you agree to abide by these terms and conditions and understand that it is solely intended for educational and research purposes.
Please note that the dataset's contents, including the stock market data and company names, are subject to copyright and other proprietary rights of the respective sources. Users are advised to adhere to all applicable laws and regulations related to data usage, intellectual property, and any other relevant legal obligations.
In summary, this dataset is provided "as is" for learning purposes, without any warranties or guarantees, and users should exercise due diligence and judgment when using the data for any purpose.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Japan's main stock market index, the JP225, rose to 42268 points on September 2, 2025, gaining 0.19% from the previous session. Over the past month, the index has climbed 4.91% and is up 9.26% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from Japan. Japan Stock Market Index (JP225) - values, historical data, forecasts and news - updated on September of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Hong Kong's main stock market index, the HK50, rose to 25583 points on September 1, 2025, gaining 2.02% from the previous session. Over the past month, the index has climbed 3.43% and is up 44.60% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from Hong Kong. Hong Kong Stock Market Index (HK50) - values, historical data, forecasts and news - updated on September of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Stock Market Tweets Data
Overview
This dataset is the same as the Stock Market Tweets Data on IEEE by Bruno Taborda.
Data Description
This dataset contains 943,672 tweets collected between April 9 and July 16, 2020, using the S&P 500 tag (#SPX500), the references to the top 25 companies in the S&P 500 index, and the Bloomberg tag (#stocks).
Dataset Structure
created_at: The exact time this tweet was posted. text: The text of the tweet, providing… See the full description on the dataset page: https://huggingface.co/datasets/StephanAkkerman/stock-market-tweets-data.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The main stock market index of United States, the US500, rose to 6471 points on September 1, 2025, gaining 0.17% from the previous session. Over the past month, the index has climbed 2.24% and is up 17.05% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from United States. United States Stock Market Index - values, historical data, forecasts and news - updated on September of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
France's main stock market index, the FR40, fell to 7655 points on September 2, 2025, losing 0.69% from the previous session. Over the past month, the index has climbed 0.30% and is up 1.05% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from France. France Stock Market Index (FR40) - values, historical data, forecasts and news - updated on September of 2025.
Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
Actually, I prepare this dataset for students on my Deep Learning and NLP course.
But I am also very happy to see kagglers play around with it.
Have fun!
Description:
There are two channels of data provided in this dataset:
News data: I crawled historical news headlines from Reddit WorldNews Channel (/r/worldnews). They are ranked by reddit users' votes, and only the top 25 headlines are considered for a single date. (Range: 2008-06-08 to 2016-07-01)
Stock data: Dow Jones Industrial Average (DJIA) is used to "prove the concept". (Range: 2008-08-08 to 2016-07-01)
I provided three data files in .csv format:
RedditNews.csv: two columns The first column is the "date", and second column is the "news headlines". All news are ranked from top to bottom based on how hot they are. Hence, there are 25 lines for each date.
DJIA_table.csv: Downloaded directly from Yahoo Finance: check out the web page for more info.
Combined_News_DJIA.csv: To make things easier for my students, I provide this combined dataset with 27 columns. The first column is "Date", the second is "Label", and the following ones are news headlines ranging from "Top1" to "Top25".
End-of-day prices refer to the closing prices of various financial instruments, such as equities (stocks), bonds, and indices, at the end of a trading session on a particular trading day. These prices are crucial pieces of market data used by investors, traders, and financial institutions to track the performance and value of these assets over time. The Techsalerator closing prices dataset is considered the most up-to-date, standardized valuation of a security trading commences again on the next trading day. This data is used for portfolio valuation, index calculation, technical analysis and benchmarking throughout the financial industry. The End-of-Day Pricing service covers equities, equity derivative bonds, and indices listed on 170 markets worldwide.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Greece's main stock market index, the Athens General, rose to 2031 points on September 1, 2025, gaining 0.48% from the previous session. Over the past month, the index has climbed 1.26% and is up 40.46% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from Greece. Greece Stock Market (ASE) - values, historical data, forecasts and news - updated on September of 2025.
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
Dow Jones 30 is a price-weighted measurement stock market index of 30 prominent companies listed on stock exchanges in the United States. It is one of the most concise Indices as compared to other comprehensive ones such as NASDAQ or S&P 500.
The value index can be sum of the stock prices of the companies included in the index, divided by a factor which is currently approximately 0.152. The factor is changed whenever a constituent company undergoes a stock split so that the value of the index is unaffected by the stock split.
In the dataset, You'll find stock prices of 16 major companies which are listed in DOW JONES 30 Index before Apr 1, 1999 (Obviously there are 14 others which they've replaced others over time and were added in the index after the said date)
Date: Simply the data in m/d/yyyy format (which works in the US)
MMM to Walt Disney: Average stock price of the day of the corresponding companies
DJIA: "Dow Jones Industrial Average" which can be said the target column of the dataset. It is the pool in which all the 30 stocks have their influence. Target can be seen as how much impact each and every stock lays on the pool.
The data is obtained from the Moneycontrol website.
Predicting the influence of major stocks on one of the most weight carrying indices of the world.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
United States US: Stocks Traded: Total Value data was reported at 39,785.881 USD bn in 2017. This records a decrease from the previous number of 42,071.330 USD bn for 2016. United States US: Stocks Traded: Total Value data is updated yearly, averaging 17,934.293 USD bn from Dec 1984 (Median) to 2017, with 34 observations. The data reached an all-time high of 47,245.496 USD bn in 2008 and a record low of 1,108.421 USD bn in 1984. United States US: Stocks Traded: Total Value data remains active status in CEIC and is reported by World Bank. The data is categorized under Global Database’s United States – Table US.World Bank.WDI: Financial Sector. The value of shares traded is the total number of shares traded, both domestic and foreign, multiplied by their respective matching prices. Figures are single counted (only one side of the transaction is considered). Companies admitted to listing and admitted to trading are included in the data. Data are end of year values converted to U.S. dollars using corresponding year-end foreign exchange rates.; ; World Federation of Exchanges database.; Sum; Stock market data were previously sourced from Standard & Poor's until they discontinued their 'Global Stock Markets Factbook' and database in April 2013. Time series have been replaced in December 2015 with data from the World Federation of Exchanges and may differ from the previous S&P definitions and methodology.
When there is a vast variety of metrics and tools available to gain market insight, Insider trading offers valuable clues to investors related to future share performance. We at Smart Insider provide global insider trading data and analysis on share transactions made by directors & senior staff in the shares of their own companies.
Monitoring all the insider trading activity is a huge task, we identify 'Smart Insiders' through specialist desktop and quantitative feeds that enable our clients to generate alpha.
Our experienced analyst team uses quantitative and qualitative methods to identify the stocks most likely to outperform based on deep analysis of insider trades, and the insiders themselves. Using our easy-to-read derived data we help our clients better understand insider transactions activity to make informed investment decisions.
We provide full customization of reports delivered by desktop, through feeds, or alerts. Our quant clients can receive data in a variety of formats such as XML, XLSX or API via SFTP or Snowflake.
Sample dataset for Desktop Service has been provided with some proprietary fields concealed. Upon request, we can provide a detailed Quant sample.
Tags: Stock Market Data, Equity Market Data, Insider Transactions Data, Insider Trading Intelligence, Trading Data, Investment Management, Alternative Investment, Asset Management, Equity Research, Market Analysis, Africa
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Sweden's main stock market index, the Stockholm, fell to 2578 points on September 2, 2025, losing 2.01% from the previous session. Over the past month, the index has climbed 0.98% and is up 0.46% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from Sweden. Sweden Stock Market Index - values, historical data, forecasts and news - updated on September of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This data set has been collected for "User2Vec: stock market prediction using deep learning with a novel representation of social network users" paper. Stock market prediction is an interesting and challenging problem for investors and financial analysts. Recently, recurrent neural networks like LSTM have shown good performance in the field of stock market prediction. Most current methods use historical market data and in some cases, the dominant direction of users and news for each day. In some cases, the opinions of social network members about the stocks are extracted to improve the prediction accuracy. Usually, the opinions of different users are treated in the same way and are given the same weights in these works. However, it is clear that these opinions have different values based on the accuracy of the prediction of the related user. In this study, the idea is to convert the opinion of each user about each stock into a vector (User2Vec) and then use these vectors to train a Recurrent Neural Network (RNN) and ultimately model the behavior of the users in the market. The proposed user representation is composed of the features extracted from the messages posted in a social network and the market data. Here, we consider the power of the user in predicting the future of the stock based on the social network metrics, e.g. the number of the followers of the user, and the accuracy of its previous predictions. This way, the number of training data is increased and the model is effectively learned. These data are then used to train a stacked bidirectional LSTM network used for aggregating the input data and providing the final prediction. Empirical studies of the proposed model on 30 stocks of 30 Dow Jones clearly shows the superiority of the proposed model over traditional representations. For example, the prediction accuracy is about 93% for the Apple stock which is much higher than the compared models.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The main stock market index of United States, the US500, rose to 6464 points on September 1, 2025, gaining 0.06% from the previous session. Over the past month, the index has climbed 2.13% and is up 16.92% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from United States. United States Stock Market Index - values, historical data, forecasts and news - updated on September of 2025.