Baselight

TOP 50 Cryptocurrencies Historical Prices

Daily Prices(OPEN ,CLOSE , HIGH , LOW) of the TOP 50 Cryptocurrencies

@kaggle.odins0n_top_50_cryptocurrency_historical_prices

Loading...
Loading...

About this Dataset

TOP 50 Cryptocurrencies Historical Prices

Context

The dataset contains all historical daily prices (open, high, low, close) for the top 50 Cryptocurrency

Content

The dataset has 50 different CSV files for each of the top 50 cryptocurrencies. Price history is available on a daily basis from the launch of that respective cryptocurrency. The dataset also contains an ALL_COMBINED CSV file, which contains the combined data for all the TOP50 cryptocurrencies in one CSV file.
Attribute Information:

SNo: Serial Number 
Date: Date of observation
Price: Price on the given day (Also the closing price for that day)
Open: Opening price on the given day
High: Highest price on the given day
Low: Lowest price on the given day
Volume: Volume of transactions on the given day
Change%: Percentage Change from the previous day

Acknowledgements

This data is taken from https://www.investing.com and is free to use. Check details here

Cover Image: Photo by Executium on Unsplash.

Inspiration

Some of the questions which could be inferred from this dataset are:

  • Which currencies are the most volatile?
  • Predicting the future price of the currencies
  • How does the price fluctuations of currencies correlate with each other?
  • What day of the week is best to buy/sell?
  • How does the price fluctuations of currencies correlate with each other?
  • Seasonal trend in the price fluctuations

Tables

Xpr

@kaggle.odins0n_top_50_cryptocurrency_historical_prices.xpr
  • 132.84 KB
  • 2407 rows
  • 8 columns
Loading...

CREATE TABLE xpr (
  "sno" BIGINT,
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" DOUBLE,
  "change" DOUBLE
);

Share link

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