Baselight

Bitcoin | Stock Market Analysis | Founding Years

Stock Market Analysis of Bitcoin from 2014 to 2022

@kaggle.whenamancodes_bitcoin

Loading...
Loading...

About this Dataset

Bitcoin | Stock Market Analysis | Founding Years

Stock Market Analysis of Bitcoin USD (BTC-USD) from it's Founding / Listing Years which is 2014 to 2022

Data Dictionary

Columns Description
Date Date of Listing (YYYY-MM-DD)
Open Price when the market opens
High Highest recorded price for the day
Low Lowest recorded price for the day
Close Price when the market closes
Adj Close Modified closing price based on corporate actions
Volume Amount of stocks sold in a day

About Bitcoin

Bitcoin is the longest running and most well known cryptocurrency, first released as open source in 2009 by the anonymous Satoshi Nakamoto. Bitcoin serves as a decentralized medium of digital exchange, with transactions verified and recorded in a public distributed ledger (the blockchain) without the need for a trusted record keeping authority or central intermediary. Transaction blocks contain a SHA-256 cryptographic hash of previous transaction blocks, and are thus "chained" together, serving as an immutable record of all transactions that have ever occurred. As with any currency/commodity on the market, bitcoin trading and financial instruments soon followed public adoption of bitcoin and continue to grow.

More

  • Find More Exciting🙀 Datasets Here
  • An Upvote👍 A Dayᕙ(`▿´)ᕗ , Keeps Aman Hurray Hurray..... ٩(˘◡˘)۶Hehe

Tables

Btc Usd

@kaggle.whenamancodes_bitcoin.btc_usd
  • 155.43 KB
  • 2926 rows
  • 7 columns
Loading...

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

Share link

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