Baselight

Constellation Historical Data 2018-2023

Including Price, Market Cap, 24hr Volume and Timestamp from CoinGecko API

@kaggle.danieltsai04_constellation_historical_data_2018_2023

Avalanche Merged Data
@kaggle.danieltsai04_constellation_historical_data_2018_2023.avalanche_merged_data

  • 45.62 KB
  • 1171 rows
  • 4 columns
timestamp

Timestamp

price

Price

volume

Volume

market_cap

Market Cap

Tue Sep 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5.28424438726287245857265.66415152124357932.92103656
Wed Sep 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5.28424438726287245857265.66415152124357932.92103656
Thu Sep 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3.49122916821638597342432.1748252886335245.96938415
Fri Sep 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.57389058032772969665168.04927005112209367.28386834
Sat Sep 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.70297387609584841950754.98125503115431881.83108865
Sun Sep 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.52467824343258421176150.392053947111216735.78175372
Mon Sep 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.65297976819246217356907.97055633114464431.45007946
Tue Sep 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.20665898027118314748322.291531274102464370.65740834
Wed Sep 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.13861465376533112477984.35950614101476428.14556378
Thu Oct 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)4.327332402406284512785136.09148073106075718.1781186

CREATE TABLE avalanche_merged_data (
  "timestamp" TIMESTAMP,
  "price" DOUBLE,
  "volume" DOUBLE,
  "market_cap" DOUBLE
);

Share link

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