Categorygithub.com/jsipola/tradesummarizer
repositorypackage
0.0.0-20241220220645-c61b05fa7c1f
Repository: https://github.com/jsipola/tradesummarizer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Preface

  1. Download trade data from nordea investor

Build & Execute

  1. go build -o bin/summarizer.exe .\cmd\tradesummarize\
  2. .\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

  1. Parse input data based on config
  2. Calculate PnL for tickers
  3. Serve all trades using api

TODO

  1. Improve api serving
  2. Add more tests
  3. Different api methods for querying different tickers and timeframes
  4. Add language configuration
  5. Improve transactions, remove unnecessary fields
  6. Add functionality to save result to data
    • Add methods to update data
    • Add dividend collection methods