First 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…
it's open source... so all of them?
Show HN: Wealthfolio: Private, open-source investment tracker
131–140 of 281 posts
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#132First 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…
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#133It looks nice, but unfortunately Fidelity's CSV exports don't seem to be particularly cooperative AFAICT, which limits how much I'd be able to use this. Haven't tried my other accounts yet. It'd be nice if there was an actual standard for this sort of thing (incl. an API for automatically retrieving new transactions), and if banks and brokerages and such could be depended upon to actually use it.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#134If it was “file format first” and used something like Beancount or Ledger, I’d absolutely use this. Partly because I already have data in Beancount format.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#135It looks nice, but unfortunately Fidelity's CSV exports don't seem to be particularly cooperative AFAICT, which limits how much I'd be able to use this. Haven't tried my other accounts yet. It'd be nice if there was an actual standard for this sort of thing (incl. an API for automatically retrieving new transactions), and if banks and brokerages and such could be depended upon to actually use it.
Not to mention, Fidelity's site seems broken over half the typical days, especially with products like Basket Trades. Baskets broken. No cost basis. No quotes...not even during market hours. Insane.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#136Earlier quoted context omitted.
Any personal accounting software? Quicken, GNUCash, any Plain Text Accounting, etc. I must be missing something in your requirements.
In my experience, gnucash qualified easily as painful. :) Here's an example of what I'm talking about: suppose you and a housemate decide that an equitable split for the electric bill is 65/35 based on usage habits. One person pays the electric bill every month. All of these finance apps will download the transaction, categorize the electric bill for me, and maybe apply a custom tag. But I have to manually calculate…
I'm pretty sure I could write a custom importer for Beancount but the breakeven point on time would be years.
I think modifying the CSV importer for Beancount to split certain transactions to certain percentages would be fairly easy--switching to Beancount itself (or other Plain Text Accounting software) would of course be monumental. But it is the ultimate in flexibility.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#137Ensure you have the following installed on your machine:
Node.js
pnpm
Rust
Tauri
"""Sorry but all these languages and tooling just for a simple desktop application is a pass.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#138Re: Show HN: Wealthfolio: Private, open-source investment tracker
#139just want to mention that it's like a few hours to set up some google sheets scripts to set up 90% of this yourself.
Re: Show HN: Wealthfolio: Private, open-source investment tracker
#140First 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…
For that very reason I tried selfhosting Actual Finance[1] but it is more of a budgeting app than a networth tracking app. 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. [1] https://actualbudge…