alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 375 forks source link

investpy.get_crypto_historical_data Not working with several Cryptos #498

Open Alebarce03 opened 2 years ago

Alebarce03 commented 2 years ago

Hi Alvaro, thanks for your amazing work.

I am facing some errors while retriving crypto historical data wih the function "investpy.get_crypto_historical_data"

Seems several 'tickers' are not interpreted correctly by investing.

Few examples of not-working tickers within the 50 more capitalised crypto are:

SHIBA INU Binance USD TerraUSD Axie Bitcoin BEP2 Hedera The Sandbox Helium Klaytn

Is there any chance that you fix this?

Thank you, your contribute is much appreciated

Alessandro

ymyke commented 2 years ago

I wrote the tessa package to help with issues such as these. It helps access coingecko for crypto data. See here: https://github.com/alvarobartt/investpy/issues/557