Baselight

[Crypto] CryptoCompare Exchange Data (5/15/2020)

Data scraped from CryptoCompare's general exchange API

@kaggle.thesherpafromalabama_crypto_cryptocompare_exchange_dat1_5152020

Cryptocompare Exchange Data Sheet1
@kaggle.thesherpafromalabama_crypto_cryptocompare_exchange_dat1_5152020.cryptocompare_exchange_data_sheet1

  • 36.14 KB
  • 260 rows
  • 29 columns
exchange_name

Exchange Name

url

URL

grade_point

Grade Point

grade

Grade

legal_score

Legal Score

investment_score

Investment Score

team_score

Team Score

dataprovision_score

DataProvision Score

trademonitorin_score

TradeMonitorin Score

marketquality_score

MarketQuality Score

security_score

Security Score

negativereports_penalty

NegativeReports Penalty

orderbook

OrderBook

trades

Trades

sponsored

Sponsored

recommended

Recommended

one_star

One Star

two_star

Two Star

three_star

Three Star

four_star

Four Star

five_star

Five Star

percent_one_star

Percent One Star

percent_two_star

Percent Two Star

percent_three_star

Percent Three Star

percent_four_star

Percent Four Star

percent_five_star

Percent Five Star

avg_star

Avg Star

totaluser_reviews

TotalUser Reviews

data_sortorder

Data ยป SortOrder

Bitstamp/exchanges/bitstamp/overview71.3A15.659.212.4510.913.2truetrue99191424580.46261682240.088785046730.065420560750.11214953270.27102803742.62143
Bittrex/exchanges/bittrex/overview56B15.99.89.311.59.5truetrue2072422371070.52141057930.06045340050.055415617130.093198992440.26952141062.53975
OKCoin/exchanges/okcoin/overview66.7A12.2510.414.82.510.311.5true424210.30769230770.15384615380.30769230770.15384615380.076923076922.7137
BTER/exchanges/bter/overviewnantrue1522330.60.080.080.120.122.1258
Poloniex/exchanges/poloniex/overview59.6B8.958.113.459.79.5true422372646750.6963696370.061056105610.042904290430.075907590760.12376237621.9606219
Kraken/exchanges/kraken/overview71.8A13.3513.614.82.511.211.4truetrue579912240.51351351350.081081081080.081081081080.10810810810.21621621622.41119
Bitfinex/exchanges/bitfinex/overview68.9A11.511.516.6513.311truetrue6216251112140.14485981310.037383177570.058411214950.25934579440.53.942810
Cex.io/exchanges/cexio/overview62.4B13.71.36.913.42.59.515.1truetruetrue55778280.52380952380.066666666670.066666666670.076190476190.26666666672.510511
Yacuna/exchanges/yacuna/overviewnantrue12
Coinbase/exchanges/coinbase/overview75.6AA15.2511.813.82.512.319.95truetruetrue82242232500.39047619050.11428571430.10476190480.15238095240.23809523812.721013

CREATE TABLE cryptocompare_exchange_data_sheet1 (
  "exchange_name" VARCHAR,
  "url" VARCHAR,
  "grade_point" DOUBLE,
  "grade" VARCHAR,
  "legal_score" DOUBLE,
  "investment_score" DOUBLE,
  "team_score" DOUBLE,
  "dataprovision_score" DOUBLE,
  "trademonitorin_score" DOUBLE,
  "marketquality_score" DOUBLE,
  "security_score" DOUBLE,
  "negativereports_penalty" BIGINT,
  "orderbook" BOOLEAN,
  "trades" BOOLEAN,
  "sponsored" BOOLEAN,
  "recommended" BOOLEAN,
  "one_star" BIGINT,
  "two_star" BIGINT,
  "three_star" BIGINT,
  "four_star" BIGINT,
  "five_star" BIGINT,
  "percent_one_star" DOUBLE,
  "percent_two_star" DOUBLE,
  "percent_three_star" DOUBLE,
  "percent_four_star" DOUBLE,
  "percent_five_star" DOUBLE,
  "avg_star" DOUBLE,
  "totaluser_reviews" BIGINT,
  "data_sortorder" BIGINT
);

Share link

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