Baselight

Crypto-prices

provides information about prices of different crypto.

@kaggle.neupane9sujal_crypto_prices

Loading...
Loading...

About this Dataset

Crypto-prices

The provided dataset provides information about some of the popular cryptocurrencies. The dataset contains following columns:

  • Date: the date of the stock price
  • Open: the opening price of the stock on that day
  • High: the highest price the stock reached during the day
  • Low: the lowest price the stock reached during the day
  • Close: the closing price of the stock on that day
  • Volume: the number of shares traded on that day.

The dataset can be used for stock analysis as well as for time series analysis (i.e price prediction)

Tables

Btc

@kaggle.neupane9sujal_crypto_prices.btc
  • 109.31 KB
  • 2006 rows
  • 7 columns
Loading...

CREATE TABLE btc (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Doge

@kaggle.neupane9sujal_crypto_prices.doge
  • 110.49 KB
  • 2006 rows
  • 7 columns
Loading...

CREATE TABLE doge (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Eth

@kaggle.neupane9sujal_crypto_prices.eth
  • 109.9 KB
  • 2006 rows
  • 7 columns
Loading...

CREATE TABLE eth (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Xrp

@kaggle.neupane9sujal_crypto_prices.xrp
  • 109.43 KB
  • 2006 rows
  • 7 columns
Loading...

CREATE TABLE xrp (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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