Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Litecoin
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_litecoin

  • 194.1 KB
  • 2991 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1LitecoinLTCMon Apr 29 2013 23:59:59 GMT+0000 (Coordinated Universal Time)4.5735998153686524.2256398200988774.3667597770690924.38390016555786175388963.842
2LitecoinLTCTue Apr 30 2013 23:59:59 GMT+0000 (Coordinated Universal Time)4.5723800659179694.1689600944519044.4035201072692874.2964901924133374020917.9127
3LitecoinLTCWed May 01 2013 23:59:59 GMT+0000 (Coordinated Universal Time)4.3568601608276373.5202898979187014.2895398139953613.801009893417358465604596.3778
4LitecoinLTCThu May 02 2013 23:59:59 GMT+0000 (Coordinated Universal Time)4.0392999649047853.00716996192932133.7800199985504153.371979951858520558287978.8404
5LitecoinLTCFri May 03 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.45360994338989262.3959400653839113.3904399871826173.04490995407104552694847.0708
6LitecoinLTCSat May 04 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.6382799148559572.8952500820159913.03226995468139653.479619979858398460290867.7155
7LitecoinLTCSun May 05 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.6924600601196293.3460600376129153.49312996864318853.590889930725097762298185.4291
8LitecoinLTCMon May 06 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.7810199260711673.116019964218143.5942199230194093.371249914169311558594361.235
9LitecoinLTCTue May 07 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.4067199230194092.93979001045227053.37087011337280273.33274006843566958051265.0352
10LitecoinLTCWed May 08 2013 23:59:59 GMT+0000 (Coordinated Universal Time)3.49112010002136233.28362011909484863.28362011909484863.409240007400512759508216.0152

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