Baselight

Top 100–2020 Cryptocurrency Daily Market Price

Daily crypto markets open, close, low, high & volume data for the top 100 coins

@kaggle.nebulosito_top_100_2020_cryptocurrency_daily_market_price

Loading...
Loading...

About this Dataset

Top 100–2020 Cryptocurrency Daily Market Price

Short Description

Here you are a dataset containing the top 100 coins by their total volume across all markets during 9th January of 2021. The prices are in USD dollars.
If you need a different or specific cryptocurrency data, open a new Discussion and I will try to do my best.

Content

This dataset was obtained thanks to cryptocompare API. You can see that it contains data about the top 100 coins by volume market during moreover 2020 (it contains a little bit of 2019 and 2021 years also). The dataset has 10 columns:

  1. datetime: the date in which the coin had that price and volume.
  2. low: the lowwst price of that day in USD dollars.
  3. high: the highest price of that day in USD dollars.
  4. open: the price when that day started in the markets in USD dollars.
  5. close: the price when that day closed in the markets in USD dollars.
  6. volumefrom: the quantity of that coin that was traded in that day.
  7. volumeto: the quantity of that coin that was traded in that day in USD dollars.
  8. cryptocurrency: the symbol of the cryptocurrency.
  9. image_url: the image url containing the cryptocurrency logo.
  10. coin_name: the full name of the cryptocurrency.

To get the data I used this endpoint and to get the top 100 coins list I used this one.

The code I used to generate can be found in my personal github (I would really appreciate any contribution, follow or star 😃). Feel free to contact me (you can find my email in my github) if you need something about the data.

Acknowledgements

Part of the code used to obtain the data was inspired in this fabulous analsys from Roman Orac.

Tables

Cryptocurrencies To Usd Default Day 2021–01–09

@kaggle.nebulosito_top_100_2020_cryptocurrency_daily_market_price.cryptocurrencies_to_usd_default_day_2021_01_09
  • 1.34 MB
  • 40100 rows
  • 10 columns
Loading...

CREATE TABLE cryptocurrencies_to_usd_default_day_2021_01_09 (
  "datetime" TIMESTAMP,
  "low" DOUBLE,
  "high" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volumefrom" DOUBLE,
  "volumeto" DOUBLE,
  "cryptocurrency" VARCHAR,
  "image_url" VARCHAR,
  "coin_name" VARCHAR
);

Share link

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