So way back when I used to use Mint.com to help me manage my finances. It worked great until Intuit bought them, ended the app, and redirected their customers to CreditKarma. I hated getting spam messages and haven’t used a personal finance app for years. I finally set up ActualBudget and it great for budgeting but I want to keep track of investments, retirement holdings, property, and things outside of the monthly budget. I don’t think ActualBudget does that. Are there any self hosted projects that helps me keep track of stocks, property, and other assets?

  • k4j8@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    3 days ago

    I really want this too. Neither Actual nor Firefly III support stocks/funds (open issues for Actual and for Firefly III.

    I use GnuCash for my transactions, which I manually export from my accounts as QFX files. Although GnuCash has support for tracking fund values and generating reports, I do this with a custom Python script and Metabase instead.

      • k4j8@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        2 days ago

        I can share the script on GitHub if anyone is interested. Among other things, it converts funds to their value at the time of the transaction and adds additional transactions to reflect capital gains and losses. This allows Metabase to accurately report net worth over time.