Baselight

Cryptocurrency Historical Prices

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

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Tether
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_tether

  • 128.39 KB
  • 2318 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1TetherUSDTThu Feb 26 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1.21231997013092041.19471001625061041.210420012474061.2057399749755865.955460071563721303364.184
2TetherUSDTMon Mar 02 2015 23:59:59 GMT+0000 (Coordinated Universal Time)0.60789000988006590.56831401586532590.57124900817871090.60650199651718143.032500028610229152595.9032
3TetherUSDTTue Mar 03 2015 23:59:59 GMT+0000 (Coordinated Universal Time)0.60622900724411010.6044160127639770.60512900352478030.60622900724411013.031130075454712152527.2164
4TetherUSDTFri Mar 06 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111192.64720153808594251600
5TetherUSDTSat Mar 07 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111158196.80078125251600
6TetherUSDTSun Mar 08 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111131.13940048217773251600
7TetherUSDTMon Mar 09 2015 23:59:59 GMT+0000 (Coordinated Universal Time)1111142.9969940185547251600
8TetherUSDTTue Mar 10 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111149996.69921875251600
9TetherUSDTWed Mar 11 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111149.31069946289063251600
10TetherUSDTThu Mar 12 2015 23:59:59 GMT+0000 (Coordinated Universal Time)111180418.296875251600

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