Baselight

Bitcoin INR Historical Data

Daily Frequency from 18 Sept 2019 to 28 May 2021

@kaggle.komalkhetlani_bitcoin_inr_historical_data

Loading...
Loading...

About this Dataset

Bitcoin INR Historical Data

Context

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.

Acknowledgements

The Data was taken from Yahoo Finance.

Tables

Btc Inr Historical Data

@kaggle.komalkhetlani_bitcoin_inr_historical_data.btc_inr_historical_data
  • 37.1 KB
  • 619 rows
  • 7 columns
Loading...

CREATE TABLE btc_inr_historical_data (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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