Member-only story

How Much A $1,000 Dollar Investment In Dogecoin At The Start Of January 2021 Would Have Made You Today ?

randerson112358
3 min readAug 1, 2021

--

Use Python To Determine How Much You Would Currently Have In USD Had You Invested $1,000 Dollars At The Start Of 2021

Disclaimer: The material in this article is purely educational and should not be taken as professional investment advice. Invest at your own discretion.

Before we begin, if you enjoy my articles and content and would like more content on programming, stocks, finance, machine learning, etc. , then please give this article a few claps, it definitely helps out and I truly appreciate it ! So let’s begin !

In this article, I will use python to figure out how much an investor would’ve made had s/he invested $1,000 USD into Dogecoin at the beginning of January. To do this I will use the programming language called python.

To learn more about Dogecoin, check out this article called Dogecoin-Crypto News by author BitSquabi

Programming

Import the libraries needed throughout the program.

import numpy as np
import pandas as pd

Get data on Dogecoin from January 1, 2021 to the current date (as of this writing is July 30, 2021).

--

--

No responses yet