Baselight

Dogecoin Historical Data

Historical Price Data of Dogecoin

@kaggle.dhruvildave_dogecoin_historical_data

Loading...
Loading...

About this Dataset

Dogecoin Historical Data

Introduction

Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide. It is qualitatively more fun while being technically nearly identical to its close relative Bitcoin. This dataset contains its historical stock price in USD on a daily frequency starting from 17 September 2014.

For more information refer to https://dogecoin.com/

Credits

Image Credits: Unsplash - claybanks

Tables

Doge Usd

@kaggle.dhruvildave_dogecoin_historical_data.doge_usd
  • 142.57 KB
  • 2335 rows
  • 7 columns
Loading...

CREATE TABLE doge_usd (
  "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.