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

This is the same issue mentioned [here](https://github.com/alvarobartt/investpy/issues/410) - whereby the same symbol is being returned for different stocks. The observation is that the symbol being duplicated is the first symbol...

In the function `investpy.get_stock_financial_summary` with balance sheet, please also provide loading current assets and liabilities

improvement

Hello world, This is my first GitHub "issue comment" so my apologies if any mistake. I am not reporting an issue, I am reporting a desire to be able to...

enhancement

Hello, I have a file to do lots of search using the search module, and one of them return the following error msg. raise RuntimeError("ERR#0093: no results found on Investing.com...

Hi, I experimented with the following looping processes and I get all the time different results between the different looping processes. I also get different results if I repeat the...

Hi, I usually grab data every day using investpy but since yesterday it has not been working. I normally grab indices, FX, commodities, US treasuries but it has been throwing...

It's should be possible to grab streaming chart data which do have intraday timeframes (1m, 5m, 1h, etc) https://www.investing.com/equities/bnk-central-as-chart ![image](https://user-images.githubusercontent.com/28998793/141677153-17ed05a2-1a40-443d-bf21-6110449f80ab.png) Request information ![image](https://user-images.githubusercontent.com/28998793/141677158-06676375-c8de-4a9d-b06f-4fc08e106dc6.png) ![image](https://user-images.githubusercontent.com/28998793/141677166-26e1cedf-5847-42fa-abb8-6c5e830a4a7e.png) As requested on #461

future

As per the title, this method has stopped working over the past week for me. Is it down permanently? Many thanks for all your hard work!

I think the function `get_fund_historical_data` should use the ISIN number of a mutual fund than its name to download historical prices. This would be much more consistent and less error-prone...