NayakwadiS / mftool

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

get_open_ended_equity_scheme_performance and similar functions aren't working #39

Closed surajkaul closed 1 year ago

surajkaul commented 1 year ago

The return is an empty dictionary. Is there a new url we can point to instead of the value research one?

NayakwadiS commented 1 year ago

It should work only if you do some changes at your local

  1. Uncomment this line
  2. Comment this line

If this works properly kindly mention here... then changes will go live in next release.

surajkaul commented 1 year ago

still getting the same empty dictionary

uditbatra commented 7 months ago

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

Please fix