Baselight

Digital Currency - Time Series

Daily bitcoin stock (USD & Saudi Riyal, SAR) | 2018-2021

@kaggle.ahmedadam415_digital_currency_time_series

Loading...
Loading...

About this Dataset

Digital Currency - Time Series

Context

Howdy folks!

I have prepared a starter dataset for time series practice. This is my 1st upload. Any questions/feedback are welcome.

Content

  • The data was prepared using Alpha Vantage API
  • The data represents historical daily time series for a digital currency (BTC) traded on the Saudi market (SAR/Sudi Riyal)
  • Prices and volumes are quoted in both SAR & USD.
  • Data date range: 2018-05-11 to 30.01.2021

Task: Use the past to predict the future!

  • Check Tasks tab

Acknowledgements

Special thanks to all my instructors and friends at GA.

Tables

Dc

@kaggle.ahmedadam415_digital_currency_time_series.dc
  • 82.28 KB
  • 1000 rows
  • 10 columns
Loading...

CREATE TABLE dc (
  "unnamed_0" TIMESTAMP,
  "open_sar" DOUBLE,
  "open_usd" DOUBLE,
  "high_sar" DOUBLE,
  "high_usd" DOUBLE,
  "low_sar" DOUBLE,
  "low_usd" DOUBLE,
  "close_sar" DOUBLE,
  "close_usd" DOUBLE,
  "volume" BIGINT
);

Share link

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