Skip to content

Version 2.0.1

Compare
Choose a tag to compare
@jadchaar jadchaar released this 14 May 03:11
· 140 commits to master since this release
  • Cleaned up README
  • Tweaked package naming in setup.py

Plus all the features in version v2.0.0:

  • The method for obtaining 13F filings has been split up into two methods: one for obtaining 13F-NT filings and another one for obtaining 13F-HR filings.
    • You can read about the differences here.
  • You can now specify the number of filings to download in the get_all_available_filings method.
  • Simplified API by combining ticker and CIK functionality into a single method for each filing type.
    • Available methods: get_8k_filings, get_10k_filings, get_10q_filings, get_13f_nt_filings, get_13f_hr_filings, get_sc_13g_filings, get_sd_filings, get_all_available_filings.
    • All these methods can be passed either a CIK or ticker string.
  • Removed ticker validation to facilitate this simplified API change.
  • Added a full suite of unit and integration tests along with an internal Travis CI pipeline for increased reliability.
  • Class methods now return the number of filings downloaded.
  • Added Python 3.8 support.