This is a(n):
Details:
The following symbols appear to be broken:
['ΤBTC',
'DEFI++',
'POP!',
'MOON STOP',
'yVault LP-yCurve(YYCRV)',
'BTC++',
'DEFI+L',
'DEFI+S',
'YDAI+YUSDC+YUSDT+YTUSD',
'PXUSD_MAR2021',
'MD+']
For example trying to get a DataFrame for DEFI++ does not work:
scraper = CmcScraper('DEFI++')
scraper.get_dataframe(date_as_index=True).sort_index()
It prints:
Error fetching coin id data for coin code {} defi++
Error message: 'defi++' coin code is unavailable on coinmarketcap.com
Error fetching price data for {} for interval '{}' and '{}' defi++ 28-4-2013 16-05-2021
Error message (download_data) : "slug" must only contain lowercase characters
Trying to replace DEFI++ with defi++ or other variants did not work for me either. Is this a known problem?
This is a(n):
Details:
The following symbols appear to be broken:
For example trying to get a DataFrame for
DEFI++does not work:It prints:
Trying to replace
DEFI++withdefi++or other variants did not work for me either. Is this a known problem?