nordpy
A terminal UI for browsing and exporting your Nordnet portfolio data.
[!CAUTION] Disclaimer – This tool is provided as-is, with no warranty of any kind. Use it at your own risk.
This project is not affiliated in any way with Nordnet nor MitID.
The author assumes no liability for any loss, damage, or misuse arising from the use of this software. You are solely responsible for securing any exported data and ensuring it is only accessible to you.
Features
- Browse accounts, balances, holdings, transactions, trades, and orders
- Portfolio value chart and instrument price charts in the terminal
- Sparkline trends on holdings (3-month price history via yfinance)
- Export data to CSV, Excel, or DuckDB
- Session persistence with automatic re-authentication
- Headless export mode (no TUI) for scripting
- SOCKS5 proxy support
How It Works
nordpy authenticates with Nordnet through the same MitID flow your browser uses – it simply performs the login via Nordnet's API directly from the terminal, rather than through a web page. Once authenticated, it fetches your portfolio data using Nordnet's standard API endpoints.
[!IMPORTANT] Privacy – nordpy does not collect, transmit, or store any of your personal information. Your credentials are sent directly to MitID and Nordnet – never to any third-party server. No telemetry, analytics, or external services are involved.
Session cookies are saved locally,
0600, solely to avoid repeated logins:
where session $XDG_CONFIG_HOME/nordpy/nordnet-session.json, or~/.config/nordpy/…log $XDG_STATE_HOME/nordpy/nordpy.log, or~/.local/state/nordpy/…Both are the same place on every run.
nordpy --logoutdeletes the session.
Quickstart
# Run with Python 3.10–3.13 and replace <your-mitid-username> with your MitID username
uvx --python 3.13 nordpy --user <your-mitid-username>
Using nordpy (step by step with screenshots)
Requirements
- Python 3.10–3.13
- A Nordnet account with MitID (Danish)
Installation
nordpy is a command-line tool, not a library. There is nothing here worth importing, so the way to run it is the way you run any other tool:
uvx nordpy --user <your-mitid-username>
That fetches it, runs it, and leaves nothing behind. If you use it often:
uv tool install nordpy # or: pipx install nordpy
nordpy --user <your-mitid-username>
[!TIP]
uv add nordpywould work, but it is not what this is for. Adding a TUI that logs you in with MitID to a project's dependencies buys you nothing and ties that project to everything nordpy pulls in.
Usage
Interactive TUI
nordpy --user <your-mitid-username>
# Force re-authentication (ignore saved session)
nordpy --user <your-mitid-username> --force-login
# Verbose logging (debug output to stderr, and the log path printed)
nordpy --user <your-mitid-username> --verbose
# Delete saved session and exit
nordpy --logout
[!NOTE] The first time you log in, you may be prompted to enter your CPR number as part of the MitID verification process. This is a one-time step required by MitID to link your identity – subsequent logins will skip this.
Headless Export
nordpy --user <your-mitid-username> --export csv
nordpy --user <your-mitid-username> --export xlsx
nordpy --user <your-mitid-username> --export duckdb
# Export to a specific folder
nordpy --user <your-mitid-username> --export csv --output-dir ~/my-exports
Exported files are saved to the exports/ directory.
[!WARNING] Exported files contain sensitive financial data. Make sure you do not share these filesnor commit them to version control. Keep your exports in a secure location accessible only to you.
Keybindings
| Key | Action |
|---|---|
Enter |
Select account / view instrument chart |
Tab |
Switch between tabs |
e |
Export current view |
r |
Refresh data |
Backspace / Esc |
Go back / quit |
q |
Quit |
Development
git clone https://github.com/kiliantscherny/nordpy.git
cd nordpy
uv sync --dev
Running checks
# Run all checks (tests on Python 3.10–3.13, lint, type check)
uv run tox
# Run tests only
uv run pytest
# Run tests with coverage
uv run pytest --cov=nordpy --cov-report=term-missing
# Lint
uv run ruff check .
# Type check
uv run ty check
License
This project is licensed under the MIT License.
Acknowledgments
This project includes code from MitID-BrowserClient by Hundter, licensed under the MIT License.
Credit also to Morten Helmstedt for the groundwork of looking into this.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nordpy-1.4.0.tar.gz.
File metadata
- Download URL: nordpy-1.4.0.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9392c6b5ffcddc4531ccbb5cf48879a5a87996d9b2ef61e0d447bdf1347cfe36
|
|
| MD5 |
cf7417ab5fdb12c5f1b117690230abc0
|
|
| BLAKE2b-256 |
58451acf4147f7f9655d269f82cefb56e22a345f6b48d7913862bd4a6f71ac85
|
File details
Details for the file nordpy-1.4.0-py3-none-any.whl.
File metadata
- Download URL: nordpy-1.4.0-py3-none-any.whl
- Upload date:
- Size: 63.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6865d79db9ad3a37416fcdd511952ec977565af02ba27072aab0e5820a683ffd
|
|
| MD5 |
50c9d322d3c46a6c526025580db654f7
|
|
| BLAKE2b-256 |
fafcc7e47c9e25b4de334f38036becdbf4894282006e5347641dbdbc145d698b
|