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

I get the following error when I tried to use the investpy.stocks.get_stocks_list function: --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[30], line 1 ----> 1 investpy.stocks.get_stock_information('AAPL', 'united states') File...

Hello, when trying to pull information for certain categories in the economic calendar, it appears as if the filtering does not work. For example, I have found that I cannot...

bug

Hello After installing mosyt recent version, and running basic example, I continue to get a connection error. Any advice would be much welcome. Kind regards, Jose `!pip install git+https://github.com/alvarobartt/investpy.git@master` `df...

as title suggest is there a way to use ivestpy on 4h dataframe? thank you for answers

il y a un problème dans le time_zone de investpy pour les annonces économiques : ```python time_zone = "GMT +2:00" ``` A la première exécution du code tous va bien...

Hi, I'm trying to download data from investpy and I keep getting ConnectionError: ERR#0015: error 403, try again later.

I want to access the following indices: * https://www.investing.com/economic-calendar/building-permits-25 * https://www.investing.com/economic-calendar/ism-manufacturing-new-orders-index-1483 * https://www.investing.com/economic-calendar/cb-consumer-confidence-48 * https://www.investing.com/economic-calendar/durable-goods-orders-86 * https://www.investing.com/economic-calendar/manufacturing-output-1307 * https://www.investing.com/economic-calendar/cap-goods-ship-non-defense-ex-air-1751 * https://www.investing.com/economic-calendar/industrial-production-161 * https://www.investing.com/economic-calendar/average-weekly-hours-379 * https://www.investing.com/economic-calendar/nonfarm-payrolls-227 * https://www.investing.com/economic-calendar/personal-income-234 * https://www.investing.com/economic-calendar/core-cpi-56 looks...

Hi! I'm using the code below but I receive the error below as well: itsa = inv.get_stock_information(stock = "ITSA4", country = "Brazil", as_json = False) --------------------------------------------------------------------------- RuntimeError Traceback (most recent...