https://github.com/mpdn/etrade-skat-tools
Tooling for reporting sales of stock from a ETrade stock plan to the Danish tax authorities (Skat)
https://github.com/mpdn/etrade-skat-tools
Last synced: about 1 year ago
JSON representation
Tooling for reporting sales of stock from a ETrade stock plan to the Danish tax authorities (Skat)
- Host: GitHub
- URL: https://github.com/mpdn/etrade-skat-tools
- Owner: mpdn
- License: mit
- Created: 2025-03-30T14:57:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T15:04:00.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:53:55.821Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etrade-skat-tools
Tooling for reporting sales of stock from a ETrade stock plan to the Danish tax authorities (Skat). This tool does the time and currency conversions necessary for entering stock plan sales into Værdipapirsystemet in Skat.
This software is provided without warranty of any kind. Use at your own risk.
## Requirements
You must to be able to run `python3`, `curl`, and `make`. These are installed by default on macOS and most Linux distributions.
## Usage
- Go to the [orders page](https://us.etrade.com/etx/sp/stockplan#/myAccount/orders) for your stock plan.
- Select the year you are interested in and click apply.
- For each order, copy the table under "Order History" and paste it into [sales-etrade.txt](sales-etrade.txt).
- Run `make` - this will automatically download exchange rates and apply the conversions.
- Open the output in [sales-skat.txt](sales-skat.txt) and enter the sales in the Værdipapirsystem.
If you run this again in the future, you may need new to update the currency exchange rates. To do so, simply delete `usd.csv`.