100+ datasets found
  1. Stock Market Dataset for Predictive Analysis

    • kaggle.com
    Updated Feb 24, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    WARNER (2025). Stock Market Dataset for Predictive Analysis [Dataset]. https://www.kaggle.com/datasets/s3programmer/stock-market-dataset-for-predictive-analysis
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 24, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    WARNER
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    This Stock Market Dataset is designed for predictive analysis and machine learning applications in financial markets. It includes 13647 records of simulated stock trading data with features commonly used in stock price forecasting.

    🔹 Key Features Date – Trading day timestamps (business days only) Open, High, Low, Close – Simulated stock prices Volume – Trading volume per day RSI (Relative Strength Index) – Measures market momentum MACD (Moving Average Convergence Divergence) – Trend-following momentum indicator Sentiment Score – Simulated market sentiment from financial news & social media Target – Binary label (1: Price goes up, 0: Price goes down) for next-day prediction This dataset is useful for training hybrid deep learning models such as LSTM, CNN, and Attention-based networks for stock market forecasting. It enables financial analysts, traders, and AI researchers to experiment with market trends, technical analysis, and sentiment-based predictions.

  2. Stock Market Dataset

    • kaggle.com
    zip
    Updated Apr 2, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Oleh Onyshchak (2020). Stock Market Dataset [Dataset]. http://doi.org/10.34740/kaggle/dsv/1054465
    Explore at:
    zip(547714524 bytes)Available download formats
    Dataset updated
    Apr 2, 2020
    Authors
    Oleh Onyshchak
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Overview

    This dataset contains historical daily prices for all tickers currently trading on NASDAQ. The up to date list is available from nasdaqtrader.com. The historic data is retrieved from Yahoo finance via yfinance python package.

    It contains prices for up to 01 of April 2020. If you need more up to date data, just fork and re-run data collection script also available from Kaggle.

    Data Structure

    The date for every symbol is saved in CSV format with common fields:

    • Date - specifies trading date
    • Open - opening price
    • High - maximum price during the day
    • Low - minimum price during the day
    • Close - close price adjusted for splits
    • Adj Close - adjusted close price adjusted for both dividends and splits.
    • Volume - the number of shares that changed hands during a given day

    All that ticker data is then stored in either ETFs or stocks folder, depending on a type. Moreover, each filename is the corresponding ticker symbol. At last, symbols_valid_meta.csv contains some additional metadata for each ticker such as full name.

  3. Tweet Sentiment's Impact on Stock Returns

    • kaggle.com
    Updated Jan 16, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    The Devastator (2023). Tweet Sentiment's Impact on Stock Returns [Dataset]. https://www.kaggle.com/datasets/thedevastator/tweet-sentiment-s-impact-on-stock-returns
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 16, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    The Devastator
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Tweet Sentiment's Impact on Stock Returns

    862,231 Labeled Instances

    By [source]

    About this dataset

    This dataset contains 862,231 labeled tweets and associated stock returns, providing a comprehensive look into the impact of social media on company-level stock market performance. For each tweet, researchers have extracted data such as the date of the tweet and its associated stock symbol, along with metrics such as last price and various returns (1-day return, 2-day return, 3-day return, 7-day return). Also recorded are volatility scores for both 10 day intervals and 30 day intervals. Finally, sentiment scores from both Long Short - Term Memory (LSTM) and TextBlob models have been included to quantify the overall tone in which these messages were delivered. With this dataset you will be able to explore how tweets can affect a company's share prices both short term and long term by leveraging all of these data points for analysis!

    More Datasets

    For more datasets, click here.

    Featured Notebooks

    • 🚨 Your notebook can be here! 🚨!

    How to use the dataset

    In order to use this dataset, users can utilize descriptive statistics such as histograms or regression techniques to establish relationships between tweet content & sentiment with corresponding stock return data points such as 1-day & 7-day returns measurements.

    The primary fields used for analysis include Tweet Text (TWEET), Stock symbol (STOCK), Date (DATE), Closing Price at the time of Tweet (LAST_PRICE) a range of Volatility measures 10 day Volatility(VOLATILITY_10D)and 30 day Volatility(VOLATILITY_30D ) for each Stock which capture changes in market fluctuation during different periods around when Twitter reactions occur. Additionally Sentiment Polarity analysis undertaken via two Machine learning algorithms LSTM Polarity(LSTM_POLARITY)and Textblob polarity provide insight into whether people are expressing positive or negative sentiments about each company at given times which again could influence thereby potentially influence Stock Prices over shorter term periods like 1-Day Returns(1_DAY_RETURN),2-Day Returns(2_DAY_RETURN)or longer term horizon like 7 Day Returns*7DAY RETURNS*.Finally MENTION field indicates if names/acronyms associated with Companies were specifically mentioned in each Tweet or not which gives extra insight into whether company specific contexts were present within individual Tweets aka “Company Relevancy”

    Research Ideas

    • Analyzing the degree to which tweets can influence stock prices. By analyzing relationships between variables such as tweet sentiment and stock returns, correlations can be identified that could be used to inform investment decisions.
    • Exploring natural language processing (NLP) models for predicting future market trends based on textual data such as tweets. Through testing and evaluating different text-based models using this dataset, better predictive models may emerge that can give investors advance warning of upcoming market shifts due to news or other events.
    • Investigating the impact of different types of tweets (positive/negative, factual/opinionated) on stock prices over specific time frames. By studying correlations between the sentiment or nature of a tweet and its effect on stocks, insights may be gained into what sort of news or events have a greater impact on markets in general

    Acknowledgements

    If you use this dataset in your research, please credit the original authors. Data Source

    License

    License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

    Columns

    File: reduced_dataset-release.csv | Column name | Description | |:----------------------|:-------------------------------------------------------------------------------------------------------| | TWEET | Text of the tweet. (String) | | STOCK | Company's stock mentioned in the tweet. (String) | | DATE | Date the tweet was posted. (Date) | | LAST_PRICE | Company's last price at the time of tweeting. (Float) ...

  4. Major Tech Stocks Time Series (2019-2024)

    • kaggle.com
    Updated Aug 2, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Alfredo (2024). Major Tech Stocks Time Series (2019-2024) [Dataset]. https://www.kaggle.com/datasets/alfredkondoro/major-tech-stocks-time-series-2019-2024
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 2, 2024
    Dataset provided by
    Kaggle
    Authors
    Alfredo
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Dataset Description

    Overview:

    This dataset contains the historical stock prices and related financial information for five major technology companies: Apple (AAPL), Microsoft (MSFT), Amazon (AMZN), Google (GOOGL), and Tesla (TSLA). The dataset spans a five-year period from January 1, 2019, to January 1, 2024. It includes key stock metrics such as Open, High, Low, Close, Adjusted Close, and Volume for each trading day.

    Data Collection:

    The data was sourced using the yfinance library in Python, which provides convenient access to historical market data from Yahoo Finance.

    Contents:

    The dataset contains the following columns:

    Date: The trading date. Open: The opening price of the stock on that date. High: The highest price of the stock on that date. Low: The lowest price of the stock on that date. Close: The closing price of the stock on that date. Adj Close: The adjusted closing price, accounting for dividends and splits. Volume: The number of shares traded on that date. Ticker: The stock ticker symbol representing each company.

  5. All Stocks Data of Indian Stock Market(1 Year)

    • kaggle.com
    Updated Jan 9, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    KESHAV_MAHESHWARI (2022). All Stocks Data of Indian Stock Market(1 Year) [Dataset]. https://www.kaggle.com/datasets/gmkeshav/all-stocks-data-of-indian-stock-market1-year
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 9, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    KESHAV_MAHESHWARI
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    India
    Description

    After some rigorous SQL queries and coding on python. I made this dataset. In this dataset, all stocks of the Indian Stock Market are present a total of 2435 stocks. The data is of 1-year rows represent stock name and column represent date and I have filled the table with closing price. Enjoy and do some stock price predictions.

  6. Stock Market Dataset

    • kaggle.com
    Updated Jul 9, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    jasineri (2025). Stock Market Dataset [Dataset]. https://www.kaggle.com/datasets/jasineri/stock-market-dataset
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 9, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    jasineri
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Disclaimer: Educational Purposes Only

    The financial and International Securities Identification Number (ISIN) data listed on this platform is provided solely for educational purposes. The information is intended to serve as general guidance and does not constitute financial advice, an endorsement, or a recommendation for the purchase or sale of any securities.

    While we strive to ensure the accuracy and timeliness of the information presented, we make no representations or warranties, express or implied, regarding the completeness, accuracy, reliability, suitability, or availability of the provided data. Users are encouraged to independently verify any information obtained from this platform before making any investment decisions.

    This platform and its operators are not responsible for any errors, omissions, or inaccuracies in the provided data, nor for any actions taken in reliance on such information. Users are strongly advised to conduct thorough research and seek the advice of qualified financial professionals before making any investment decisions.

    The use of International Securities Identification Numbers (ISINs) and other financial data is subject to various regulations and licensing agreements. Users are responsible for complying with all applicable laws and respecting any terms and conditions associated with the use of such data.

    By accessing and using this platform, users acknowledge and agree that they are doing so at their own risk and discretion. This educational content is not a substitute for professional financial advice, and users should consult with qualified professionals for specific guidance tailored to their individual circumstances.

  7. Stock market predictions

    • kaggle.com
    Updated Feb 18, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tanishq dublish (2024). Stock market predictions [Dataset]. https://www.kaggle.com/datasets/tanishqdublish/stock-market-predictions
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 18, 2024
    Dataset provided by
    Kaggle
    Authors
    Tanishq dublish
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    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".

  8. Tesla Stock Price

    • kaggle.com
    Updated Mar 19, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Rolando (2017). Tesla Stock Price [Dataset]. https://www.kaggle.com/datasets/rpaguirre/tesla-stock-price
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 19, 2017
    Dataset provided by
    Kaggle
    Authors
    Rolando
    License

    http://opendatacommons.org/licenses/dbcl/1.0/http://opendatacommons.org/licenses/dbcl/1.0/

    Description

    Context

    The subject matter of this dataset explores Tesla's stock price from its initial public offering (IPO) to yesterday.

    Content

    Within the dataset one will encounter the following:

    1. The date - "Date"

    2. The opening price of the stock - "Open"

    3. The high price of that day - "High"

    4. The low price of that day - "Low"

    5. The closed price of that day - "Close"

    6. The amount of stocks traded during that day - "Volume"

    7. The stock's closing price that has been amended to include any distributions/corporate actions that occurs before next days open - "Adj[usted] Close"

    Acknowledgements

    Through Python programming and checking Sentdex out, I acquired the data from Yahoo Finance. The time period represented starts from 06/29/2010 to 03/17/2017.

    Inspiration

    What happens when the volume of this stock trading increases/decreases in a short and long period of time? What happens when there is a discrepancy between the adjusted close and the next day's opening price?

  9. Stock market Dataset

    • kaggle.com
    Updated Apr 5, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Abrar Ahmed (2023). Stock market Dataset [Dataset]. https://www.kaggle.com/datasets/abrarahmed26/stock-market-dataset
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 5, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Abrar Ahmed
    Description

    Dataset

    This dataset was created by Abrar Ahmed

    Contents

  10. Stock Market Dataset

    • kaggle.com
    Updated Nov 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Huzaifa Rashid (2024). Stock Market Dataset [Dataset]. https://www.kaggle.com/datasets/huzaifa10/stock-market-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Nov 29, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Huzaifa Rashid
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset

    This dataset was created by Huzaifa Rashid

    Released under Apache 2.0

    Contents

  11. OMG-ETH Stock Market @Kraken

    • kaggle.com
    Updated Mar 8, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    olmatz (2022). OMG-ETH Stock Market @Kraken [Dataset]. https://www.kaggle.com/datasets/olmatz/omgeth-stock-market-kraken
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 8, 2022
    Dataset provided by
    Kaggle
    Authors
    olmatz
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Context

    Real and up to date stock market exchange of cryptocurrencies can be quite expensive and are hard to get. However, historical financial data are the starting point to develop algorithm(s) to analyze market trend and why not beat the market by predicting market movement.

    Content

    Data provided in this dataset are historical data from the beginning of OMG-ETH pair market on Kraken exchange up to the present (2021 December). This data comes frome real trades on one of the most popular cryptocurrencies exchange.

    Trading history

    Historical market data, also known as trading history, time and sales or tick data, provides a detailed record of every trade that happens on Kraken exchange, and includes the following information: - Timestamp - The exact date and time of each trade. - Price - The price at which each trade occurred. - Volume - The amount of volume that was traded.

    OHLCVT

    In addition, OHLCVT data are provided for the most common period interval: 1 min, 5 min, 15 min, 1 hour, 12 hours and 1 day. OHLCVT stands for Open, High, Low, Close, Volume and Trades and represents the following trading information for each time period: - Open - The first traded price - High - The highest traded price - Low - The lowest traded price - Close - The final traded price - Volume - The total volume traded by all trades - Trades - The number of individual trades

    Don't hesitate to tell me if you need other period interval 😉 ...

    Update

    This dataset will be updated every quarter to add new and up to date market trend. Let me know if you need an update more frequently.

    Inspiration

    Can you beat the market? Let see what you can do with these data!

  12. Stock Market Historical Prices

    • kaggle.com
    Updated Mar 5, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Oleh Onyshchak (2020). Stock Market Historical Prices [Dataset]. https://www.kaggle.com/jacksoncrow/stock-market-historical-prices
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 5, 2020
    Dataset provided by
    Kaggle
    Authors
    Oleh Onyshchak
    Description
  13. Huge Japanese Stock Market Dataset All in One

    • kaggle.com
    Updated Feb 9, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ka.na.o (2021). Huge Japanese Stock Market Dataset All in One [Dataset]. https://www.kaggle.com/cryptrader/huge-japanese-stock-market-dataset-all-in-one/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 9, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    ka.na.o
    Description

    Dataset

    This dataset was created by ka.na.o

    Contents

  14. Stock Dataset

    • kaggle.com
    Updated Dec 5, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    aqsa umar (2024). Stock Dataset [Dataset]. https://www.kaggle.com/datasets/aqsaumar/stock-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 5, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    aqsa umar
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Stock Market Dataset Columns** The dataset generated using the yfinance library typically contains two types of data: - Historical Stock Prices - Company Metadata

    A. Historical Stock Prices

    This data provides a time series of a stock's market performance. Below are the main columns and their explanations:

    ColumnDescription
    DateThe date for the recorded stock data.
    OpenThe price at which the stock started trading on that day.
    HighThe highest price reached during that day.
    LowThe lowest price reached during that day.
    CloseThe price at which the stock closed trading on that day.
    Adj CloseThe adjusted closing price accounting for corporate actions like stock splits and dividends.
    VolumeThe total number of shares traded on that day.

    Example:

    DateOpenHighLowCloseAdj CloseVolume
    2022-01-03170.0172.5169.2172.0171.21200000

    B. Company Metadata

    This data provides descriptive information about the company associated with the stock. Columns and their meanings include:

    ColumnDescription
    TickerThe stock ticker symbol (e.g., AAPL for Apple Inc.).
    CompanyThe full name of the company (e.g., Apple Inc.).
    SectorThe industry sector to which the company belongs (e.g., Technology).
    IndustryThe specific industry within the sector (e.g., Consumer Electronics).
    Market CapThe total market value of the company’s outstanding shares in USD.
    P/E RatioThe company's Price-to-Earnings ratio, indicating how expensive the stock is relative to its earnings.

    Example:

    TickerCompanySectorIndustryMarket CapP/E Ratio
    AAPLApple Inc.TechnologyConsumer Hardware$2.5 Trillion28.3
  15. Data from: Stock List Dataset

    • kaggle.com
    Updated May 6, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aditya Kumar (2024). Stock List Dataset [Dataset]. https://www.kaggle.com/datasets/adityakumar5095/stock-list-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 6, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aditya Kumar
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Symbol: This acts as a unique identifier for a particular stock on a specific exchange. Just like AAPL represents Apple Inc. on the NASDAQ exchange. Name: This is the full name of the company that issued the stock. Currency: This indicates the currency in which the stock is traded. Examples include USD (US Dollar), EUR (Euro), and JPY (Japanese Yen). Exchange: This refers to the stock exchange where the stock is traded. NASDAQ and NYSE are some well-known exchanges. MIC Code: This stands for Market Identifier Code and is used to uniquely identify a specific exchange or trading venue. Country: This specifies the country of incorporation of the company that issued the stock. Type: the type of the st0ck

  16. Stock Market Datasets

    • kaggle.com
    Updated Jun 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Farrukh Ali (2021). Stock Market Datasets [Dataset]. https://www.kaggle.com/datasets/farrukhsid/stock-market-datasets
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 21, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Farrukh Ali
    Description

    Dataset

    This dataset was created by Farrukh Ali

    Contents

  17. Apple Stock Market Dataset

    • kaggle.com
    Updated Dec 1, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Vzu Boora (2021). Apple Stock Market Dataset [Dataset]. https://www.kaggle.com/datasets/vzuboora/apple-stock-market-dataset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 1, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Vzu Boora
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by Vzu Boora

    Released under CC0: Public Domain

    Contents

  18. gold price dataset

    • kaggle.com
    Updated Mar 12, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Lakshmipathi N (2019). gold price dataset [Dataset]. https://www.kaggle.com/lakshmi25npathi/gold-price/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 12, 2019
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Lakshmipathi N
    Description

    gold price dataset for a stock market analysis. Reference from Quandl https://www.quandl.com/

  19. Stock Market Performance and Corporate Board

    • kaggle.com
    Updated Jan 12, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    The Devastator (2023). Stock Market Performance and Corporate Board [Dataset]. https://www.kaggle.com/datasets/thedevastator/stock-market-performance-and-corporate-board-mem/suggestions?status=pending
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jan 12, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    The Devastator
    Description

    Stock Market Performance and Corporate Board Member Profiles

    Analyzing the Influences of Leadership on Stock Market Performance

    By Jon Loyens [source]

    About this dataset

    This powerful dataset brings together publically-available information from leading stock markets with extensive details about corporate board members. For each company, discover not only their board composition and background, but also current market dynamics, trends and rule changes affecting them. Whether you're a teacher looking to add more detail to a class presentation or an investor seeking a competitive edge in the market - this dataset provides comprehensive insights into the world of stocks and those that play an influential role on its direction. Unprecedented access awaits as you explore hypothetical investments and strategies or actual risks associated with established entities today

    More Datasets

    For more datasets, click here.

    Featured Notebooks

    • 🚨 Your notebook can be here! 🚨!

    How to use the dataset

    Using this dataset, you can gain a better understanding of the relationship between corporate board members and stock market performance. You can analyze the data to determine the average performance of board members at different companies and compare it to the overall performance of other stocks. In addition, you can look into correlations between individual stocks, various industries, and different groups of companies with similar board membership profiles. This dataset provides an overview of all major stocks across multiple industries with detailed insights on each stock's current and past market performance as well as corporate boards

    Research Ideas

    • Analyzing the performance of individual board members in relation to their company’s stock market performance.
    • Determining if certain board members are better at making decisions that benefit the company’s stock market position across all companies they have a stake in.
    • Identifying correlations between trends in different companies' stocks and external factors such as the influence of particular board members or other events associated with that company's sectors or markets

    Acknowledgements

    If you use this dataset in your research, please credit the original authors. Data Source

    License

    See the dataset description for more information.

    Columns

    File: boardmembers.csv | Column name | Description | |:--------------------|:-----------------------------------| | BoardMemberName | Name of the board member. (String) | | CompanyName | Name of the company. (String) | | Source | Source of the data. (String) |

    Acknowledgements

    If you use this dataset in your research, please credit the original authors. If you use this dataset in your research, please credit Jon Loyens.

  20. NETFLIX Stock Data 2025

    • kaggle.com
    Updated Jun 13, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Umer Haddii (2025). NETFLIX Stock Data 2025 [Dataset]. https://www.kaggle.com/datasets/umerhaddii/netflix-stock-data-2025
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jun 13, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Umer Haddii
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Context

    Netflix, Inc. is an American media company engaged in paid streaming and the production of films and series.

    Market cap

    Market capitalization of Netflix (NFLX)
    
    Market cap: $517.08 Billion USD
    
    

    As of June 2025 Netflix has a market cap of $517.08 Billion USD. This makes Netflix the world's 19th most valuable company by market cap according to our data. The market capitalization, commonly called market cap, is the total market value of a publicly traded company's outstanding shares and is commonly used to measure how much a company is worth.

    Revenue

    Revenue for Netflix (NFLX)
    
    Revenue in 2025: $40.17 Billion USD
    

    According to Netflix's latest financial reports the company's current revenue (TTM ) is $40.17 Billion USD. In 2024 the company made a revenue of $39.00 Billion USD an increase over the revenue in the year 2023 that were of $33.72 Billion USD. The revenue is the total amount of income that a company generates by the sale of goods or services. Unlike with the earnings no expenses are subtracted.

    Earnings

    Earnings for Netflix (NFLX)
    
    Earnings in 2025 (TTM): $11.31 Billion USD
    
    

    According to Netflix's latest financial reports the company's current earnings are $40.17 Billion USD. In 2024 the company made an earning of $10.70 Billion USD, an increase over its 2023 earnings that were of $7.02 Billion USD. The earnings displayed on this page is the company's Pretax Income.

    End of Day market cap according to different sources

    On Jun 12th, 2025 the market cap of Netflix was reported to be:

    $517.08 Billion USD by Yahoo Finance

    $517.08 Billion USD by CompaniesMarketCap

    $517.21 Billion USD by Nasdaq

    Content

    Geography: USA

    Time period: May 2002- June 2025

    Unit of analysis: Netflix Stock Data 2025

    Variables

    VariableDescription
    datedate
    openThe price at market open.
    highThe highest price for that day.
    lowThe lowest price for that day.
    closeThe price at market close, adjusted for splits.
    adj_closeThe closing price after adjustments for all applicable splits and dividend distributions. Data is adjusted using appropriate split and dividend multipliers, adhering to Center for Research in Security Prices (CRSP) standards.
    volumeThe number of shares traded on that day.

    Acknowledgements

    This dataset belongs to me. I’m sharing it here for free. You may do with it as you wish.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
