Marcel Kremer

Results 1 issues of Marcel Kremer

When I run the code from the README ```python from cryptohist.coinmarketcap import CoinMarketCapFetcher # Import Bitcoin historical data fetcher = CoinMarketCapFetcher() df = fetcher.fetch_by_symbol('BTC') ``` I get the following error:...