cryptoCMD icon indicating copy to clipboard operation
cryptoCMD copied to clipboard

Broken symbols

Open flxai opened this issue 3 years ago • 2 comments

This is a(n):

  • [ ] New feature
  • [ ] Update to an existing feature
  • [x] Error
  • [ ] Proposal to the Repository

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?

flxai avatar May 17 '21 18:05 flxai

do you solve this error?

Morteza078 avatar Feb 18 '22 15:02 Morteza078

Also: DOGE2.0

failable avatar Sep 03 '23 14:09 failable