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 (-3,11 %) (+25.37%) 🟢 still the biggest contributor — gold doing its thing
- $ENR (-5,31 %) 🟢 Bullish — Siemens Energy buyback announced, analysts at Buy
- $NEXI (+0,72 %) (-4.78%) 🔴 Bearish — BofA downgrade, guidance missed, competition intensifying
- $ISP (-1,34 %) (-7.97%) — sitting on a loss but Moderate Buy consensus intact
- $RACE (-2,39 %) (-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
