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_open_ended_equity_scheme_performance and similar functions aren't working #71

Closed uditbatra closed 2 months ago

uditbatra commented 5 months ago

The return is an empty dictionary.

Getting response as {"Large Cap": [], "Large & Mid Cap": [], "Multi Cap": [], "Mid Cap": [], "Small Cap": [], "Value": [], "ELSS": [], "Contra": [], "Dividend Yield": [], "Focused": []}.

Please help.

NayakwadiS commented 5 months ago

This varies from machine to machine. Pl make changes as per #23 in your local installation

uditbatra commented 5 months ago

Thanks for the response, I am trying to install the library using the source code on mac. using pip install .

Getting below error, please suggest what I might have missed @NayakwadiS

Screenshot 2024-03-25 at 8 10 20 PM

Thank you in advance!