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

Hi, I ve tried many different codes to receive historical datas of some of financial instruments but i m taking "ConnectionError: ERR#0015: error 503, try again later." error. Normally i...

Is it possible with investpy to retrive quote for forward FX rate, for example: EURGBP 1Y FWD ? Thank you in advance for your help

Thanks for building and running this project. I'm trying to run the sample code from https://pypi.org/project/investpy/: ``` import investpy df = investpy.get_stock_historical_data(stock='AAPL', country='United States', from_date='01/01/2010', to_date='01/01/2020') print(df.head()) ``` and I'm...

The following symbols of brazilian companies are not being found when get_stock_historical_data() is being called: RECV3 - https://www.investing.com/equities/petroreconcavo CBAV3 - https://www.investing.com/equities/companhia-brasileira-de-aluminio RZAG11 - https://www.investing.com/equities/fi-nas-cadeias-prod-agroind-riza DEVA11 - https://www.investing.com/equities/devant-recebiveis-imobiliarios-fii XPCI11 - https://www.investing.com/equities/xp-credito-imobiliario-real-estate...

Hi, first of all, thank you for the great package. I'm trying to get the historical data of economic news such as GDP and ADP and etc, your package doesn't...

Hi @alvarobartt , Thanks for great api. I have been using economic calendar. But it will help if I could get **Share Split Calendar**. I need upcoming splits data. The...

The following code: ``` import investpy r = investpy.search_stocks(by='isin', value='DE000A14KEB5') print(r) ``` results in an error: ``` raise RuntimeError( RuntimeError: ERR#0043: no results were found for the introduced isin. ```...

Receiving the error: ModuleNotFoundError: No module named 'investpy' - - - - - - module: main.py import investpy - - - - - - In vim the command `! clear;...

using investpy.get_commodity_historical_data

Hi, Great package! I really appreciate its simple and useful api. It would be better, however, to have stock/etf/...etc data updated, or update-able, instead of being stored permanently in the...

question
improvement