Baselight

ETH-USD Stock Market @Kraken

ETH-USD stock market at Kraken Exchange

@kaggle.olmatz_ethusd_stock_market_kraken

Loading...
Loading...

About this Dataset

ETH-USD Stock Market @Kraken

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 ETH-USD 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!

Tables

Ohlcvt Eth Usd 1

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_1
  • 50.75 MB
  • 2190513 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_1 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Ohlcvt Eth Usd 1440

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_1440
  • 99.72 KB
  • 2333 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_1440 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Ohlcvt Eth Usd 15

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_15
  • 5.9 MB
  • 199045 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_15 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Ohlcvt Eth Usd 5

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_5
  • 14.09 MB
  • 554863 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_5 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Ohlcvt Eth Usd 60

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_60
  • 1.77 MB
  • 52648 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_60 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Ohlcvt Eth Usd 720

@kaggle.olmatz_ethusd_stock_market_kraken.ohlcvt_eth_usd_720
  • 189.73 KB
  • 4632 rows
  • 6 columns
Loading...

CREATE TABLE ohlcvt_eth_usd_720 (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "trades" BIGINT
);

Tradinghistory Eth Usd

@kaggle.olmatz_ethusd_stock_market_kraken.tradinghistory_eth_usd
  • 325.57 MB
  • 33475695 rows
  • 3 columns
Loading...

CREATE TABLE tradinghistory_eth_usd (
  "timestamp" BIGINT,
  "price" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.