Crypto Real-Time Prices Dataset (Yahoo Finance)
Web Scraping with Selenium for Real-Time Crypto Prices Dataset
@kaggle.azim069_yahoo_finance_crypto_real_time_prices_dataset
Web Scraping with Selenium for Real-Time Crypto Prices Dataset
@kaggle.azim069_yahoo_finance_crypto_real_time_prices_dataset
This dataset contains real-time prices of various cryptocurrencies that are listed on Yahoo Finance. The data has been collected from Yahoo Finance API and consists of 9,600 rows of data.
CREATE TABLE crypto_real_time_prices_dataset_yahoo_finance (
"symbol" VARCHAR,
"name" VARCHAR,
"price_intraday" DOUBLE -- Price (Intraday),
"change" DOUBLE,
"n__change" VARCHAR -- % Change,
"market_cap" VARCHAR,
"volume_in_currency_since_0_00_utc" VARCHAR -- Volume In Currency (Since 0:00 UTC),
"volume_in_currency_24hr" VARCHAR -- Volume In Currency (24Hr),
"total_volume_all_currencies_24hr" VARCHAR -- Total Volume All Currencies (24Hr),
"circulating_supply" VARCHAR
);Anyone who has the link will be able to view this.