Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 00:06
· 61 commits to master since this release
  • c9ee7fd - Add FII fetch
  • 1a42a4d - Get list with all FIIs codes + details
  • 90536b0 - Read FII CNPJ from code
  • 5cfeef7 - Cache FII details on DB
  • 1a7bf1a - Use ioutil for backward compatibility
  • 5a657e6 - Set min version to go 1.13
  • 07d7935 - Remove html tests
  • 015eec5 - FII dividends report
  • 31be7d0 - Refactor: change directory structure
  • 2ab84f3 - Join util functions into cmdutil
  • b5fa9ef - Add fii subcommand
  • e845ed3 - Fetch quotes from alphavantage and store on db
  • 68cf478 - DI for stock quotes store service
  • 9db8e9c - DI and move of fetch dividends to fetch pkg
  • 9b1a0ea - Move fetch FII dividends logic to fetch pkg
  • d215961 - Store FII dividends on db
  • 0d2c813 - Move main to cmd/rapina
  • d674cb9 - Fix makefile
  • 6625ab2 - Move domain interfaces and ports to package rapina
  • 9d027ae - Convert FII dividends date to YYYY-MM-DD format
  • 7cba815 - Refactor: print report from reports pkg
  • 238a038 - Fetch dividends from DB or from server
  • 948f639 - Report FII dividends + quote on terminal
  • 7741724 - Implement logger
  • e5c94c6 - Use logger for debug and progress msgs
  • 38c920f - Fix division by zero
  • d13fdea - Pass more than one FII on cli
  • 76b1583 - Add verbose flag
  • a6a1c65 - Improve report
  • c44e137 - Print csv report
  • 5310c3b - Create db on first run
  • 50facbc - Change command 'get' to 'update'
  • 3ae0430 - Fix report default dir
  • b7f5a43 - Move println out of 'if'
  • 56b31a0 - Create db dir on 1st run
  • c9693fb - Print error when api key is invalid or not defined
  • 5d7c59e - Improve error handling
  • 7c4abb6 - Use Yahoo Finance with fallback to Alpha Vantage
  • ee0070c - Get stock quotes from B3
  • fc4c92c - Rename structs and fix comments
  • 5a9dc91 - Use go routines to speed up dividend fetching
  • 40c7998 - Change flag name from 'type' to 'format'
  • 5c3fbee - Report dividends only for FII
  • 72cd293 - Web server!
  • 1b6b6c6 - Add form on FII html report
  • b841d56 - SVG as favicon
  • 8168b13 - Number of reports disregarding the FII FPOs
  • b302a04 - Save and load textarea
  • 4466d73 - Show company name
  • 24d6028 - Create templates fs for dev and prod
  • 306b069 - Update README
  • d80b2bd - Change source dir