Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

  • 98.24 KB
  • 1385 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1ChainlinkLINKThu Sep 21 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.20789200067520140.15529200434684750.18913200497627250.1696799993515014212627059388000
2ChainlinkLINKFri Sep 22 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.18167500197887420.13986900448799130.16982600092887870.1505029946565628142322052676050
3ChainlinkLINKSat Sep 23 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.15744000673294060.12629699707031250.14956200122833250.1311289966106414118667045895150
4ChainlinkLINKSun Sep 24 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.19024999439716340.13027499616146080.13110999763011930.1702779978513717102574059597300
5ChainlinkLINKMon Sep 25 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.18263700604438780.15858000516891480.17063599824905390.1821980029344558102137063769300
6ChainlinkLINKTue Sep 26 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.22316199541091920.18203899264335630.18203899264335630.1949580013751983131905068235300
7ChainlinkLINKWed Sep 27 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.20609900355339050.1942529976367950.19473700225353240.1945859938859939109701068105100
8ChainlinkLINKThu Sep 28 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.28382000327110290.19131000339984890.19337700307369230.2437949925661087811368085328250
9ChainlinkLINKFri Sep 29 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.33493098616600030.21442100405693050.24543699622154230.30843999981880198896430107954000
10ChainlinkLINKSat Sep 30 2017 23:59:59 GMT+0000 (Coordinated Universal Time)0.47255799174308770.30008900165557860.31249698996543880.451364010572433423440700157977400

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