List Of 9,000+ Cryptocurrencies And Market Values
from investing.com (as of 15-Dec-2021)
@kaggle.prasertk_list_of_cryptocurrencies_and_market_values
from investing.com (as of 15-Dec-2021)
@kaggle.prasertk_list_of_cryptocurrencies_and_market_values
CREATE TABLE crypto_list_dec_2021 (
"name" VARCHAR,
"symbol" VARCHAR,
"price_usd" DOUBLE,
"market_cap" VARCHAR,
"market_cap_usd" DOUBLE
);
Anyone who has the link will be able to view this.