Releases: dude333/rapina
Releases · dude333/rapina
v1.1.0
849f448
- Show fund website8544269
- LastBusinessDayOfYear5a8f761
- Improve report parms passing235fb34
- Parse stock codes from B35795231
- Add spinnerc6bf2bf
- Consider B3 last business day28bbcaa
- Shown non adjusted quotation and p/e ratioe858ba2
- Fix file encodingbeccbe2
- Skip year if values are emptyf98d3cb
- Fix stock quotes in sector report764399f
- Rename file7514a79
- Move interfaces to its own file4d9d671
- Upgrade module4706873
- Improve interface names6f5bcce
- Delete files on return0296bd4
- Download stock codes on update cmd08f4c49
- Progress package51795e0
- Fetch quote quietly0bd5cf4
- Parms as opts struct68a4e8a
- Get IDs from FII monthly reportsb58ca83
- Fix error handling and trading code parsing62b212d
- Unify report ID funcs771bdf2
- Remove parsers DIe5d9356
- Improve log, error handling and provider fallbackd6abb87
- Fix return on error. Sort divdends.66fd3a8
- Fix exit on ctrl-c9bf9232
- Move http server to package 'server'ed8a8ee
- Exit honoring deferred calls8f09b51
- Fix TTMe0e9981
- Fix fs pathf11bebc
- Refactor server9791174
- Base for web financial reports81ffa37
- Set verbosityd70101b
- Fix fii dividends fetchingedcff1f
- Calc FII yeld based on given value8b8d7d3
- Updating the README files with troubleshooting instrutions related to X509 Linux certificate issue. Fix #37397cd54
- Adding option print accounts to the stdout6e12d56
- Updating print format and adding unit testingf659e71
- Merge pull request #38 from zamariola/feature/readme-x509-cert-instructionc1572ce
- Merge pull request #40 from zamariola/feature/adding-stout-as-formatf58bf43
- Global Sign - Ubuntu fix260cf52
- Global Sign - Ubuntu fix - en9a0e2e2
- Merge pull request #42 from roremeol/roremeol-master530c6d8
- remocao de caracteres especiais nao suportado pelo parse do Yamlbaa7d44
- resolvendo problema do go lint devido ao descontinuamento do io/ioutilc857d98
- inclusao de maneira de selecionar o ticker desejado, uma vez que nem todos as acoes sao ORDINARIASe856c91
- correcoes devido a erro do lint92d0e6c
- Edit .gitignore62b9f95
- Mostrar erro para lista vazia18ea32c
- Merge pull request #43 from roremeol/roremeol-master
v1.0.1
c9ee7fd
- Add FII fetch1a42a4d
- Get list with all FIIs codes + details90536b0
- Read FII CNPJ from code5cfeef7
- Cache FII details on DB1a7bf1a
- Use ioutil for backward compatibility5a657e6
- Set min version to go 1.1307d7935
- Remove html tests015eec5
- FII dividends report31be7d0
- Refactor: change directory structure2ab84f3
- Join util functions into cmdutilb5fa9ef
- Add fii subcommande845ed3
- Fetch quotes from alphavantage and store on db68cf478
- DI for stock quotes store service9db8e9c
- DI and move of fetch dividends to fetch pkg9b1a0ea
- Move fetch FII dividends logic to fetch pkgd215961
- Store FII dividends on db0d2c813
- Move main to cmd/rapinad674cb9
- Fix makefile6625ab2
- Move domain interfaces and ports to package rapina9d027ae
- Convert FII dividends date to YYYY-MM-DD format7cba815
- Refactor: print report from reports pkg238a038
- Fetch dividends from DB or from server948f639
- Report FII dividends + quote on terminal7741724
- Implement loggere5c94c6
- Use logger for debug and progress msgs38c920f
- Fix division by zerod13fdea
- Pass more than one FII on cli76b1583
- Add verbose flaga6a1c65
- Improve reportc44e137
- Print csv report5310c3b
- Create db on first run50facbc
- Change command 'get' to 'update'3ae0430
- Fix report default dirb7f5a43
- Move println out of 'if'56b31a0
- Create db dir on 1st runc9693fb
- Print error when api key is invalid or not defined5d7c59e
- Improve error handling7c4abb6
- Use Yahoo Finance with fallback to Alpha Vantageee0070c
- Get stock quotes from B3fc4c92c
- Rename structs and fix comments5a9dc91
- Use go routines to speed up dividend fetching40c7998
- Change flag name from 'type' to 'format'5c3fbee
- Report dividends only for FII72cd293
- Web server!1b6b6c6
- Add form on FII html reportb841d56
- SVG as favicon8168b13
- Number of reports disregarding the FII FPOsb302a04
- Save and load textarea4466d73
- Show company name24d6028
- Create templates fs for dev and prod306b069
- Update READMEd80b2bd
- Change source dir
v0.13.1
a774e0e
- Fix text862d369
- Add interest and non-op incoming to summary1a049bf
- Add financial ration: Days Sales Of Inventory1664cdc
- Use equity average for ROE calcaeae2ee
- Add more financial ratiosb7447d9
- Fix testda277b0
- Use parameter object2382342
- More report parms; fix shares and free float avg6d641a9
- Fix lastYear()bcc73e4
- Fix error msg2a6a16b
- Fix EPS scale2b65eb5
- Use fuzzy unicode-normalized rankd423731
- Fix years in horizontal analysis704cb0d
- Add flag to omit sector reportc80ed4d
- Fleuriet model + report parms as a map312a975
- VPAfc6c269
- Show file download and unzip progress19930f2
- DB insert optmizationf13d3cb
- Fix test for Windowseb32d7c
- Remove mark from output89775bd
- Return counter on FRE parsing40dfa8b
- Fix linter issues288c5c4
- Move from Travis to Github Actionsf778f59
- Improve pre-commit scriptccf553f
- Skip test not intended for CIfd93de1
- Remove go vet140f8db
- Skip penultimate entriese59a112
- Use wildcard on account codes9c8d474
- Retrieve 2009 data from 2010 file4b93f8d
- Fix Fleuriet model
0.13.0
0.12.2
Fixed the TTM calculation (again):
- This time I used the last year stored on DB for each company instead of using the current calendar date.
- Fixed the balance sheet using the last date on DB, checking if this last date was on dfp or itr tables.
- Small improvement on error checking.
0.12.1
Fix TTM calc
There are still data not being used as raw data contains quarterly and semiannual values.
Sometimes both, sometimes only one of them, making it difficult to get the correct number.
I decided to keep only the quarterly, ignoring the semiannual values.
0.12.0
0.11.1
0.11.0
This release introduces the quarterly results for the current year, displaying the accumulated values for the last 12 months (twelve trailing months - TTM).
As this is the first version with this feature, it may have some bugs and it's recommended to check the values with the actual financial statements.