Baselight

Complete Historical Cryptocurrency Financial Data

Top 200 Cryptocurrencies by Marketcap

@kaggle.philmohun_cryptocurrency_financial_data

Consolidated Coin Data
@kaggle.philmohun_cryptocurrency_financial_data.consolidated_coin_data

  • 809.93 KB
  • 28944 rows
  • 8 columns
currency

Currency

date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

market_cap

Market Cap

tezosWed Dec 04 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.291.321.251.2546048752824588509
tezosTue Dec 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.241.321.211.2941462224853213342
tezosMon Dec 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.251.261.21.2427574097817872179
tezosSun Dec 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.331.341.251.2524127567828296390
tezosSat Nov 30 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.311.371.311.3328706667879181680
tezosFri Nov 29 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.281.341.281.3132270224867085098
tezosThu Nov 28 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.261.351.221.2844240281845073679
tezosWed Nov 27 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.241.271.161.2647723271829672736
tezosTue Nov 26 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.241.281.231.2454828808822065277
tezosMon Nov 25 2019 00:00:00 GMT+0000 (Coordinated Universal Time)1.331.331.211.2464954006815688075

CREATE TABLE consolidated_coin_data (
  "currency" VARCHAR,
  "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.