-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/mstarpy #4068
Feature/mstarpy #4068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mael-J this was great work, thanks for caring enough to the point of almost rebuilding the whole functionality for the funds
menu!
The menu is now usable after some months.
There are a couple of improvements that can be done, but those are out of the scope of this PR - I'll be adding it on the issues
tab, so we can work on it later on.
I don't have any big comments to do, as the code was clean and understandable.
I've done some minor changes that I want to know if you agree with. If yes, for me, it's approved.
Once again, great work 🚀
I have a small comment: The functions
Should only show when country selected is sweden |
So now this doesnt work
|
Did you select the country @jmaslek ? |
yup. totally forgot the country. We can either make that required ('no country selected please do so'), or default to united_states and add 'no funds found for {country}' on the load if it fails |
@jmaslek historical data come from the API performance (https://www.morningstar.com/funds/xnas/vfiax/performance). It is the total performance of the funds. I created a version 0.0.4 of mstarpy with a method nav which get the actual nav of the funds (https://www.morningstar.com/funds/xnas/vfiax/chart) I can change the plot and display the actual nav. What do you think ? |
I think the NAV makes more sense. (As someone invested in vfiax, I wish it were that high!) |
@luqmanbello should we worry with these actions?: |
You can ignore them for now. |
Description
How has this been tested?
Checklist:
Others
Fix #3975