BroderickBonelli / Crypto-Supply-Price-Regression-Analysis

Scrape crypto price and circulating supply data and perform regression analysis using scipy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto-Supply-Price-Regression-Analysis

Use BeautifulSoup to web scrape Price and Circulating Token Supply data from coingecko.com. Clean, format and compile data into a pandas Dataframe. Create a log, log, scatterplot with MatPlotLib and fit a regression line to it using scipy.

My hypothesis was that there would be a clear relationship between supply and price (the greater the supply, the lower the price). This is intuitive and basic economics. This assumption held true when viewing from a logarithmic perspective.

About

Scrape crypto price and circulating supply data and perform regression analysis using scipy.


Languages

Language:Jupyter Notebook 100.0%