this post was submitted on 11 Jun 2026
23 points (96.0% liked)

Selfhosted

59892 readers
740 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Is anyone aware of any self hosted portfolio tracking software?

Something like TradingView or Yahoo Finance, where I can input my trades, and track tickers.

top 9 comments
sorted by: hot top controversial new old
[–] shaun@lemmy.world 9 points 4 days ago (2 children)

I've not yet given it a go, but been meaning to try Ghostfolio

[–] OpenAltFinder@lemmy.world 4 points 4 days ago (1 children)

Just played around with the demo, and looks very promising.

[–] eodur@piefed.social 4 points 3 days ago (1 children)

I've been running it for a while now and it is really good. The annoying bit is that you have to roll your own import flow to get your portfolio data in. And many brokerages do not make it easy to get that data in a reasonable format.

[–] OpenAltFinder@lemmy.world 1 points 3 days ago

I don't really mind that, happy to input my own trades (as they're very infrequent as an ETF investor).

[–] slazer2au@lemmy.world 3 points 4 days ago

That has been on my list too. May give it a go tonight.

[–] db_geek@norden.social 6 points 4 days ago (1 children)

@OpenAltFinder I'm using Portfolio Performance, which is a Java desktop application based on Eclipse.
https://www.portfolio-performance.info/en/

[–] IratePirate@feddit.org 2 points 4 days ago

This is the way. It's a local application though, but then again, I don't see why you'd want to server-host this in the first place. Sync the database via Syncthing or Nextcloud and you're good to go.

[–] Nighed@feddit.uk 2 points 3 days ago

The problem is access to market data. You are not going to find reliable (free) APIs for all the shares you want, never mind mutual funds etc.

If anyone knows options for UK/US data that is likely to remain free for year then let me know!

You can just scrape brokers websites of course, but it gets funky when there are splits/reverse splits/mergers.

[–] Vinny_93@lemmy.world 3 points 4 days ago

A friend of mine is building something like that but it's still very early days, also I think it's limited to eToro I think. Usually APIs are available so maybe there's a possibility to whip something up yourself