guptarohit / cryptoCMD

Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
BSD 3-Clause "New" or "Revised" License
548 stars 109 forks source link

Multiples coins and specific date #37

Open gijdoul opened 3 years ago

gijdoul commented 3 years ago

This is a(n):

Details:

I want to add multiple coins to the scraper :> BTC,XRP but it seems not possible in one go or I have syntax issue :( Also the ability to scrape 2 specific date history instead of full interval but not sure it's possible Thanks

belgareth commented 2 years ago

https://github.com/belgareth/cryptoCMD

forked and added the function. Hope it works for you

LeiliPR commented 2 years ago

Thanks Belgareth. But is there any way to adjust coin-id to your code instead of symbol? Since there are same symbols for different coins

dcm88 commented 1 year ago

https://github.com/belgareth/cryptoCMD

forked and added the function. Hope it works for you

This is great, thanks. Is it possible to do this for the price in other fiat currencies (e.g. GBP) and have it output the multiple coin prices to one csv file? I'm pretty new to this so please excuse the lack of knowledge.