Earlier quoted context omitted.
Hey Happy to help build an integration with [Lunch Flow]( https://lunchflow.app ), which aggregates multiple open banking providers for global coverage behind a single API.
It’s great that you have coverage across multiple countries. I’ve noticed most budget apps cannot handle multiple currencies at all, much less automated sync across multiple countries.
Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
211–220 of 228 posts
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#212Earlier quoted context omitted.
This is one where I don't quite get the angle of hosting locally to preserve privacy. By nature of the economic system, you must interact with 3rd parties, unless you somehow live a life where you can manage to be all crypto or (increasingly harder) cash based. At that point, there is no real benefit to privacy outside of ensuring that whatever institution(s) you work with aren't doing anything odd. I'm open to missi…
Trusting some random VC-backed SAAS not to sell my data is (to me) as mad as trusting that the tide won't come in - it would be astonishing if they _didn't_ sell my data. My bank has both commercial & cultural reasons not to sell my ID & transaction history. They might still do it anyways, but it's at least plausible that they wouldn't, if only due to the harm to their reputation if it ends up in the papers.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#213Earlier quoted context omitted.
http://github.com/venil7/assets
Which you appear to be the developer of from other comments in this thread. Not saying it's bad, but it's self-promotion rather than organic preference.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#214Earlier quoted context omitted.
Well, one of the benefits is that it won't go away. I used Mint for years, and I LOVED it. Hooked it up to all my accounts, it could track purchases and spending and kept everything up to date automatically. It would remember how I categorized things. Of course, then Intuit decided to get rid of it and force everyone to move to Credit Karma, which doesn't do the same things AT ALL. I don't care about tracking my cred…
Did you find a suitable replacement? What do you use now? I'm interested to hear how big of an sticking point this still is with this a verbose range of options now.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#215Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#216I love the idea of keeping my finances private while still having a useful tracker/planner. And I love that this would give me some protection against a new version making things worse. I also love the option to write my own plugin or to hack the source code itself (even though I probably wouldn't). But I don't think I'm willing to give up fully automated data refreshes at this point. I have too many accounts to trac…
self hosted ActualBudget and SimpleFin for fetching data automatically works great for me so far. You can also setup multiple instances and tune them separately if you like.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#217I love the idea of keeping my finances private while still having a useful tracker/planner. And I love that this would give me some protection against a new version making things worse. I also love the option to write my own plugin or to hack the source code itself (even though I probably wouldn't). But I don't think I'm willing to give up fully automated data refreshes at this point. I have too many accounts to trac…
> I love the idea of keeping my finances private while still having a useful tracker/planner. YNAB4 was a local client, but with YNAB5 they sadly (to me) went online and subscription. I happily paid for v4 (one-time purchase), but was/am not willing to pay for v5 because (a) I don't like renting software, and (b) I have no need for syncing (which a subscription could justify to pay for ongoing server costs).
It uses a plugin structure so if your bank is missing you can contribute your parser.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#218I am actually quite frustrated with the state of "Open Banking" access in the US. No matter which tool I use across open source or just something I hack myself (or a spreadsheet), I still have no easy way to get to my banking and investment data. Plaid and other "aggregator/scrapers" are not designed for a single user. Tiller and Lunchapp seem OK, but now I have yet another party involved in the process. Why is there…
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#219strange no one mentioned portfolio performance until now https://www.portfolio-performance.info/en/ lots of features, has been around for some time
A big pain I have with the US reporting is that dividend payments don’t give the quality there based on anywhere. That makes it close to impossible to calculate TTWROR or IRR. Because just because yahoo says there was a dividend does not mean there was cash flow.
Re: Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker
#220Earlier quoted context omitted.
If there was a sufficiently good import, something deeply customized for at least the top N banks, I think I’d be ok with that workflow. But even Quicken was disappointing on that front.
The app support mapping profiles. I hope we will have a profile for each major broker. I'm also experimenting with local llm models to parse files and statement and call the app tools to feed data.
In a year when I consolidated a bunch of accounts, I’ve found essentially no program regardless of off or online that’s able to build a global view.
It’s a pretty classic data problem—-heterogeneous data sources, entity resolution, etc. Should be amenable to a ml solution.