6 datasets found
  1. Cryptocurrency futures OHLCV dataset (1m)

    • kaggle.com
    Updated Feb 1, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Arthur Neuron (2024). Cryptocurrency futures OHLCV dataset (1m) [Dataset]. https://www.kaggle.com/datasets/arthurneuron/cryptocurrency-futures-ohlcv-dataset-1m-2024
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 1, 2024
    Dataset provided by
    Kaggle
    Authors
    Arthur Neuron
    License

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

    Description

    The OHLCV dataset for cryptocurrency trading, especially one that contains all futures trading pairs from the Binance exchange, is a comprehensive collection of data points that are crucial for traders and analysts. Here’s a detailed description of what this dataset typically includes:

    OHLCV Explained: - O (Open): The opening price of the asset for the given time period. - H (High): The highest price at which the asset traded during the time period. - L (Low): The lowest price at which the asset traded during the time period. - C (Close): The closing price of the asset for the given time period. - V (Volume): The total volume of the asset traded during the time period.

    🕒 Always new auto-updating data from this dataset: - https://www.kaggle.com/code/arthurneuron/autoupdate-cryptocurrency-ohlcv-dataset/output

  2. Binance Futures Full History

    • kaggle.com
    zip
    Updated Dec 26, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nicolae (2020). Binance Futures Full History [Dataset]. https://www.kaggle.com/nicolaes/binance-futures
    Explore at:
    zip(604497840 bytes)Available download formats
    Dataset updated
    Dec 26, 2020
    Authors
    Nicolae
    Description

    Introduction

    This is a collection of all 1 minute candlesticks of all cryptocurrency pairs on Binance.com. All 80 of them are included. Both retrieval and uploading the data is fully automated—see this GitHub repo.

    Content

    For every trading pair, the following fields from Binance's official API endpoint for historical candlestick data are saved into a Parquet file:

     #  Column            Dtype     
    --- ------            -----     
     0  open_time           datetime64[ns]
     1  open             float32    
     2  high             float32    
     3  low              float32    
     4  close             float32    
     5  volume            float32    
     6  quote_asset_volume      float32    
     7  number_of_trades       uint16    
     8  taker_buy_base_asset_volume  float32    
     9  taker_buy_quote_asset_volume float32    
    dtypes: datetime64[ns](1), float32(8), uint16(1)
    

    The dataframe is indexed by open_time and sorted from oldest to newest. The first row starts at the first timestamp available on the exchange, which is July 2017 for the longest running pairs.

    Here are two simple plots based on a single file; one of the opening price with an added indicator (MA50) and one of the volume and number of trades:

    https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F2234678%2Fb8664e6f26dc84e9a40d5a3d915c9640%2Fdownload.png?generation=1582053879538546&alt=media" alt=""> https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F2234678%2Fcd04ed586b08c1576a7b67d163ad9889%2Fdownload-1.png?generation=1582053899082078&alt=media" alt="">

    Inspiration

    One obvious use-case for this data could be technical analysis by adding indicators such as moving averages, MACD, RSI, etc. Other approaches could include backtesting trading algorithms or computing arbitrage potential with other exchanges.

    License

    This data is being collected automatically from crypto exchange Binance.

  3. BTC 2020-2025

    • kaggle.com
    Updated Mar 18, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Malik (2025). BTC 2020-2025 [Dataset]. https://www.kaggle.com/datasets/malikcorozo/btcusdt-2020-2025may-15
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 18, 2025
    Dataset provided by
    Kaggle
    Authors
    Malik
    License

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

    Description

    This dataset contains historical 1-minute candlestick (OHLCV) data for the BTC/USDT trading pair from January 2020 to March 15, 2025. The data is sourced directly from the Binance API and covers both the spot market and futures market.

    Structure The dataset is organized into annual folders (e.g., 2020/, 2021/, etc.). Each year contains monthly subfolders (e.g., 01/, 02/, ..., 12/). Each month includes two CSV files: - trading_data.csv → Spot market data - futures_data.csv → Futures market data

    Data Frequency & Cleaning 1-minute interval candlestick data. From the 12 columns provided by the Binance API, only the most relevant and useful ones have been kept: - Open time - Open - High - Low - Close - Volume - Number of trades - Taker buy base asset volume

    Updates This dataset will be updated periodically (every 5 to 15 days) to ensure it remains current.

    Usage This dataset is ideal for: * Backtesting trading strategies * Analyzing market trends * Developing machine learning models for trading

  4. Bitcoin Historical Price (1H,2017.8-2020.3)

    • kaggle.com
    Updated Mar 26, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Rensiu (2020). Bitcoin Historical Price (1H,2017.8-2020.3) [Dataset]. https://www.kaggle.com/quartier13/bitcoin-historical-price-1h2017820202/kernels
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 26, 2020
    Dataset provided by
    Kaggle
    Authors
    Rensiu
    License

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

    Description

    Content

    The OHLCV data is coming from Binance and BITMEX, with Hourly frequency. And sorted by ascending.

    Something Else

    If anyone need, i will upload 1min/15min/daily Bitcoin and ETH price data. (also i have Future and Options data)

    I am also trying to use ML approach on Crypto. But that seems not working at the moment.

  5. Top 10 Crypto-Coin Historical Data (2014-2024)

    • kaggle.com
    Updated Dec 2, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Farhan Ali (2024). Top 10 Crypto-Coin Historical Data (2014-2024) [Dataset]. https://www.kaggle.com/datasets/farhanali097/top-10-crypto-coin-historical-data-2014-2024
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 2, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Farhan Ali
    License

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

    Description

    This dataset contains historical price data for the top global cryptocurrencies, sourced from Yahoo Finance. The data spans the following time frames for each cryptocurrency:

    BTC-USD (Bitcoin): From 2014 to December 2024 ETH-USD (Ethereum): From 2017 to December 2024 XRP-USD (Ripple): From 2017 to December 2024 USDT-USD (Tether): From 2017 to December 2024 SOL-USD (Solana): From 2020 to December 2024 BNB-USD (Binance Coin): From 2017 to December 2024 DOGE-USD (Dogecoin): From 2017 to December 2024 USDC-USD (USD Coin): From 2018 to December 2024 ADA-USD (Cardano): From 2017 to December 2024 STETH-USD (Staked Ethereum): From 2020 to December 2024

    Key Features:

    Date: The date of the record. Open: The opening price of the cryptocurrency on that day. High: The highest price during the day. Low: The lowest price during the day. Close: The closing price of the cryptocurrency on that day. Adj Close: The adjusted closing price, factoring in stock splits or dividends (for stablecoins like USDT and USDC, this value should be the same as the closing price). Volume: The trading volume for that day.

    Data Source:

    The dataset is sourced from Yahoo Finance and spans daily data from 2014 to December 2024, offering a rich set of data points for cryptocurrency analysis.

    Use Cases:

    Market Analysis: Analyze price trends and historical market behavior of leading cryptocurrencies. Price Prediction: Use the data to build predictive models, such as time-series forecasting for future price movements. Backtesting: Test trading strategies and financial models on historical data. Volatility Analysis: Assess the volatility of top cryptocurrencies to gauge market risk. Overview of the Cryptocurrencies in the Dataset: Bitcoin (BTC): The pioneer cryptocurrency, often referred to as digital gold and used as a store of value. Ethereum (ETH): A decentralized platform for building smart contracts and decentralized applications (DApps). Ripple (XRP): A payment protocol focused on enabling fast and low-cost international transfers. Tether (USDT): A popular stablecoin pegged to the US Dollar, providing price stability for trading and transactions. Solana (SOL): A high-speed blockchain known for low transaction fees and scalability, often seen as a competitor to Ethereum. Binance Coin (BNB): The native token of Binance, the world's largest cryptocurrency exchange, used for various purposes within the Binance ecosystem. Dogecoin (DOGE): Initially a meme-inspired coin, Dogecoin has gained a strong community and mainstream popularity. USD Coin (USDC): A fully-backed stablecoin pegged to the US Dollar, commonly used in decentralized finance (DeFi) applications. Cardano (ADA): A proof-of-stake blockchain focused on scalability, sustainability, and security. Staked Ethereum (STETH): A token representing Ethereum staked in the Ethereum 2.0 network, earning staking rewards.

    This dataset provides a comprehensive overview of key cryptocurrencies that have shaped and continue to influence the digital asset market. Whether you're conducting research, building prediction models, or analyzing trends, this dataset is an essential resource for understanding the evolution of cryptocurrencies from 2014 to December 2024.

  6. C

    Cryptocurrency Market Report

    • datainsightsmarket.com
    doc, pdf, ppt
    Updated Mar 8, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Data Insights Market (2025). Cryptocurrency Market Report [Dataset]. https://www.datainsightsmarket.com/reports/cryptocurrency-market-19523
    Explore at:
    pdf, ppt, docAvailable download formats
    Dataset updated
    Mar 8, 2025
    Dataset authored and provided by
    Data Insights Market
    License

    https://www.datainsightsmarket.com/privacy-policyhttps://www.datainsightsmarket.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global
    Variables measured
    Market Size
    Description

    The cryptocurrency market, valued at $44.29 billion in 2025, is projected to experience robust growth, exhibiting a Compound Annual Growth Rate (CAGR) of 7.77% from 2025 to 2033. This expansion is driven by several key factors. Increasing institutional adoption, fueled by the growing acceptance of cryptocurrencies as an asset class and the development of sophisticated financial instruments like Bitcoin ETFs, is significantly impacting market growth. Furthermore, technological advancements, including the rise of layer-2 scaling solutions and improvements in blockchain technology, are enhancing transaction speeds and reducing costs, making cryptocurrencies more accessible and user-friendly. The expanding DeFi (Decentralized Finance) ecosystem, offering innovative financial services beyond traditional banking, also contributes substantially to market growth. Regulatory clarity, while still evolving, is expected to further encourage institutional investment and consumer confidence, fostering market expansion. Despite the positive outlook, the cryptocurrency market faces challenges. Price volatility remains a significant concern for investors, potentially deterring some from entering the market. Regulatory uncertainty in various jurisdictions creates an unpredictable operating environment for businesses and investors. The environmental impact of energy-intensive proof-of-work consensus mechanisms used by some cryptocurrencies is another factor that requires attention. Security concerns, including the risk of hacking and scams, continue to pose a threat to market confidence and require ongoing vigilance from both users and exchanges. Despite these constraints, the long-term prospects for the cryptocurrency market remain positive, driven by underlying technological innovation and growing global adoption. The market's segmentation, encompassing various cryptocurrencies (Bitcoin, Ethereum, Ripple, etc.) and geographically diverse regions, presents opportunities for targeted investment and market penetration. This comprehensive report provides an in-depth analysis of the global cryptocurrency market, covering its evolution from 2019 to 2033. With a focus on key players like Coinbase, Binance, and Gemini, the report delves into market trends, growth drivers, challenges, and future projections. We analyze the market capitalization of major cryptocurrencies such as Bitcoin, Ethereum, and Ripple, exploring regional variations and the impact of regulatory changes. The study period encompasses the historical period (2019-2024), the base year (2025), and the forecast period (2025-2033), offering a complete picture of this dynamic market. This report is essential for investors, businesses, and anyone seeking to understand the intricacies of the cryptocurrency landscape. Recent developments include: December 2023: Bitfinex Securities Ltd. secured USD 5.2 million in USDT by leveraging its tokenized bond ALT2612. The fundraising initiative was made possible through the assistance of ALTERNATIVE, a securitization fund based in Luxembourg and managed by Mikro Kapita, a renowned microfinancing company., October 2023: Quantstamp, a renowned player in web3 security, has unveiled DeFi Protection, an innovative security solution that compensates users for their DeFi losses. DeFi Protection is a cutting-edge product that thoroughly examines the security of smart contracts, promptly notifies users about potential risks, and ensures round-the-clock assistance from skilled security auditors. Significantly, this remarkable offering includes a guarantee program that promises to reimburse DeFi Protection customers for any financial setbacks resulting from a lapse in Quantstamp's security services.. Key drivers for this market are: Rising Demand for Operational Efficiency and Transparency in Financial Payment Systems, Increasing Demand for Remittances in Developing Countries. Potential restraints include: Rising Demand for Operational Efficiency and Transparency in Financial Payment Systems, Increasing Demand for Remittances in Developing Countries. Notable trends are: Increasing Adoption of Digital Assets is Expected to Drive the Growth of this Market.

  7. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Arthur Neuron (2024). Cryptocurrency futures OHLCV dataset (1m) [Dataset]. https://www.kaggle.com/datasets/arthurneuron/cryptocurrency-futures-ohlcv-dataset-1m-2024
Organization logo

Cryptocurrency futures OHLCV dataset (1m)

OHLCV cryptocurrency trading dataset that contains all futures pairs 2024

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Feb 1, 2024
Dataset provided by
Kaggle
Authors
Arthur Neuron
License

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

Description

The OHLCV dataset for cryptocurrency trading, especially one that contains all futures trading pairs from the Binance exchange, is a comprehensive collection of data points that are crucial for traders and analysts. Here’s a detailed description of what this dataset typically includes:

OHLCV Explained: - O (Open): The opening price of the asset for the given time period. - H (High): The highest price at which the asset traded during the time period. - L (Low): The lowest price at which the asset traded during the time period. - C (Close): The closing price of the asset for the given time period. - V (Volume): The total volume of the asset traded during the time period.

🕒 Always new auto-updating data from this dataset: - https://www.kaggle.com/code/arthurneuron/autoupdate-cryptocurrency-ohlcv-dataset/output

Search
Clear search
Close search
Google apps
Main menu