Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Uniswap
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_uniswap

  • 26.5 KB
  • 292 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1UniswapUNIFri Sep 18 2020 23:59:59 GMT+0000 (Coordinated Universal Time)8.438537408863.261757471793.488152961486.897256821856061110197.71016668111645.023516
2UniswapUNISat Sep 19 2020 23:59:59 GMT+0000 (Coordinated Universal Time)7.443274787735.321794856886.945576979095.724464180762447471305.09283554507578.80579
3UniswapUNISun Sep 20 2020 23:59:59 GMT+0000 (Coordinated Universal Time)6.050325629874.720209841025.720514812065.244195489381554143599.05737507985734.869998
4UniswapUNIMon Sep 21 2020 23:59:59 GMT+0000 (Coordinated Universal Time)5.622154758924.160742558485.244195489384.266078559831329464490.16774413239181.608882
5UniswapUNITue Sep 22 2020 23:59:59 GMT+0000 (Coordinated Universal Time)4.55409242793.7550403114.275013662573.90513786535816282684.413704378276197.429285
6UniswapUNIWed Sep 23 2020 23:59:59 GMT+0000 (Coordinated Universal Time)4.707648083.916561883.91794414.6532649964205456.9093664450744484.21021295
7UniswapUNIThu Sep 24 2020 23:59:59 GMT+0000 (Coordinated Universal Time)5.249795424.448574914.448575915.137266061168427377.431701497627878.46547896
8UniswapUNIFri Sep 25 2020 23:59:59 GMT+0000 (Coordinated Universal Time)5.528679184.8485765.16044585.0129515882242519.2985622485585988.6782823
9UniswapUNISat Sep 26 2020 23:59:59 GMT+0000 (Coordinated Universal Time)5.225045024.737246245.011348744.80588085463707078.0112021465527823.6737845
10UniswapUNISun Sep 27 2020 23:59:59 GMT+0000 (Coordinated Universal Time)5.442522264.728704274.80226944.78089893444099191.73009294463107918.5720507

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