NayakwadiS / mftool

⚡ Python library for getting publically available Mutual Funds data in India
https://mftool.readthedocs.io
MIT License
172 stars 54 forks source link

get_scheme_info is not working as expected. #44

Closed abhinandanp1 closed 1 year ago

abhinandanp1 commented 1 year ago

I am trying to execute get_scheme_info() for "0P0000XVYC" but it is not working . I am getting : "Exception: yfinance failed to decrypt Yahoo data response"

what could be the cause?

Sample code for reference: mfToolObject = Mftool() scheme_info = mfToolObject.get_scheme_info("0P0000XVYC") print(scheme_info)

NayakwadiS commented 1 year ago

Its working correctly... kindly update your python to 3.9