Show HN: Wealthfolio: Private, open-source investment tracker
51–60 of 281 posts
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#52First question from reading through the landing page is about this part: > Import your statements from your broker or bank. Exactly what brokers/banks that are supported should be listed somewhere and linked here, as that's a "make or break" feature for a lot of people I bet. Not much point in replacing my homegrown "Banks CSV export -> Data processing > Import into spreadsheet" workflow unless I just replace that la…
I just assumed it uses Plaid.
Not to mention the second paragraph is "no more worries about SaaS services playing around with your data"
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#53Man... The loss of Mint has really left a gap in this market.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#54Re: Show HN: Wealthfolio: Private, open-source investment tracker
#55First question from reading through the landing page is about this part: > Import your statements from your broker or bank. Exactly what brokers/banks that are supported should be listed somewhere and linked here, as that's a "make or break" feature for a lot of people I bet. Not much point in replacing my homegrown "Banks CSV export -> Data processing > Import into spreadsheet" workflow unless I just replace that la…
I ended up coding a small exporter[2] since I already had some stack in place that queries SimpleFI[3], which essentially allows querying balance and transaction information for most US-based banks (read only); most similar to plaid but a lot more developer-friendly afaik.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#56v1.0 before 100 commits, wow.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#57Every app I've tried this is painful or unsupported.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#58Earlier quoted context omitted.
> only with trusted code That's a big assumption. Have you read all the code, and the dependencies of the dependencies of your code? If you haven't, how do you know it can be trusted? What if there is a backdoor in an obscure dependency that can inject a script into your website to steal your sensitive data? Don't laugh it off. When there is money on the line, someone is going to try it. > Neither are there browser e…
I think you're misunderstanding what kind of application this is. It's not a website, it doesn't run in your normal browser. It runs as a standalone application. > Why not? Why do you want a local first app in the first place? What's the purpose of a local first app, if not security? Because as soon as those keys aren't available (either because the endpoint no longer exists, or you cannot connect to the endpoint for…
The encryption key doesn't have to be stored in the cloud. It just has to be stored somewhere else -- it could be in the file system.
> It's not a website, it doesn't run in your normal browser. It runs as a standalone application.
Even if it's a standalone application, it doesn't mean the code can be entirely trusted. I wouldn't take that risk.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#59Any recommendations for a privacy-focused app that can handle transaction splitting in ways other than 50/50? Or tracking accounts from multiple people in a household? Every app I've tried this is painful or unsupported.
I must be missing something in your requirements.