Expanding Your CIK Module

Now that you know how to find 10-K and 10-Q files for a company based on its CIK number lets write some methods that make this useful to us.

  • annual_filing(cik, year)

  • quarterly_filing(cik, year, quarter)

These are public methods but you likely want some helper private methods as well. Update your git repo with the latest Module.

Last updated