repositorypackage
0.0.0-20241220220645-c61b05fa7c1f
Repository: https://github.com/jsipola/tradesummarizer.git
Documentation: pkg.go.dev
# README
Preface
- Download trade data from nordea investor
Build & Execute
go build -o bin/summarizer.exe .\cmd\tradesummarize\
.\bin\summarizer.exe /path/to/excelfile
Generates a default config file and starts a server for data Server started at http://localhost:8080/api/validTrades
Operation
- Parse input data based on config
- Calculate PnL for tickers
- Serve all trades using api
TODO
- Improve api serving
- Add more tests
- Different api methods for querying different tickers and timeframes
- Add language configuration
- Improve transactions, remove unnecessary fields
- Add functionality to save result to data
- Add methods to update data
- Add dividend collection methods