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 Great work. Is it possible to add a financials end point, in order to get income statement, balance sheet, cash flow? Regards Martin

enhancement

Hi Alvaro, I am able to get historical data on one stock per each request. But I can not get historical data for multiple stocks in a single request. Here...

enhancement
question

Hi @alvarobartt ! I saw that the index symbol "XAUFIX=" is available on investing website (see https://www.investing.com/indices/lbma-gold-fixing-price), but this index is not linked on resources/indices.csv. Could you explain how to...

Hi, we are downloading the historical data from investing.com for so many months now. For the past couple of weeks, the extract has been failing 50% of the time with...

Hi @alvarobartt, As discussed, would like you to add a feature where we can get the list of components of any Index and details like Symbol associated with it, name...

enhancement

Hi, I have this code: ` t=dt.datetime.utcnow() t1=t+ dt.timedelta(days=1) dfInv = inv.economic_calendar(from_date=t.strftime('%d/%m/%Y'), to_date=t1.strftime('%d/%m/%Y'), countries=["United States","euro zone","japan","united kingdom","canada","australia"], importances=["high","medium"],time_zone="GMT") dfInv ` and return : ` 4 | 448025 | 08/04/2022 |...

Hi I search for the desired fund [https://www.investing.com/funds/](https://www.investing.com/funds/) in order to apply this function investpy.funds.search_funds(by, value) to get this fund data. No matter what parameter I take into this function,...

fix issue related in #541, the url wasn't updated on README

I have version 1.0.8, I use to download prices everyday, but two days ago it doesnt download them anymore IndexError: ERR#0033: information unavailable or not found. dont know what to...

Dear @alvarobartt, first of all thank you for the great platform you developed for python users, you've achieved a wonderful result and you must be really proud! I'm trying to...