Baselight

Cryptocurrency Historical Prices

Prices of top cryptocurrencies including BTC, ETH, ADA, DOT and BNB

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Bitcoin
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_bitcoin

  • 191.42 KB
  • 2991 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1BitcoinBTCMon Apr 29 2013 23:59:59 GMT+0000 (Coordinated Universal Time)147.48800659179688134134.44400024414062144.53999328613281603768864.5
2BitcoinBTCTue Apr 30 2013 23:59:59 GMT+0000 (Coordinated Universal Time)146.92999267578125134.05000305175781441391542813125
3BitcoinBTCWed May 01 2013 23:59:59 GMT+0000 (Coordinated Universal Time)139.88999938964844107.72000122070312139116.989997863769521298954593.75
4BitcoinBTCThu May 02 2013 23:59:59 GMT+0000 (Coordinated Universal Time)125.599998474121192.28189849853516116.37999725341795105.209999084472661168517495.25
5BitcoinBTCFri May 03 2013 23:59:59 GMT+0000 (Coordinated Universal Time)108.1279983520507879.0999984741211106.2597.751085995168.75
6BitcoinBTCSat May 04 2013 23:59:59 GMT+0000 (Coordinated Universal Time)11592.598.0999984741211112.51250316562.5
7BitcoinBTCSun May 05 2013 23:59:59 GMT+0000 (Coordinated Universal Time)118.8000030517578107.14299774169922112.9000015258789115.910003662109381288693175.5
8BitcoinBTCMon May 06 2013 23:59:59 GMT+0000 (Coordinated Universal Time)124.66300201416016106.63999938964844115.9800033569336112.30000305175781249023060
9BitcoinBTCTue May 07 2013 23:59:59 GMT+0000 (Coordinated Universal Time)113.4440002441406297.6999969482422112.25111.51240593600
10BitcoinBTCWed May 08 2013 23:59:59 GMT+0000 (Coordinated Universal Time)115.77999877929688109.5999984741211109.5999984741211113.566001892089841264049202.15

CREATE TABLE coin_bitcoin (
  "sno" BIGINT,
  "name" VARCHAR,
  "symbol" VARCHAR,
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "marketcap" DOUBLE
);

Share link

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