Baselight

Constellation Historical Data 2018-2023

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

@kaggle.danieltsai04_constellation_historical_data_2018_2023

Loading...
Loading...

About this Dataset

Constellation Historical Data 2018-2023

This dataset was collected from CoinGecko public API https://www.coingecko.com/api/documentation with the currency of usd. The json file includes marketcap, price and 24hr volume, and the csv file is a result after data wrangling process.

Daily data (00:00 UTC)

Tables

Avalanche Merged Data

@kaggle.danieltsai04_constellation_historical_data_2018_2023.avalanche_merged_data
  • 45.62 KB
  • 1171 rows
  • 4 columns
Loading...

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.