Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Wrappedbitcoin
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_wrappedbitcoin

  • 65.44 KB
  • 888 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1Wrapped BitcoinWBTCThu Jan 31 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3535.421222263435.290529543496.839831953466.5065326819289.0654563641
2Wrapped BitcoinWBTCFri Feb 01 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3517.770252793422.825562533469.392972933480.7723141213640.4731093726
3Wrapped BitcoinWBTCSat Feb 02 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3546.404224683459.112771643476.335118853542.095360951894.96723571332
4Wrapped BitcoinWBTCSun Feb 03 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3544.6670943436.177705223540.562787733477.866026336524.92528592783
5Wrapped BitcoinWBTCMon Feb 04 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3500.410630023445.643243533481.734248213481.219345593540.93919954675
6Wrapped BitcoinWBTCTue Feb 05 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3492.85258473443.325370183478.450464843461.87292561522.39280130409
7Wrapped BitcoinWBTCWed Feb 06 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3465.464623963330.116348883465.298703223444.961049122837.44521971429
8Wrapped BitcoinWBTCThu Feb 07 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3464.208165663389.160708153442.65422113395.9786162538.752611367703
9Wrapped BitcoinWBTCFri Feb 08 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3760.554055743394.45291863400.352374273664.84113717174.09593981417
10Wrapped BitcoinWBTCSat Feb 09 2019 23:59:59 GMT+0000 (Coordinated Universal Time)3703.648889153616.798537863661.546487573677.96397919598.588512970117

CREATE TABLE coin_wrappedbitcoin (
  "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.