Avanza Skill banner
shaikadil95 shaikadil95

Avanza Skill

Development community

Description

Claude Code skill for Avanza portfolio analysis — overview, gains, transactions, monthly analysis, insights, dividends

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

avanza-skill

A **read-only** [Claude Code](https://claude.ai/code) skill that connects to your [Avanza](https://www.avanza.se) investment account and lets you analyse your portfolio directly from the Claude CLI. It never places orders, modifies your account, or writes any data to Avanza.

**Disclaimer:** This project is not affiliated with or endorsed by Avanza Bank AB. It is built on top of [`avanza-api`](https://github.com/qluxzz/avanza), a community library that reverse-engineers Avanza's **private, undocumented API**. Avanza can change or remove any endpoint at any time without notice, which may break this skill. The developer is **not responsible** for data inaccuracies, service interruptions, or any decisions made based on this tool's output. Use at your own risk. See [docs/disclaimer.md](docs/disclaimer.md) for full details.


What you can do

Command Description
/avanza Account balances, total value, profit, return %
/avanza positions Every holding with invested amount, current value, and gain/loss
/avanza history [from] [to] Past BUY / SELL / DIVIDEND events in a date range (read-only)
/avanza monthly [YYYY-MM] Cash deployed in a month → what those shares are worth today
/avanza insights [period] Development report with best/worst performers and dividend breakdown
/avanza dividends [YYYY] All dividend payments for a year, grouped by stock and month

Quick start

1. Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

2. Install the skill

git clone https://github.com/shaikadil95/avanza-skill ~/.claude/skills/avanza

Or if you already have something at that path:

git clone https://github.com/shaikadil95/avanza-skill ~/projects/avanza-skill
ln -s ~/projects/avanza-skill ~/.claude/skills/avanza

3. Set credentials

Add to your `~/.zshrc` or `~/.zprofile`:

export AVANZA_USERNAME="your_username"
export AVANZA_PASSW