Baselight

Cryptocurrency Prices Dataset

Daily prices and market capitalization data for All cryptocurrencies

@kaggle.jahaidulislam_cryptocurrency_prices_dataset

Cryptocurrency Prices Dataset V1
@kaggle.jahaidulislam_cryptocurrency_prices_dataset.cryptocurrency_prices_dataset_v1

  • 580.61 KB
  • 8559 rows
  • 13 columns
name

Name

symbol

Symbol

price_usd

Price Usd

volume_24h

Volume 24h

volume_30d

Volume 30d

market_cap

Market Cap

dominance

Dominance

year_till_date_price_change_percentage

Year Till Date Price Change Percentage

cmc_rank

CMC Rank

market_pair_count

Market Pair Count

circulating_supply

Circulating Supply

total_supply

Total Supply

last_updated

Last Updated

BitcoinBTC24631.092323854741040847565800000047524200000042.467248.15621998419294406192944062023-02-18T05:11:00.000Z
EthereumETH1699.478702907134460614425500000020797200000018.582741.509426469122373866.2122373866.22023-02-18T05:11:00.000Z
TetherUSDT1.00020156250500655968637769000000703081095656.28220.05134775570293941012731417663212023-02-18T05:11:00.000Z
BNBBNB315.8168892631179256.29949988726498667747994.455729.360541191157897745.5159979963.62023-02-18T05:11:00.000Z
USD CoinUSDC1.000032555445789196675731633571418672988273.74130.003951015141865935868418659358682023-02-18T05:11:00.000Z
XRPXRP0.394592174863469145.511644681808200449213311.791516.4802688650799084881999891307182023-02-18T05:11:00.000Z
CardanoADA0.404056437375092426.215833542791139966979831.250661.771765234640452954354850650652023-02-18T05:11:00.000Z
Binance USDBUSD1.00028213110036391562174086000000135783892521.2135-0.00588621913574559443135745594432023-02-18T05:11:00.000Z
PolygonMATIC1.541001173129317603113161424503134595934761.2029102.770695888734317475100000000002023-02-18T05:11:00.000Z
DogecoinDOGE0.088107603400988274.76245571989116893029781.044625.4653106441326710000001326710000002023-02-18T05:11:00.000Z

CREATE TABLE cryptocurrency_prices_dataset_v1 (
  "name" VARCHAR,
  "symbol" VARCHAR,
  "price_usd" DOUBLE,
  "volume_24h" DOUBLE,
  "volume_30d" DOUBLE,
  "market_cap" DOUBLE,
  "dominance" DOUBLE,
  "year_till_date_price_change_percentage" DOUBLE,
  "cmc_rank" BIGINT,
  "market_pair_count" BIGINT,
  "circulating_supply" DOUBLE,
  "total_supply" DOUBLE,
  "last_updated" VARCHAR
);

Share link

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