WARNER (2025). Stock Market Dataset for Predictive Analysis [Dataset]. https://www.kaggle.com/datasets/s3programmer/stock-market-dataset-for-predictive-analysis
Organization logo

Stock Market Dataset for Predictive Analysis

Includes technical indicators, sentiment scores, and price movement labels

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Feb 24, 2025
Dataset provided by
Kagglehttp://kaggle.com/
Authors
WARNER
License

https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

Description

This Stock Market Dataset is designed for predictive analysis and machine learning applications in financial markets. It includes 13647 records of simulated stock trading data with features commonly used in stock price forecasting.

🔹 Key Features Date – Trading day timestamps (business days only) Open, High, Low, Close – Simulated stock prices Volume – Trading volume per day RSI (Relative Strength Index) – Measures market momentum MACD (Moving Average Convergence Divergence) – Trend-following momentum indicator Sentiment Score – Simulated market sentiment from financial news & social media Target – Binary label (1: Price goes up, 0: Price goes down) for next-day prediction This dataset is useful for training hybrid deep learning models such as LSTM, CNN, and Attention-based networks for stock market forecasting. It enables financial analysts, traders, and AI researchers to experiment with market trends, technical analysis, and sentiment-based predictions.

Search
Clear search
Close search
Google apps
Main menu