investpy icon indicating copy to clipboard operation
investpy copied to clipboard

Financial Data Extraction from Investing.com with Python

Results 134 investpy issues
Sort by recently updated
recently updated
newest added

csv files are outdated. For example the cryptos.csv file is missing Shiba-Inu, a very popular coin. Can you add a function to update csv files?

Hi all, a quick question regarding pulling data about Palm Oil Futures. https://www.investing.com/commodities/palm-oil Can't find information about static files of Palm Oil Futures stored in the resources here Any advice...

First of all, I want to thank you for making this library. It's really useful. The only thing I feel like is missing are technical analysis summaries. ![Screenshot_2021-11-04_12-37-46](https://user-images.githubusercontent.com/58475290/140291312-940622e6-fa26-4d44-b0fd-8ae5873c8486.png) It would...

According to what was mentioned in #467 and in a lot more issues, due to the high usage of `investpy` to retrieve data from Investing.com, the HTTP error with code...

investing-error

I'm using the economic calendar and sometimes it returns instead of hour:min (10:30), a string written 'All day' and another times it returns 'Tentative' what it means? It's like it...

There seems to be some "randomisation" going on of the times when retrieving data from the economic calendar. Example (run on 08/04/2021): `investpy.economic_calendar(time_zone=None,time_filter='time_only',importances=['high'],countries=['UK'])` On the first run returns: id |...

bug
investing-error

investpy.get_stock_historical_data(stock='BBD', country='Brasil', from_date='01/01/2020', to_date=fecha) error en country, probe con estados unidos , argentina, brasil , no anda con ninguno , alguna sugerencia ???

The NCI is available at investing.com, including historical data since April. However, it is not possible to get it via investpy.get_index_historical_data, nor find via search index. Can you add this...

### Added support for etf extraction by symbol As requested on this issue #425, a new feature has been added to the etf information extraction functionalty. Now it's possible to...

Hi alvarobartt! I've read the investpy documentation and it's really good to pull stock prices and company's general information, thank you for dedicate your time and effort into this but...