Baselight

Bitcoin Prices (2013-2017)

Information about Bitcoin Cryptocurrency

@kaggle.rishidamarla_bitcoin_prices_20112015

Loading...
Loading...

About this Dataset

Bitcoin Prices (2013-2017)

Content

In this dataset, you will find the high, low, opening, and closing prices of the Bitcoin Crypto currency from 2013-2017.

Acknowledgements

This dataset comes from https://data.world/gautam2510/bitcoin-trend-analysis/workspace/file?filename=BitCoin.csv.

Tables

Bitcoin

@kaggle.rishidamarla_bitcoin_prices_20112015.bitcoin
  • 90.56 KB
  • 1609 rows
  • 8 columns
Loading...

CREATE TABLE bitcoin (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "market_cap" BIGINT
);

Share link

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