Baselight

Popular Cryptocurrency Historical Data

Historical data on top 10 cryptocurrencies (as of Dec 04, 21)

@kaggle.nward7_popular_cryptocurrency_historical_data

Usd Coin
@kaggle.nward7_popular_cryptocurrency_historical_data.usd_coin

  • 37.12 KB
  • 1153 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

market_cap

Market Cap

Mon Oct 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11.0111382900
Tue Oct 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11.0111.01108803
Wed Oct 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11.0211.01711783
Thu Oct 11 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.011.0311.014177290
Fri Oct 12 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.011.0211.011322240
Sat Oct 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.011.0211.01698507
Sun Oct 14 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.011.0211.02982750
Mon Oct 15 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.021.110.99841.0310660400
Tue Oct 16 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.031.041.021.02212408024323316
Wed Oct 17 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.021.031.011.01110274024107423

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

Share link

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