David-Woroniuk / Historic_Crypto

An open source Python library for scraping Historical Cryptocurrency data.
MIT License
90 stars 30 forks source link

Finding earliest start date #15

Closed armarion closed 2 years ago

armarion commented 2 years ago

It would be nice if there was an option to pull data from the earliest available start date. Is there a way to do that?

David-Woroniuk commented 2 years ago

Hi @armarion - I can set the start_date variable as equal to the earliest date as a default (as with the end_date defaulting to today). Do you have the first date at which market data is available from CoinBase? I imagine this could be an issue when querying different tickers, as the start date is likely not homogenous?

David-Woroniuk commented 2 years ago

@armarion - is this still relevant? If you have the start_date for each variable, I can add this :)