Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Historical crypto_list based on web_snapshots at cmc #40

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

sstoeckl
Copy link

Hi! I had the problem that the crypto_list function does not get all the "dead" coins that ceased existing which are important for research purposes to avoid survivorship bias. This data ia available on CMC as historic snapshot https://coinmarketcap.com/historical/20150505/ but has to be web-scraped. I have therefore created a scrape_hist function and given the coin_list function the possibility to merge periodical snapshots retrieved via the scrape_hist() function.

It is not well programmed and might need some tweaking from you but still adds an important feature to your package! I hope you find it suitable.

Best, Sebastian

P.S. The api is upposed to have such a functionality as of Q1 2019 but does not allow me access via the free tier.

…scraper_hist(). Output additional information on scraped data as attribute of crypto_history() (for backward compatibility).

Merge branch 'master' of https://github.com/sstoeckl/crypto

# Conflicts:
#	R/crypto_history.R
…scraper_hist(). Output additional information on scraped data as attribute of crypto_history() (for backward compatibility).

Merge branch 'master' of https://github.com/sstoeckl/crypto

# Conflicts:
#	R/crypto_history.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant