Skip to content

Releases: dpriedel/Collector

Should have done this last time

08 May 21:10
Compare
Choose a tag to compare

Application now includes the code to actually do the Financial Statements and Notes files downloads.

NOTE: Application now requires 7z in your path to unzip the downloaded notes files.

Statements and Notes

07 May 20:51
Compare
Choose a tag to compare

Now has code to manage downloads of the financial statements and notes files which contain extracted data from the XBRL submissions from 2009 forward

Long time coming

04 May 17:43
Compare
Choose a tag to compare

This update is a long time coming. The v5.0 tag is sort of arbitrary -- I want to indicate a big jump.

The main changes are concurrent downloads and use of different infrastructure.

Next up: dowloading the SEC Financial Statements and Notes XBRL data files.

add some helpful comments

22 Nov 19:55
Compare
Choose a tag to compare

decided to add a few comments to document data usage

even more C++17

22 Nov 19:26
Compare
Choose a tag to compare

A whole lot of changes inspired by various C++17 related reading in an attempt to make the code simpler and more reliable without reducing functionality.
Use standard algorithms in more places. Use lambdas in the standard algorithms.

pick up omitted change

08 Nov 13:16
Compare
Choose a tag to compare
v2.2.1

Fix string splitter to get last line

more C++17

08 Nov 13:09
Compare
Choose a tag to compare

Main changes are making use of new C++17 features where applicable to simplify the code. Some refactoring as well. Also update compilers, boost, poco libraries

V2.1

31 Jul 18:11
Compare
Choose a tag to compare

This release includes support for handling keyboard interrupts while doing concurrent form downloads. This process can run for many hours so a way to exit cleanly from it is useful.
Also, some minor tweeks to error messages.

enhance exception handling

27 Jul 13:41
Compare
Choose a tag to compare

When doing concurrent downloads, log all exceptions for currently active tasks, not just the first one detected.

v2.0

26 Jul 19:25
Compare
Choose a tag to compare

Release 2.0 features completed support for HTTPS access to the SEC EDGAR data base. This includes support for concurrent downloads. Extended error handling has been added for system related errors.

NOTE: SSL certification validation is currently off by default since I am getting a validation error. I don't yet know whether the error is at the EDGAR site or my SSL configuration. There is a compile switch to enable it.