Skip to content

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

Notifications You must be signed in to change notification settings

BroderickBonelli/Crypto-Supply-Price-Regression-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published