Divyank Mahalle
Divyank Mahalle
Comments from Stack overflow user- Yes it seems like a bug with the range selector `(type='date')`. It occurs when setting the scatter plot mode to 'markers' or `'lines+markers'` : in...
Hi @alvarobartt , `get_historcal_data` is working. `get_index_historical_data` is not working. `` Code- ``` df = investpy.get_index_historical_data(index="S&P 500",country="United States",from_date="01/01/2010",to_date="01/01/2022") df ``` Error- ``` --------------------------------------------------------------------------- ConnectionError Traceback (most recent call last) [](https://localhost:8080/#)...
> Could anyone help me on how to install the patch? Python gives me an error. Thank you! @MetalComm Which IDE you are using, For Colab IDE Use >> `!pip...
Seems some Symbols are working, while some symbols are not working for yahoofinance since yesterday. yfinance version: 0.2.43 python version: 3.10.12 Working Symbol: INDIGO.NS ``` import yfinance as yf symbol...
Earlier Issues raised : https://github.com/ranaroussi/yfinance/issues/2044 https://github.com/ranaroussi/yfinance/issues/1996 https://github.com/ranaroussi/yfinance/issues/1957
Today I get the same error, till yesterday it worked for same Symbol, Error, Python, Yfinance version is same. https://github.com/ranaroussi/yfinance/issues/2052
Seems like data is coming encoded format from api's from [live.py](https://github.com/jugaad-py/jugaad-data/blob/master/jugaad_data/nse/live.py) resulting in error. Encoded Api response: ### Code ``` from datetime import datetime from requests import Session class NSELive:...
Earlier till Yesterday, with existing headers, data was coming in original format for all cloud providers wherever the api is running. Now data is coming in encoded format for original...
#86 #87 #89 fixed