18H·

How I automated my daily portfolio analysis with AI

Started with a simple problem: I wanted a daily snapshot of my portfolio with sentiment analysis, without doing it manually every time.

So I built a small system that does it for me.

How it runs: A JavaScript bookmarklet on #Getquin automatically clicks "show more", captures the full positions table as a PNG, and saves it locally.

A Python script then passes that image to Gemini Flash (#Google AI Studio) — it reads the screenshot, extracts every ticker with P/L and weight, searches for recent news, and generates a sentiment tag for each position.

The output lands in a Telegram message every morning. 📬

Today's snapshot:

  • Portfolio at +8.16% since inception
  • $SGLD (-0,77%) (+25.37%) 🟢 still the biggest contributor — gold doing its thing
  • $ENR (-0,81%) 🟢 Bullish — Siemens Energy buyback announced, analysts at Buy
  • $NEXI (-0,29%) (-4.78%) 🔴 Bearish — BofA downgrade, guidance missed, competition intensifying
  • $ISP (-0,32%) (-7.97%) — sitting on a loss but Moderate Buy consensus intact
  • $RACE (+0,02%) (-10.41%) — neutral for now, UBS says near peak negative sentiment


Next step: schedule it on my VPS so it runs automatically every morning without touching anything.

#portfolio
#investing
#AI
#Python
#automation

attachment
10
3 Commenti

immagine del profilo
Bella idea! 🙂 Riusciresti per caso a rendere il tutto fruibile per chiunque?
3
@Hendan certo, penso di mettere tutto su mio github pubblico con repo pubblica :)
3
immagine del profilo
Nice project :)
2
Partecipa alla conversazione