Bitcoin INR Historical Data
Daily Frequency from 18 Sept 2019 to 28 May 2021
@kaggle.komalkhetlani_bitcoin_inr_historical_data
Daily Frequency from 18 Sept 2019 to 28 May 2021
@kaggle.komalkhetlani_bitcoin_inr_historical_data
Bitcoin is a decentralized digital currency, without a central bank or single administrator, that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries.
The Data was taken from Yahoo Finance.
CREATE TABLE btc_inr_historical_data (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);Anyone who has the link will be able to view this.