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 am not sure what exactly i am doing wrong here: ```python import investpy quote = investpy.search_quotes(text="DE0007030009", n_results=1) info = quote.retrieve_information() print(f"DEBUG: closed {info['prevClose']}") ``` yields: ``` ... info...

Hello and thank you for your valuable package. I have found a problem for stocks traded in various markets in the same country. For example, J&J is traded with the...

I wrote the [**tessa package**](https://github.com/ymyke/tessa) to make my life easier when trying to retrieve price information for financial assets. Main features: - Unified access to investing and coingecko information. Uses...

Two issues with `get_bond_historical_data`: 1. Doesn't accept country parameter even though there is even a `get_bond_countries` function. 2. Returns a dataframe without currency information.

Hello, I can't find data of 2800 (Tracker Fund of Hong Kong) using the following command. Thank you. (version of investpy =1.0.8) df = investpy.etf.get_etf_historical_data(etf='Tracker Fund of Hong Kong', country='Hong...

{"id_": 1182839, "name": "US Dollar Index Futures", "symbol": "DXc3", "country": "united states", "tag": "/currencies/us-dollar-index?cid=1182839", "pair_type": "fxfutures", "exchange": "ICE"} {"id_": 1182838, "name": "US Dollar Index Futures", "symbol": "DXc2", "country": "united states",...

For example, there's no Coinbase (ticker: COIN) stock in investpy.get_stocks().

Hello! I get this error for some stocks: In [2]: import investpy In [3]: investpy.get_stock_dividends('USB', 'united states') --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 investpy.get_stock_dividends('USB', 'united states')...

Hi Team, Sgx nifty of singapore is not there.Can you please add it

Unable to fetch complete financial information like categories and quick ratios from the fundamental data section.